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

Debugging

Former Member
0 Likes
393

How to debug a tcode to find the tables and fields related to it.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
363

Hi,

1. Go to Transaction SE80.

2. Select Program and give the program name of TCode which you want to check.

3. Which will show you all the dictionary structures which has been used for that transaction.

Reward points if it helps,

Satish

2 REPLIES 2
Read only

naimesh_patel
Active Contributor
0 Likes
363

You can use the ST05 for that...

Open your transaction in one Session

Open another session for ST05 .. Start the trace with the filter for the user

Come to first session.. do your processing.. or reach to the screen for which you need the data...

Come to second session and stop the trace..

List trace...

Regards,

Naimesh Patel

Read only

Former Member
0 Likes
364

Hi,

1. Go to Transaction SE80.

2. Select Program and give the program name of TCode which you want to check.

3. Which will show you all the dictionary structures which has been used for that transaction.

Reward points if it helps,

Satish