Application Development 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: 

using bapi to create text file in another system

Former Member
0 Kudos

hi friends,

i have get the production order value using 'BAPI_PRODORD_GET_DETAIL' .

this babi table value will be down load in other system in my network .

how to do this . its possible in using bapi.

please send me sample codings

regards,

jai

2 REPLIES 2

Former Member
0 Kudos

Hi,

The FM 'GUI_DOWNLOAD' should use the network path like '
10.10.10.10\shared_file\PO.txt'. Pass this value to the file path parameter and execute the program.

Thanks..

Preetham S

0 Kudos

The above function module will work only if your server has access to the PC you want to write to

to check it, logon to the server's comp (or ask basis to do so) and see if it can connect

else, ask for access rights