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
Name some system global variables you can use in abap programs?
How we format the data before before write statement in report ?
IN SCRIPTS IF WE HAVE EMPTY SECOND LAYOUT AND IF WE HAVE MENTIONED ABOUT IT IN NEXT PAGE ATTRIBUTE THEN IN OUTPUT HOW WE GET THE SECOND PAGE OUTPUT.
A field containing currency amounts (data type curr) must be assigned to a reference table and a reference field. Explain.? : abap data dictionary
What is difference between check table and value table ?
What are the different message types available in the abap/4 ?
The loop-endloop on extract datasets can be used without any kind of errors. State true or false. : abap modularization
Can we call reports and transactions from interactive reporting lists?
What is the purpose of creating symbolic a/c, what is transaction code for same? Can we assign one symbolic a/c to multiple wage types? : sap abap hr
SAP Script for Billing in which Billing document number was displayed as header, Bill Type, Bill Category, Bill Item, Cost, Base Unit of Measurement and Material number were categorically displayed for each billing document number. plz mention the detail coding Tahnks, Rahul
How to upload data using catt ? : abap hr
What are the differences between macro and subroutine?
What is the master data necessary before you can start posting in MM?
What is the use of a pretty printer?
What is an abap data dictionary? : abap data dictionary