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

to down load master

Former Member
0 Likes
360

is there any fm to download master data(for exaple material) or any other method through which we can down load material master

2 REPLIES 2
Read only

Former Member
0 Likes
344

u can do it by following method.

select * from MARA into table IT_mara.

call function 'GUI_DOWNLOAD'.

this function downloads all data from internal table to the flat file.

so u can download ur master data in this way.

reward points if useful......

Read only

Former Member
0 Likes
344

Go to transaction SE16 , Put in your table name.

Once you get the list output, Click on EDIT in the menu and click download!