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
Is it possible to pass data to and from include programs explicitly? : abap modularization
What are pool tables?
i have cleared my technical round and manager round in cts but they told me u will get a call with in couple of days now i dont know about my status
What is time constraint ? : abap hr
what is difference between user exit, customer exit and badi?
In a loop of an internal table, what is the use of at first & at last statements?
What is the significance of delivery class?
What happens Update command is used without where clause ?
The extract statements in field groups can be used before or after processing the sort statements. State true or false. : abap modularization
What is a transport?
what is a text table ?
What are the different types joins?
Hello All, Requesting to all user of this site. Please post your Questions in Proper sub Category of chosen category. Some users post the questions in common category whether sub category for that is available ..like some users still post the SAP Script & ALE Related questions in common ABAP Category. Due to this it becomes very difficult to find the topic wise Questions. Please cooperate with the site & to other users. Thanks & Regards Tamseel
what is diff between idocs,bdc,rfc and bapi. give real time answer
can i use table key and key in an internal table and explain the functionalities of each one and what functionality does it give if both are used for same internal table