bdc -background processing
hai,
i am using upload function to upload the file from my PC to Internal table
and creating a session by executing the abap program and when i am processing the session in foregorund it is working properly but in backgorund processing i am getting the error like
"LEAVE TO TRANSACTION" is not allowed in batch input
Transaction error "
even if i use open dataset also i have the same problem.
how to solve this?
thanks
The function Upload doesn't work in background processing.
this function is done for online processing only.
Upload file from any Application Server not from Presentation Server and use OPEN DATA SET....
It will work in Back ground.
Cheers
Upload file from any Application Server not from Presentation Server and use OPEN DATA SET....
It will work in Back ground.
Cheers