What are Difference Between Classical Batch Input and Call Transaction?

Showing Answers 1 - 2 of 2 Answers

Shafiq Ahmed Khan

  • Nov 3rd, 2005
 

In Batch input many transactions can be executed, where as in Call transcation only one transactioin can be executed.

BI is a background process, Ct can be either background or foreground .

BI is Synchronous process, Ct is both Asynchronous & Synchronous.

BI Sessions cannot be runed parallel.

Log file is generated automaticly in BI, errors can be found through BDCMSGCOLL.

  Was this answer useful?  Yes

sriratna

  • Mar 29th, 2006
 

1.batch input works for multiple applications where as call transactions doen't work

2.batch input has an implicit log file with it. where as call transaction doesn't have

3.batch input has sy-subrc check with the database where as call transaction doesn't have so call transaction is fast.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions