2010 Feb 17 3:07 PM
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
2010 Feb 17 3:15 PM
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
2010 Feb 17 3:15 PM
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
2010 Feb 17 3:47 PM
Hi,
You can check OBJH & OBJT tables.
Thanks
Satyasuresh Donepudi
2010 Feb 17 3:55 PM
Use function module TRINT_OBJECT_TABLE to get a list of all TADIR object types with descriptions.
use IV_COMPLETE = 'X'
2010 Feb 17 5:24 PM
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
2010 Feb 18 7:12 AM
Hello,
Thank you for the response.
In fact, the object type data are not in table but in the program.
Thierry