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: 

Uploading file in application server to a transaction

Former Member
0 Kudos

Hi All,

I have a requirment where in i want to upload the transaction FF_5 using the file in the application server. Is there any way to do this. I dont want to download the file to presentation server and then upload the file in FF_5 transaction. According to the requirement i have to directly upload the application server file in the tcode FF_5. Pls let me know how to do this.

Thanks,

Raju

2 REPLIES 2

Former Member
0 Kudos

Hi,

if you are talking about data transfer, then you can go for either BDC or BAPIs.

Thanks,

Ibrahim

Former Member
0 Kudos

Hi,

You cannot upload the data from the applcation server. You have to upload from the presentation server.

If you have data on the application server then you need to save it to presentation server and upload to FF_5.