Application Development and Automation 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: 
Read only

R3 Metadata table for Extract Structure?

Former Member
0 Likes
1,065

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
744

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

2 REPLIES 2
Read only

Former Member
0 Likes
745

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.

Read only

0 Likes
744

Thank you Rob, that solved the problem! Dave