Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Internal table, variable,...when debug

Former Member
0 Likes
459

Hi all,

Is there any place I can see all internal table, variable,.. of a running transaction?

thanks.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
410

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,

2 REPLIES 2
Read only

Former Member
0 Likes
411

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,

Read only

Former Member
0 Likes
410

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...