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 in debugger

former_member188001
Active Participant
0 Likes
3,950

All,

I have an internal table with 700,000 records. In debugging mode, I want to download that as a text file. How to achieve this.

Thanks,

Salil

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
2,160

Hi,

Go to ABAP New Debugger

---> Enter the table name in tab TABLE CONTENTS

-


>Click on the services tool (Pic of hammer)

--->Standard->Save to Local file

9 REPLIES 9
Read only

Former Member
0 Likes
2,160

Hi:

if you have Ecc 6.0, then there is a new debugger and under the tool (at right side of debugger),there is an option to save the data of internal table.

Regards

Shashi

Read only

sravya_ch
Participant
0 Likes
2,160

Hi

You are really something crazy.

Sravya

Read only

former_member194669
Active Contributor
0 Likes
2,160

In the debugger use CTRL+F9. But i don't know whether it will work for 700,000

a®

Read only

Former Member
0 Likes
2,161

Hi,

Go to ABAP New Debugger

---> Enter the table name in tab TABLE CONTENTS

-


>Click on the services tool (Pic of hammer)

--->Standard->Save to Local file

Read only

0 Likes
2,160

hi,

It is available even in old debugger. But the values will be stored in Xcel. If u go to tables tab and write your internaltable you can see an icon of Xcel on the top.

SInce there are 7Lakh records u need to do 50000 at a time(I think max permissible in 65K in Xcel)

Read only

0 Likes
2,160

Hello Aravind,

I dont see any Excel icon on the top in my classical debugger. Are you sure its avaialble in the old debugger? I am on 4.6C

Vikranth

Read only

0 Likes
2,160

Hi Vikranth,

Not sure though in 4.6 but in ECC 6.0 it is available on menu bar. Its just beside the find option on menu bar.

Regards,

Swarna Munukoti

Read only

0 Likes
2,160

Hello Swarna,

I was aware that the option is avaialble in the new debugger. But seems Aravind's suggestion worked. So just wanted to confirm if this option is available even in the old debugger. As far as i know, i dont think its avaialble in the old debugger.

Vikranth

Read only

Former Member
0 Likes
2,160

Hi Salil Vaidya,

Go to Debug Mode of your program

Open the Content of the internal table which you want to download as text file

Then Right Click on Table Name or Table Content

Select SAVE TO LOCAL File

Select Data Format whichever you want..

Press Enter

Save As Dialog box will come... Give File name and save it anywhere you want..

Your data will be there in that file...

Text file may not be having limit..

If you are downloading to Excel then it depend's on the version

Excel 2007 supports more then 1 million records

but older versions are not supporting those many records..

Hope it will solve your problem..

Thanks & Regards

ilesh 24x7

ilesh Nandaniya