2009 Jan 29 8:51 AM
Hi all
*how can we know all tables for particular T code.*
suppose for fs10n for thi st code from which tables the data can be flow
MANY THANKS
RAJU
2009 Jan 29 8:59 AM
Hi,
Goto SE80 and provide program name for transaction code. Click on display and expand the tables folder.
Thanks,
Vinay
2009 Jan 29 8:53 AM
Goto ST05, activate SQL trace. Come to your transaction, run it completely. After finishing, goto ST05, deactivate trace and view the trace records. You will see all tables that were involved in read and write during your running of your transaction.
2009 Jan 29 8:56 AM
2009 Jan 29 8:57 AM
Hi,
You can try function module
GET_TABLES
Program for FS10N is RFGLBALANCE. Give this as input.
Regards
2009 Jan 29 8:59 AM
PLEASE MY QUESTION IS
how can we know all tables for particular T code
Mnaythanks
raju
2009 Jan 29 8:59 AM
Hi,
Goto SE80 and provide program name for transaction code. Click on display and expand the tables folder.
Thanks,
Vinay
2009 Jan 29 9:00 AM
2009 Jan 29 9:06 AM
ye s can u explain me more clearly just i am unable to findout
thanks
raju
2009 Jan 29 9:10 AM
Hello,
You need to use FM GET_TABLES
Get the program name from table TSTC for the required transaction and call the above function passing the program name.
Regards,
Shailaja
2009 Jan 29 9:13 AM
Hi
Goto SE15. Click on Other Objects->Transactions. Specify your tcode. Hit F8.
Now click on Detailed Info button. You can obtain the program name.
Double click on the name and find out the tables mentioned in TABLES statement in code. OR
Goto SE80. Specify program name. Now select Dictionary Structures drop down. It gives the list of tables.
Hope this helps
Regards,
Jayanthi.K
2009 Jan 29 9:39 AM
Hello Raju
You may give fm RS_PROGRAM_TABLES a try:
- Object type of transactions = 'TRAN'
Regards
Uwe
2009 Jan 29 10:11 AM
2009 Jan 29 10:21 AM
Hi,
Get the program name from t-code from System -> Status.. Program Name or se93
Use the table D010TAB to find all the tables used or
Use FM GET_TABLES ....
2009 Jan 29 10:38 AM
2009 Feb 04 8:50 AM