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

Text - upload in BDC

Former Member
0 Likes
470

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.

3 REPLIES 3
Read only

Former Member
0 Likes
450

hi,

try using FM GUI_DOWNLOAD for downloading and FM GUI_UPLOAD for uploading

santhosh

Read only

Former Member
0 Likes
450

Declare the data type as string, read the text into this variable.

you can download using GUI_DOWNOAD.

Read only

Former Member
0 Likes
450

hi,

For saving to flat file use the FM GUI_DOWNLOAD with filetype as ASC.

and for uploading use FM GUI_UPLOAD.

regards,

Priya.