Technology Blogs by Members
Explore a vibrant mix of technical expertise, industry insights, and tech buzz in member blogs covering SAP products, technology, and events. Get in the mix!
cancel
Showing results for 
Search instead for 
Did you mean: 
Former Member

In customer project I ran into such HR process for joining that we couldn’t use SAP’s Standard HCM extract interface.

Instead we needed to access some Z tables where information came from workflow of Prehire.

Question raised How I am able to access Z table on ABAP server?

Thanks to chris.snyder for a tip where I can find an example for that. :cool:

Answer: look example from IDM default  jobs – ABAP Read Help Values job reads information from ABAP tables.

You can find it by running Job wizard

And Choose Job / SAP Netweaver / ABAP Read Help Values

Job contains plenty of fromABAP passes which contain the actual answer how to import table from ABAP.

Below you see that this pass read information from Table called TSAD3 and reads fields TITLE, PERSON and ***. Fields are separated with | (pipe)

On destination tab you can choose which temporary table you like save information and how to map fields.

And how you can make value out of this one?

Re-use idea someone already have invented :smile:

  1. Create new Job folder for new job
  2. Create empty job and name it as you like - attach to ABAP repository
  3. Copy a Pass above to empty job you created
  4. Rename it as you like
  5. Modify copied pass settings to it to fit your needs.
    1. Tablename
    2. Fields
    3. Namefield
    4. Destination table name
    5. Destination mappings
  6. Consume data for your needs in following passes.

Remember to add authorizations to User which is used to connect ABAP repository to have authorization to read the Table you need.

Best Regards

Veli-Matti Luotonen

Senior Consultant

Enfo Oyj

Finland

2 Comments
Labels in this area