‎2009 Mar 16 9:02 AM
Hi all @SAPforums,
I'm working on an old SAP release (old debugger) and I'm wondering if there's a way to export an internal table on a file (e.g. a csv) at runtime (eventually, modifying the source code). Sometimes I have to compare some field in huge itabs and exporting by hands entire itabs contents into an Excel file is quite time-wasting.
Thanks for the help
‎2009 Mar 16 9:06 AM
In the classic debugger, Ctrl-F11 can be used from the table display to output to Excel. It's the button next to "find again" icon.
But I think that was introduced in 46c, so if you've an older version, you may be unlucky.
matt
‎2009 Mar 16 9:06 AM
In the classic debugger, Ctrl-F11 can be used from the table display to output to Excel. It's the button next to "find again" icon.
But I think that was introduced in 46c, so if you've an older version, you may be unlucky.
matt
‎2009 Mar 16 9:10 AM
When you are in the Internal table data view (while debugging ) - dont you have the 'Save to excel sheet ' option ??? else try CNTRL + F11 .
Im using the old abap debugger and I have this download option.
Mathews
‎2009 Mar 16 9:17 AM
Thanks to you all mates, I didn't knew of that shortcut
And, lucky me, I'm working on a 46C