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

tables through tcode

Former Member
0 Likes
645

Hi experts,

Is there any function module existing to get all the tables which are

affected by tcode?

for ex: If i pass VA01 tcode it should return VBAK table..

(I do not want ST05 transaction..)

reward guaranteed

Thanks

Ravi

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
619

Hi,

You can use FM RS_PROGRAM_TABLES with the following parameters.

OBJECT_TYPE = P

OBJECT_NAME = SAPMV45A (program for VA01)

Regards,

Ferry Lianto

4 REPLIES 4
Read only

Former Member
0 Likes
619

if u r on 4.6C , use SE49 TCODE

Read only

0 Likes
619

No, Iam using ECC 6.0

Read only

Former Member
0 Likes
620

Hi,

You can use FM RS_PROGRAM_TABLES with the following parameters.

OBJECT_TYPE = P

OBJECT_NAME = SAPMV45A (program for VA01)

Regards,

Ferry Lianto

Read only

0 Likes
619

Thanks a lot Ferry Lianto

full points alloted.