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

report

Former Member
0 Likes
679

Hello ,

I am running a report program MB51, I want to know all the tables that were accessed to extract data when we run MB51. I looked into SQL trace through ST05. Is there any other way to fine this out.

Thanks,

Madhu..

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
651

Please check FM: RS_PROGRAM_TABLES.Parameters to Pass:

- Object Type: TRANS

- Object Name: <transaction code>

Execute to find the results.

8 REPLIES 8
Read only

suresh_datti
Active Contributor
0 Likes
651

PL check this <a href="/people/community.user/blog/2006/12/29/useful-tips-to-find-out-the-table-for-screen-field">blog</a>.

~Suresh

Read only

0 Likes
651

Thanks Suresh.

My problem is to find the tables that were used ti extract data when we run a report program.

Madhu.

Read only

Former Member
0 Likes
651

Dear Madhu,

In MB51mainly 2 Tables get triggered:

(1) MSEG

(2) MKPF

Connecting fields between the 2 Tables are:

(a) MBLNR

(b) MJAHR

Regards,

Abir

***********************************

  • Don't forget to award Points *

Read only

0 Likes
651

Thanks Abir,

However how can i find for another transactions. Eg MVBE and so on...

Madhu.

Read only

0 Likes
651

Dear Madhu,

I've worked with a customized version of MB51 long time back. This way I came to know which tables are getting the hit.

Other wayout is ST05 --> SQL Trace.

Regards,

Abir

***********************************

  • Don't forget to award Points *

Read only

Former Member
0 Likes
652

Please check FM: RS_PROGRAM_TABLES.Parameters to Pass:

- Object Type: TRANS

- Object Name: <transaction code>

Execute to find the results.

Read only

0 Likes
651

Thanks Chandrasekhar.

But it comes with a message that object type unknown.

I used TRANS

Madhu.

Read only

0 Likes
651

Thanks Chandrashekhat.

I used Object Type TRAN instead of TRANS and it worked.

Madhu.