2012 Oct 18 4:35 PM
Hi people!
I ´m looking for a table to search the texts/description of ABAP dictionary´s objects(tables, data elements, domains, search help, etc).
Do you know some table? (similar to trdir, for example)
Regards!
Moderator message: please do not post duplicates!
Message was edited by: Thomas Zloch
2012 Oct 18 5:41 PM
2012 Oct 18 6:09 PM
2012 Oct 18 5:47 PM
Hi
Check tables DD0*T
for example DD02T for tables, DD03T for the field, DD04T for data elements,....and so
Max
2012 Oct 18 6:35 PM
There are multiple table (one for nearly each type of ddic object) for a generic tool look at How to get the Short description of all the object within a package.
Regards,
Raymond
2022 Feb 04 5:58 AM
hi,
Yeah we have some standard tables for data dictionary objects like (data element , domain, tablename , value table,....)
tables :- DD02L,DD03L,DD04L.....
Please go to se11 transcation , open the tables in display mode press Ctrl+F and type there which object you want to search ...make use of it.
thank you.
2022 Feb 04 6:35 AM
2022 Feb 04 6:52 AM
yes, I'm new to SAP Community , That's why I'm trying to answered ,which i'm able to answer