‎2007 Feb 15 3:52 PM
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
‎2007 Feb 15 3:58 PM
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.
‎2010 Oct 21 4:57 PM
‎2010 Oct 21 5:00 PM
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.