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

master and transactional data

Former Member
0 Likes
335

Hello all..

I am listing down master and transactional data sap modules wise(i.e MM, FI etc) in a report. Are there any table which list the master or transactional tables ofa particular module or do i have to manually find them and hard code them in my report.

Kindly response.

Thanks and Best Regards

Shehryar Dahar

Hello all..

I am listing down master and transactional data sap modules wise(i.e MM, FI etc) in a report. Are there any table which list the master or transactional tables ofa particular module or do i have to manually find them and hard code them in my report.

Kindly response.

Thanks and Best Regards

Shehryar Dahar

1 REPLY 1
Read only

Former Member
0 Likes
306

hi,

we have table DD02L which stores all the tabls. in that we have a field TABNAME, it specifies what kind of table it is, whether transactional, maser, pooled or cluster etc.

so through that field TABNAME, u can differenciate the diff types of tables. hope it may help u to solve ur problem.

reward if helpful.