‎2008 Oct 29 8:37 AM
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.
‎2008 Oct 29 8:38 AM
‎2008 Oct 29 8:42 AM
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
‎2008 Oct 29 8:46 AM
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
‎2008 Oct 29 9:04 AM
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.
‎2008 Oct 29 8:43 AM
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.
‎2008 Oct 29 8:47 AM
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.
‎2008 Oct 29 8:57 AM
>
> 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.
‎2008 Oct 29 9:05 AM
‎2008 Oct 29 9:23 AM
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
‎2008 Oct 29 9:31 AM
‎2008 Oct 29 9:30 AM