‎2006 Oct 25 10:37 AM
Hi all,
i have a report which uses a bapi to upload data .
data is taken from a file on the pc.
i have given the provision to provide the file path
on the selection screen
The report is running properly
only problem is when running in the background it says
" front end function not possible in batch input mode "
pls hlp
Regards,
tarang
‎2006 Oct 25 10:39 AM
Hi
U've to transfer the file to a path of Application Server and use statament OPEN DATASET/READ DATASET/CLOSE DATASET to read the file.
U can't run your report in background if you need to read the file from the pc (Presentation Server).
Max
‎2006 Oct 25 10:39 AM
You cannot upload/download a file to a PC in the background. You need to write the file to the SAP platform, them provide the ability to load this file from the SAP platform to the PC in the foreground.
‎2006 Oct 25 10:40 AM
seletion screen and background ? sounds rather different.
you need an even to run the program. instead create another program and use submit by filling the selection screen elements. or you can default the values and remove the selection screen.
regards,
Sandeep Josyula
*Reward helpful answers