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: 

input file for background bdc job

Former Member
0 Kudos

hi,

How to give input file for background bdc job.

thanks,

1 ACCEPTED SOLUTION

Former Member
0 Kudos

HI,

Upload the file in the application server . There is a function module for this.

upload_download , dont remember the exact name.

then u can code in the program , to pick the file from the application server.

this will definitely answer ur qn i guess.

regards,

Ramya

4 REPLIES 4

Former Member
0 Kudos

HI,

Upload the file in the application server . There is a function module for this.

upload_download , dont remember the exact name.

then u can code in the program , to pick the file from the application server.

this will definitely answer ur qn i guess.

regards,

Ramya

Former Member
0 Kudos

Hello,

The input file for a b/g job should be uploaded into application server.

-Rajat

former_member585060
Active Contributor
0 Kudos

Declare the Parameter for file path with NO-DISPLAY,

Initialize the file path in INITIALZATION event.

so the program can get executed without giving file path or selection screen, still the path is given in initialization event so it takes that file and executes.

submit your BDC calling another program RSBDCSUB.

Former Member
0 Kudos

thanks