‎2005 Sep 06 10:34 AM
Hi Guys,
I have been working on a Transaction FB01 where datas have to be uploaded from text file from Application Server and inserted into the Transaction FB01.
This has to be performed as a Background Job.
Apart from No. of records or Error Handling, which Method suits for BackGround Processing.
a) Call Transaction or
b) Session Method
Many Thanks for the Hep.
Regards,
Anbalagan.V
‎2005 Sep 06 10:37 AM
Hi,
You can go for Session method. I belive that is good for background execution.
‎2005 Sep 07 7:03 AM
Hi,
Session method is good as you can see the log ( in case of error ) and reprocess the transaction which are in error.
In call transaction there is no reprocessing or error log .
Cheers.
‎2005 Sep 07 7:07 AM
Dear Anbalagan.V,
Call Trans is 3 to 4 times faster than the Session method. U can also create a errror session for all the errored Transaction in the call trans method. Go for call transaction method.
Regards,
Vikas Madaan
‎2005 Sep 07 7:37 AM
Hi,
-> try interface rfbibl00 (direct input)
for mass work in background
Andreas