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 in program

Former Member
0 Likes
405

Hi All,

What are the ways to find out the tables used in the program?

thanks & regards

NSK

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
380

Hi,

IN the transaction ST05 ..Switch on the SQL TRACE ..

Execute your program..

Switch off the SQL trace..

THen Press "List trace" button in ST05 to see the SQLs used..

Thanks

Vikranth

2 REPLIES 2
Read only

Former Member
0 Likes
381

Hi,

IN the transaction ST05 ..Switch on the SQL TRACE ..

Execute your program..

Switch off the SQL trace..

THen Press "List trace" button in ST05 to see the SQLs used..

Thanks

Vikranth

Read only

GauthamV
Active Contributor
0 Likes
380

hi,

u can use GET_TABLES function module to get the tables used in a program.

reward points if hlpful.