Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

List of object R3TR

former_member216702
Active Participant
0 Kudos

Hello,

I search where are stored the data of field PGMID and OBJECT of TADIR.

Can you help me to find the tables where are stored the object field ?

Thank tou

Thierry

1 ACCEPTED SOLUTION

raymond_giuseppi
Active Contributor
0 Kudos

Check Function Module [TRINT_OBJECT_TABLE |http://forums.sdn.sap.com/search.jspa?threadID=&q=TRINT_OBJECT_TABLE&objID=c42&dateRange=all&numResults=30&rankBy=10001](test with iv_complete = 'X') you will get a list of object id and type.

Regards,

Raymond

5 REPLIES 5

raymond_giuseppi
Active Contributor
0 Kudos

Check Function Module [TRINT_OBJECT_TABLE |http://forums.sdn.sap.com/search.jspa?threadID=&q=TRINT_OBJECT_TABLE&objID=c42&dateRange=all&numResults=30&rankBy=10001](test with iv_complete = 'X') you will get a list of object id and type.

Regards,

Raymond

Former Member
0 Kudos

Hi,

You can check OBJH & OBJT tables.

Thanks

Satyasuresh Donepudi

Former Member
0 Kudos

Use function module TRINT_OBJECT_TABLE to get a list of all TADIR object types with descriptions.

use IV_COMPLETE = 'X'

0 Kudos

Raymond already mentioned exactly that! ...

However I would have expected the OP to have done some search before Raymond felt the need to answer...

Cheers,

Julius

0 Kudos

Hello,

Thank you for the response.

In fact, the object type data are not in table but in the program.

Thierry