uploading localfile in backgroundmode
Hi experts,
Is it possible to upload data from local drive(presentation server) to sap in background mode.
As I know ,in the background mode we can upload files from application server only.
but here my functional consultant saying they did upload data from local drive to sap in background mode.
i wanted to know the possibility of this.
thanks in advance.
sastry.
Tags:
Madan Ullasa replied
Hi..
in ur file path give the file extension as '.xls'..
eg..
if w_filepath is your file path,,
then...
w_filepath = /erp/interface/dummy.xls.
OPEN DATASET w_filepath FOR OUTPUT IN TEXT MODE .
regards,
Madan...