2005 Mar 01 6:15 PM
Could someone please me tell which R3 metadata table has information on the Extract Structure objects (We are using R3 Ver. 4.7). Also, if anyone has a current list of useful R3 metadata tables I would appreciate that also. Thank you, Dave Burrows
2005 Mar 02 4:27 PM
Hi David,
Any structure in SAP is defined in the following tables (where DD02L-TABCLASS = 'INTTAB'):
DD02L = SAP tables (and strcutures)
DD02T = Text of SAP tables (language dependend)
DD03L = Fields of tables (and structures)
DD03T = Text of fields (language dependend)
There are more tables to fill in the metadata (just look with wildcard DD*).
Regards,
Rob.
Could someone please me tell which R3 metadata table has information on the Extract Structure objects (We are using R3 Ver. 4.7). Also, if anyone has a current list of useful R3 metadata tables I would appreciate that also. Thank you, Dave Burrows
2005 Mar 02 4:27 PM
Hi David,
Any structure in SAP is defined in the following tables (where DD02L-TABCLASS = 'INTTAB'):
DD02L = SAP tables (and strcutures)
DD02T = Text of SAP tables (language dependend)
DD03L = Fields of tables (and structures)
DD03T = Text of fields (language dependend)
There are more tables to fill in the metadata (just look with wildcard DD*).
Regards,
Rob.
2005 Mar 02 10:09 PM