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

Download internal table data while debugging

Former Member
0 Likes
1,106

Hi,

Can we download internal table data while debugging.

REGARDS

SAN

5 REPLIES 5
Read only

Former Member
0 Likes
709

Hi San,

This depends on the SAP release your are working on. As of 4.7 you can....

Regards,

John.

Read only

christian_wohlfahrt
Active Contributor
0 Likes
709

Hi San!

I think, this was introduced in 620:

In the button line, the most right button is for downloading tables in excel (*.csv) format) (the line with buttons for F5, F6, ... F8).

I just didn't figure out, where the file is stored Probably SAPWORKDIR.

Regards,

Christian

Read only

Former Member
0 Likes
709

Hi!

From debug window follow the menu path:

Goto->Display data object->Internal table

Then use standard functions to download list report.

Regards,

Maxim.

Read only

Former Member
0 Likes
709

Yes San of course you can down load.

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.

i thnik this may help you.

if yes kindly reward the points

Read only

0 Likes
709

Does anyone know why this doesn't work while doing external debugging?

gr.

A.Sanchez