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

store itab in debugging

Former Member
0 Likes
310

Hi,

I want to know how to store internal table during debugging in any excel sheet or so in 4.5b version..as i know ctrl+F11 works in other versions

1 ACCEPTED SOLUTION
Read only

Peter_Inotai
Active Contributor
0 Likes
293

You have to go to structure editor or overview...I don't remember the name anymore. There you have an overview of the internal table. Make sure you set the whole table and then you can donwload via System -> List -> Save.

I don't have low level system anymore, so I cannot check the exact name anymore, but you should be able to find it.

best regards,

Peter

2 REPLIES 2
Read only

Peter_Inotai
Active Contributor
0 Likes
294

You have to go to structure editor or overview...I don't remember the name anymore. There you have an overview of the internal table. Make sure you set the whole table and then you can donwload via System -> List -> Save.

I don't have low level system anymore, so I cannot check the exact name anymore, but you should be able to find it.

best regards,

Peter

Read only

Former Member
0 Likes
293

Hi ,

Try doing like this in debugging mode. from Menu -- > Goto --> Display data Object -- > Structure editor.

here u can see internal table values. Now from menu ---> System --> List --> Save

Regards,

Madhavi