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

Internal table download during internal table

Former Member
0 Likes
788

Hello,

Is there any way to download a particular coloumn of internal table in debugging mode.

I Could not download completed internal table due to wrong name of column in the structure of internal table.

( ofcourse this is different from my required column)

Thanks.

Regards,

Satya

Hello,

Is there any way to download a particular coloumn of internal table in debugging mode.

I Could not download completed internal table due to wrong name of column in the structure of internal table.

( ofcourse this is different from my required column)

Thanks.

Regards,

Satya

6 REPLIES 6
Read only

faisalatsap
Active Contributor
0 Likes
752

Hi, Naga

I think you wanted to write subject as Internal table download during debugging

Please try the following way may it will help you to solve out your problem,

--> In Debugger Mode Open Internal Table

--> Press Ctrl + Y keys

--> Than Select Your Require Column by using Mouse ( Start from First Row holding Left Mouse Key up to Last row of that Colum

--> After Selection Press Ctrl + C for copy

--> Open Excel or any File where you want to Past

--> and than Past using Ctrl + v

Please Reply if any Issue,

Best Regards,

Faisal

Read only

0 Likes
752

if you are testing in a development environment then just for your testing purpose create another internal table with only that field and pass you internal table's value to this internal table(which only has one field).

now in debugging mode you can download this new table with one field only.

after testing delete this new internal table passing lines from your code.

by the way, why arent you able to donwload your internal table?

Read only

former_member585060
Active Contributor
0 Likes
752

Hi,

What is version of SAP you are using, if its ECC 6.0 then switch to New Debugger, it has the option of downloading complete internal table data, just click on Tables table, give the internal table name, and on side there will be option(Tools i guess) spanner symbol. From there you can download entire internal data, with header name.

Regards

Bala Krishna

Read only

Former Member
0 Likes
752

Hello,

I have already downloaded 2 internal tables.

But for a particular internal table , due to wrong name of column I could not download internal table ( It is dumping )

Since I am working in production environment, I could not write any code or change in debugging mode.

and due to huge data , I could not use CTRL+Y:

Regards,

satya

Read only

Former Member
0 Likes
752

Hello,

I feel it is not possible

Read only

Former Member
0 Likes
752

We can not do like that.

But we can change layout , and download