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

View Available Tables While Debugging

Former Member
0 Likes
608

Hi All,

Is it possible to view what tables you have available to assign data to or view data from whilst debugging.

In my example want to find if I have access to any EBELN. Be it on EKKO, EKPO or whatever.

Is there anyway I can see a list of tables that I have access to from the debugger without rooting through the program and all its includes.

Thanks for your help.

Colm

3 REPLIES 3
Read only

Former Member
0 Likes
546

First you can search for the tables which contain EBELN using the search option in the main program and you can extend your search to all the includes also. Once you have the list of the tables you can start debugging and in your debugger you can check if the value of EBELN is retrieved or not. This is the only way I can think of ...

Award points if it helps.

Read only

Former Member
0 Likes
546

This message was moderated.

Read only

0 Likes
546

In version ECC6 the debugger has a tab with global variables. If the field is available in the section you are debugging it will be there.