Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Call Transaction/Session Method-Best for Background Process

Former Member
0 Likes
536

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

4 REPLIES 4
Read only

Former Member
0 Likes
515

Hi,

You can go for Session method. I belive that is good for background execution.

Read only

Former Member
0 Likes
515

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.

Read only

Former Member
0 Likes
515

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

Read only

andreas_mann3
Active Contributor
0 Likes
515

Hi,

-> try interface rfbibl00 (direct input)

for mass work in background

Andreas