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

Debug Question?

Former Member
0 Likes
388

Is there a way to tell what tables & structures are active when you're in debug, other than 'guessing' at structure names?

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
373

About the closest thing I could come up with was using SE49. This can give you tables for the program.

2 REPLIES 2
Read only

Former Member
0 Likes
374

About the closest thing I could come up with was using SE49. This can give you tables for the program.

Read only

0 Likes
373

Unaware of the existence of a transaction called Se49. Anyways, you can find out what data base tables were queried upon during the program using SQL trace ST05..