Application Development 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: 

Function module

Former Member
0 Kudos
161

Hi Friends,

Which is the function module used to findout the tables used in a transaction, ie which table the data is going to update.

Regards,

DVNS

1 ACCEPTED SOLUTION

Former Member
0 Kudos
133

Hi DVNS

Try FM: RS_PROGRAM_TABLES


Object_Type: TRAN
Object_Name: <tcode>

Kind Regards

Eswar

2 REPLIES 2

Former Member
0 Kudos
134

Hi DVNS

Try FM: RS_PROGRAM_TABLES


Object_Type: TRAN
Object_Name: <tcode>

Kind Regards

Eswar

former_member223537
Active Contributor
0 Kudos
133

Hi,

There is no such Function Module available.

Another alternative is to set the trace on in ST05 transaction & execute your transaction. Once executed, set the trace off & click on LIST TRACE.

The trace will display all the table accessed/modified.

Best regards,

Prashant