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

downlaod data

Former Member
0 Likes
614

hi all,

i have to download data of material master into text file , kindky tell me

how to do it?

points would be rewarded to all.

rgds

4 REPLIES 4
Read only

Former Member
0 Likes
587

hi,

you cant download the material master data directly into ur text file. instead u can download the material master data which is stored in the relevant tables such as MARA, MARC, MARD, etc.,

just write SELECT * query in your program and use function module WS_DOWNLOAD to download into your text file.

Thanks and regards,

Senthil kumar

Read only

0 Likes
587

hi,

can anyone plz provide sample code ??

rgds

Read only

0 Likes
587

hi,

its very easy.just declare an internal table with what are the fields you want in material master.Use SELECT

Read only

Former Member
0 Likes
587

Hi,

use GUI_DOWNLOAD function module.

Reward if it helps,

Satish