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
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
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
Add a comment