bdc -background processing

Question:
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
Answer:
The function Upload doesn't work in background processing.
this function is done for online processing only.
Answer:
Upload file from any Application Server not from Presentation Server and use OPEN DATA SET....
It will work in Back ground.
Cheers
Answer:
Upload file from any Application Server not from Presentation Server and use OPEN DATA SET....
It will work in Back ground.
Cheers

More Articles:

Table entry (URGENT!!!!!!!!!!!)?
Transporting LSMW project with subproject & object?
Sending excel sheet with mail?
reg : date filed?
How to convert a spool file to text file?
Table Control Dynamic Field Control?