Application Development 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: 

Export internal table to Excel during debugging.

Former Member
0 Kudos

Hi Experts

I have put a debugger( old debugger ) on a certain line of code where we are checking the data of an internal table having around 10000 entries and I want to export this internal table data to an excel for analysis during debugging itself.

Is there a way to export this ? The new debugger does not work in IFD. ( 6.40)

Regards

Sukanya.

3 REPLIES 3

Former Member
0 Kudos

Hi

In application menu follow the path

Select the internal table then

Goto->Display Data Object -> Structure Editor

This will show only part of the internal.

Goto List-> Display entire list.

You can print the list or send it to excel sheet.

Regards

Navneet

Former Member
0 Kudos

Hi Sukanya,

To save the content of an internal table as an xl sheet while debugging, just double click on the internal table so that its content are seen and then press 'save as excel worksheet' (ctrl F11) button on the application toolbar.

Regards,

Anil.

Former Member
0 Kudos

Hi Sukanya,

There is icon at the top for saving the file or just press ctrl + f11 .

ur internal table is saved as an excel sheet

thanks

Lalit