2008 Sep 26 11:18 AM
2008 Sep 26 11:26 AM
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
2008 Sep 26 11:26 AM
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
2008 Sep 26 11:29 AM
Hello,
The input file for a b/g job should be uploaded into application server.
-Rajat
2008 Sep 26 11:56 AM
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.
2008 Nov 21 12:02 PM