‎2006 Nov 23 10:25 AM
Hai everyone,
I have read the sales order text ( mmo3 ) using Read_text and saved it using
Save_text. how can i save it to a flat file??
then how can i upload a text( for sales order txt or Purchase order Text) from a flat file ( for BDC) ?
thank you in advance.
suki.
‎2006 Nov 23 10:27 AM
hi,
try using FM GUI_DOWNLOAD for downloading and FM GUI_UPLOAD for uploading
santhosh
‎2006 Nov 23 10:29 AM
Declare the data type as string, read the text into this variable.
you can download using GUI_DOWNOAD.
‎2006 Nov 23 10:29 AM
hi,
For saving to flat file use the FM GUI_DOWNLOAD with filetype as ASC.
and for uploading use FM GUI_UPLOAD.
regards,
Priya.