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

Former Member
0 Likes
1,160

experts,

is it possible to bring an internal table when in debugging mode to an excel sheet ie copying the contents of internal table in debugging mode to an excel sheet.

thanks in advance.

11 REPLIES 11
Read only

Former Member
0 Likes
1,136

Hi Rae,

It is not possible.

Best Regards,

Ram.

Read only

Former Member
0 Likes
1,136

hi , yes it is possible.

at debugging mode.

give tablenaame say it_table.

below u can find 4 input fields in that screen.

there give it_table[].

double clickon it_table[], then u can find all the entries.

then in the debugging mode beside Watch Point u will get a excel sheet symbol.

click on it it will ask for the path...to save the file..

In this way u can get internal table data i nto excel sheet in debugging mode.

Rgds.,

subash

Read only

0 Likes
1,136

hi,

once after getting entries ,

on top u can find buttons for FIELD , TABLE, BREAKPOINTS,WATCHPOINTS.

then click on TABLE Button here u can find at last the excel sheet button, click on it.

Rgds.,

subash

Read only

0 Likes
1,136

experts,

if i click the button ( description of button is save layout () ) besides watchpoint in debugging mode, some operation is getting done without prompting message or asking for the path at which the file should be saved ,what the problem might be.

thanks in advance.

Read only

kiran_k8
Active Contributor
0 Likes
1,136

Rae,

Just click on the button SAVE AS EXCEL WORKSHEET or CTRL+F11 once you get the internal table data in the debugging mode.

K.Kiran.

Read only

Former Member
0 Likes
1,136

Hi rae z,

It is possible on debugging mode.....when you are in debugging mode goto tables and type ur intenal table name over ther and press enter then all the content will be displayed at the bottom. Now u goto top where u 'll find the debugging option, rgt left arrow option and find option also as symbols there u can c an option to download it as excel file. after clickng tht it 'll ask for tht frm ehich line tht is frm line 2 to 6 out of 10 or 1 to 10 as a whole u can give the line numbers there.

with regards,

Arunprasad.P.

Read only

matt
Active Contributor
0 Likes
1,136

>

> experts,

> is it possible to bring an internal table when in debugging mode to an excel sheet ie copying the contents of internal table in debugging mode to an excel sheet.

>

> thanks in advance.

Classic or new debugger? Possible in both, different routes. And the new debugger method doesn't work in precisely the same way.

Read only

Former Member
0 Likes
1,136

hi matt,

with the new debugger.

thanks in advance

Read only

Former Member
0 Likes
1,136

Hi

yes,definitely....it is possible to take all the data in excel....in debugging mode open the the data of internal table....right click on that...click on "Save to local file" ...then one new pop up will come.....after that you give the line numbers from which line to which line you want to down load...then save your excel file your desired position of your local pc...then your purpose will be solved..

Arunima

Read only

0 Likes
1,136

thanks anurima problem solved.

Read only

Former Member
0 Likes
1,136

useful answer