‎2008 Jan 30 9:17 AM
Hi all,
Is there any place I can see all internal table, variable,.. of a running transaction?
thanks.
‎2008 Jan 30 9:20 AM
before excuting that transction in the command line enter '/h'
after tht execute the transaction,.. in the debugg mode u can view all the internal tables, their values, etc..
reward appropriate points.
Regards,
SIMI,
‎2008 Jan 30 9:20 AM
before excuting that transction in the command line enter '/h'
after tht execute the transaction,.. in the debugg mode u can view all the internal tables, their values, etc..
reward appropriate points.
Regards,
SIMI,
‎2008 Jan 30 9:21 AM
Open Program in SE38 and set break-point where required..and run transation.
Control will stop at break-point in debug mode..
double click on internal table name..
then click on table symbol here you can see table contents and variable names as well...