‎2008 Jun 15 5:32 AM
Hi All,
What are the ways to find out the tables used in the program?
thanks & regards
NSK
‎2008 Jun 15 5:51 AM
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
‎2008 Jun 15 5:51 AM
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
‎2008 Jun 15 8:55 AM
hi,
u can use GET_TABLES function module to get the tables used in a program.
reward points if hlpful.