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 table ROWS

Former Member
0 Likes
1,072

Hi I am using SAP Version 46B

I need to download all data with table structure from SAP tables like MARA,MARC etc.

I used se16 chnaged the user parameters to grid display and I downloaded.

I observed that the maximum columsn SAP is downloading is around 99 in mara i have around 170 columns. How do i download the all the data with all comuns.

Any Ideas

Thanks

Martin

Hi I am using SAP Version 46B

I need to download all data with table structure from SAP tables like MARA,MARC etc.

I used se16 chnaged the user parameters to grid display and I downloaded.

I observed that the maximum columsn SAP is downloading is around 99 in mara i have around 170 columns. How do i download the all the data with all comuns.

Any Ideas

Thanks

Martin

7 REPLIES 7
Read only

Former Member
0 Likes
1,030

hi martin,

I think we already answer you for this question in your last post

Read only

Former Member
0 Likes
1,030

Hi joesph.

In the last post i did not tell you that the approach we have is not downloading 170 coumns in MARA table.

Read only

0 Likes
1,030

what do you want to do? download the table contents or the columns name?

Read only

Former Member
0 Likes
1,030

Hi joesph.

In the last post i did not tell you that the approach we have is not downloading 170 coumns in MARA table.

I am sorry for any confusion. This would have been addressed in the previous post However I am in little bit tensed.

Thanks

Martin

Read only

Former Member
0 Likes
1,030

Martin

If you can only download 99 columns at once than spilt the download into two parts. Be sure that in each of them you will have matnr and later on you can merge both downloads using matnr (to be sure that everything is correct). I am sure excel will be perfect for this job.

Andrzej

Read only

Former Member
0 Likes
1,030

Yes the Andrzej advice is good one.

You can do this from Settings -> Format List -> Choose fields

Or you can create small program in ALV.

Read only

0 Likes
1,030

Use transaction SE16N instead.