‎2007 Nov 10 8:56 AM
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
‎2007 Nov 10 9:21 AM
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
‎2007 Nov 10 9:31 AM
‎2007 Nov 10 10:30 AM
hi,
its very easy.just declare an internal table with what are the fields you want in material master.Use SELECT
‎2007 Nov 10 9:31 AM
Hi,
use GUI_DOWNLOAD function module.
Reward if it helps,
Satish