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
656

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
630

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
630

if u r on 4.6C , use SE49 TCODE

Read only

0 Likes
630

No, Iam using ECC 6.0

Read only

Former Member
0 Likes
631

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
630

Thanks a lot Ferry Lianto

full points alloted.