10> Can u give me one example where we should use only
CALL TRANSACTION method in BDC?

Answer Posted / rakesh akula

Call Transaction:-
When there is need of only one transaction to be updated
such as 'MM01' and number of records are less. And also
while updating the database there will be less load on the
processor, as we know call transaction works in foreground
i.e in online mode then we can use call transaction.

Otherwise use Batch input session as it can update mor than
one transaction and it is used when the records are more as
it can be processed in background processing mode. Its
better to use batch input session as it provides error
handling facility implicitly whereas in call transaction we
have to write code i.e explicit error handling.

thanks & regards

Is This Answer Correct ?    3 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are client dependant objects in abap/sap?

683


What is a type group?

550


How does the system handle roll areas for external program components?

632


What actually happens in real-time recruitment? : sap abap hr

577


Does the external program run in the same sap luw as the caller, or in a separate one?

657






How to define selection screen?

600


What is the company code? : sap abap hr

580


What is the differrences between structure and table in data dictionary in abap? : abap hr

725


What are the update types possible?

613


What are the attributes of the data? : abap data dictionary

656


Write the bdc table structure? : abap bdc

598


How will you transfer data into a file in application server?

595


What are the events in ABAP language?

620


Explain the Inportance of pa30? : abap hr

757


What is “call mode”?

582