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

Exporting a table @ runtime

matteo_montalto
Contributor
0 Likes
536

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

1 ACCEPTED SOLUTION
Read only

matt
Active Contributor
0 Likes
500

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

3 REPLIES 3
Read only

matt
Active Contributor
0 Likes
501

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

Read only

Former Member
0 Likes
500

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

Read only

0 Likes
500

Thanks to you all mates, I didn't knew of that shortcut

And, lucky me, I'm working on a 46C