‎2006 Apr 25 12:08 AM
Hi,
1.while debugging a program is there any way to check(See) all the internal tables at a time.
2.in debugger (settings->display and change all) under settings , there are several options for eg. sytem debugging, update debugging , memory monitory etc. where exactly are they used.
Your help will be appreciated.
Thanks,
ravi.
‎2006 Apr 25 12:31 AM
At a time u can view only one internal table contents.
In 4.7 version u can download internal table data to spreadsheet, while u are debugging the program.
Please see the below documentation link for difference between the sytem debugging, update debugging.
http://help.sap.com/saphelp_47x200/helpdata/en/c6/617d0ce68c11d2b2ab080009b43351/frameset.htm
Hope this helps..
Thanks,
Vamshi
Message was edited by: Vamshi Tallada
‎2006 Apr 25 2:07 AM
Hi Ravi,
some more pointers:
1). I dont think there is a way to see all the internal tables at a time. With the new SAP versions the debugging tools have been enhanced and it has more functionality. For example in 4.7 versions the system keeps a history of internal tables viewed in the debugging and you can easily call up the internal table with a click of a button.
2). In SAP when you run a business transaction the system uses different work processess like update work process, dialog work process, spool work process etc.
So when you are wish to debugg the logic in the update work process then you have to enable update debugging under the settings tab. Similarly if you wish to do system level debugging then you have to enable this option.
3) Memory monitor option is very useful to view the memory usage of various entitites while debugging. This helps especially in memory critical applications.
Do a search for debugging in OSS and there are lots of good documents which gives more details on how to do a debugging in depth.
Cheers
VJ
‎2006 Apr 25 4:33 AM
Hi,
Its not possible to see all the internal tables contents at one time..
However, in latest SAP debugger you can see a list of tables used but contents can be seen only of one table at a time..
Regards,
Tanveer.
‎2006 Apr 25 5:19 AM
HI
GOOD
IT IS NOT POSSIBLE TO ALL THE INTERNAL TABLE DATA
TO KHOW ABT ALL THE DIFFERENT TYPE OF DEBUGGING GO THROUGH THIS LINK
http://www.sappro.com/downloads/Settings&SystemAreas.pdf
THANKS
MRUTYUN
‎2006 Apr 25 5:32 AM
Hi,
You can see the contents of one or more tables using New Debugger.
Switch to your new debugger in :
Utilities->Settings->ABAP Editor->Debugging
Choose New Debugger
When you debig your programs a new session starts.
In the Tables tab you can add and see the contents of one or more tables.
To add a new table to display click on New Object button and choose Tables.
Regards,
Wenceslaus.