Hello Experts,
Is there a way in debug mode to see all the tables available to display and change? For example, I know there is a table that is storing data that I would like to output to a local file. However, I can't find the internal table name while in debug mode.
Is there a way to list all "active" internal tables?
Thanks,
Scott
I think this facility is not avaliable.
You can go to the top inlucde or the data declaration section of the program and check all the tables.
Regards,
Naimesh Patel
Hi,
For debugging, the minimum thing is you should know what are Internal Tables, Variable, Structures, etc...
You can save the data of the internal table to the local file while debugging as below
Step 1 -- From menu bar use GOTO ->display data object -> structure editor.
Step 2 -- From menu bar use OBJECT ->display entire list
Step 3 -- From menu bar use SYSTEM -> list-> save -> Local file.
Regards,
Satish
Hi BWS,
While debugging goto Goto->System Areas->SAP Memory
In the input field, type ITAB, then it will display the internal tables used
for all the available options type ? in the input field.
Thanks,
Pavan
Add a comment