‎2007 Apr 26 10:54 AM
Hi,
I know one TCODE . From this Tcode how to know the tables include..
‎2007 Apr 26 11:00 AM
hi Vijay ,
I'll tell you an easy method to find what are the tables included in that transaction ..
Open the transaction , goto the SYSTEM menu , then go to status and pen it ... here you can see the program name ... open the program and look for the include ending wioth TOP . open this include and put a search for the Tales statement . You will geta list of tables included in the transaction .
do not forget to reward points if answer found helpful .
Thanks
Ranjita
‎2007 Apr 26 10:55 AM
Hi Vijay,
make use of T Code. SE93 and gte the tables.
Regards,
-->Suresh
‎2007 Apr 26 10:55 AM
Hi,
Goto SE93.
Get the program associated with this tcode.
Then goto SE80.
Look into the Program there and u can find the tables.
Regards,
Himanshu
‎2007 Apr 26 10:56 AM
use FM <b>RS_PROGRAM_TABLES</b>
and pass OBJECT_TYPE = 'P'
PROGRAM = PROGRAM ( Program name for TCODE)
‎2007 Apr 26 10:57 AM
Run a trace for that transaction.
go to st05. Activate the trace.
Run your transaction.
fater you save the transaction, decativate the trace using st05.
Display the trace using st05 again.
then you cansee all the tables that were read, updated.
Regards,
ravi
‎2007 Apr 26 11:00 AM
hi Vijay ,
I'll tell you an easy method to find what are the tables included in that transaction ..
Open the transaction , goto the SYSTEM menu , then go to status and pen it ... here you can see the program name ... open the program and look for the include ending wioth TOP . open this include and put a search for the Tales statement . You will geta list of tables included in the transaction .
do not forget to reward points if answer found helpful .
Thanks
Ranjita
‎2007 Apr 26 11:25 AM
Hi,
Take one field name and search in table DD03L by giving that field name as input.
it will show what r the table r there with that field.
Kishore reddy.