‎2008 Mar 11 1:54 PM
Can any of you suggest a function module from which I can get the list of tables used in a transaction?
I have tried function module GET_TABLE which returns only the tables used in a program.But if there are any function module calls inside the program I need to get the tables used in the function module also.
Any ideas ??
‎2008 Mar 11 2:00 PM
HI,
Try this func. module.
RS_PROGRAM_TABLES
give values to parameters:
OBJECT_TYPE - TRAN
OBJECT_NAME - ME31K ->(transaction name)
Regards,
Karthick.
‎2008 Mar 12 5:16 AM
Hi Karthick,
Function RS_PROGRAM_TABLES will fetch tables related to transaction data but the FM will not fetch tables for transactions related to master data. For ex FM will not give tables for tcode MM01.
So suggest some other FM.
‎2008 Mar 11 2:03 PM
hi ,
go through the tcodes SUIM STAD . in stad u get the exact information i think.
regards,
venkat.