cancel
Showing results for 
Search instead for 
Did you mean: 

how to upload a file with SAP-GUI frontend..

Former Member
0 Kudos

Hi,

I want to upload a file with SAP-GUI frontend and then forward the file via RFC to my (RFC to FILE) scenario, and deploy it and get the output as file.

Regards,

Varun

Accepted Solutions (1)

Accepted Solutions (1)

former_member192295
Active Contributor
0 Kudos

HI,

No need file upload in SAP GUI, follow below method.

1. Configure FILE(Upload file as input) to RFC (through request as input) scenario and process it.

2. Once RFC process is complete RFC will give response as output and generate file as output.

i.e

FILE......................RFC(Request).....Process Function..................RFC(Response)....................File

Or we can do another way

1. Upload file in SAP GUI through WS_UPLOAD function after that call function to pass value and generate file as output.

I hope now clear

Former Member
0 Kudos

Hi Experts...

I am working on carrer & Succession planning in PD.

I have developed career paths based on jobs (TCode for creating career path is - OOQ4).

Need to upload 500 such paths....but its not possible through LSMW....as the screen is using Network & hierarchy tool ....please guide me a solution to upload these career path in R/3 system ( ECC 6.0)

Regards

Anupama

Edited by: Anupama Singh on Sep 26, 2008 9:10 AM

Answers (2)

Answers (2)

Former Member
0 Kudos

Write aq report in ECC use FunctionModule : GUI_UPLOAD to upload the file to ECC and process then after

Former Member
0 Kudos

Use the FM : GUI_UPLOAD to upload a file.