‎2007 Apr 24 3:25 PM
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
‎2007 Apr 24 3:44 PM
Hi,
You can use FM RS_PROGRAM_TABLES with the following parameters.
OBJECT_TYPE = P
OBJECT_NAME = SAPMV45A (program for VA01)
Regards,
Ferry Lianto
‎2007 Apr 24 3:31 PM
‎2007 Apr 24 3:32 PM
‎2007 Apr 24 3:44 PM
Hi,
You can use FM RS_PROGRAM_TABLES with the following parameters.
OBJECT_TYPE = P
OBJECT_NAME = SAPMV45A (program for VA01)
Regards,
Ferry Lianto
‎2007 Apr 24 3:52 PM