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

Debugging: how to download data while debugging?

Former Member
0 Likes
2,363

Hi

Can any one please tell me how to download the data while debugging?

Please mention the steps clearly.

Regards,

Ramada

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,644

Hi,

Set break-point at appropriate point.

run program .

in debugger screen click on itab and then table button.

then clcik on excel icon.

This will prompt to save itab in excel.

save file.

Hope this will help u.

Jogdand M B

6 REPLIES 6
Read only

sreeramkumar_madisetty
Active Contributor
0 Likes
1,644

Hi

U can download using datasets or FMs.

U can download in this way.

GOTO ->display data object -> structure editor.

OBJECT ->display entire list

<b>SYSTEM -> list-> save->Local file.</b>is the most common method.

Regards,

Sreeram

Message was edited by:

sree ram

Read only

Former Member
0 Likes
1,644

from menu bar use GOTO ->display data object -> structure editor.

from menu bar use OBJECT ->display entire list

from menu bar use SYSTEM -> list-> save->Local file.

or

ight cilck on the data of itnernal table,

and choose

"Save as Excel Worksheet"

this is available from 4.7 onwards

Read only

Former Member
0 Likes
1,644

Hi,

While debugging to download the data :

Goto -> Display Data Object -> Structure Editor

u will get the data what is there in that table after that u go to :

System -> list -> save.

u can save the data on ur desktop.

regards,

Madhuri

Read only

0 Likes
1,644

HI Madhuti,

i am not able to see the Structure Editor.

In debugging mode --Menu

goto--> Strucutre field but not to the Structure Editor.

Please see the posting which i have given it solved my problem.

Cheers and Regards,

Ramada

Read only

Former Member
0 Likes
1,645

Hi,

Set break-point at appropriate point.

run program .

in debugger screen click on itab and then table button.

then clcik on excel icon.

This will prompt to save itab in excel.

save file.

Hope this will help u.

Jogdand M B

Read only

0 Likes
1,644

HI Jogdand,

Its gave the exact solution to my question.

In Debugging mode

Right click on the I_tab and then save it to the excel sheet or CONTROL+ F11.

it will ask you to From line to To line then you can save it to the Excel sheet.

Thank you and regards,

Ramada