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
Define batch input session?
What will you code in start-of-selection & end-of-selecton & why?
What is the difference between a dialog program and a report?
What is the differences between abap and ooabap. In which situation we useooabap?
How the Sy-Mandt value gets updated in the table and Is this having any foreign key relationship.
hi.. sap sd is installed in my PC .i m unable to start becoz ,i have given wrong password many times and it's locked.please tell me how can i open SAP logon. tell the process at my id dst.noida@rediffmail.com please advance thanx
What is smart forms? : abap hr
Explain about Recording Function?
Can we make use of flow logic control key words in abap/4 and vice-versa?
ALV Report that will show the details of order like order no, order date, customer, product code & description, order quantity and value along with the details of dispatch of those orders like invoice no, invoice date, invoice quantity and pending order quantity. plz mention the detail coding Tahnks, Rahul
What are the differences between a database index and a match code? : abap data dictionary
What are the functional areas?
In a loop of an internal table, what is the use of at first & at last statements?
Explain the relationship between a functional area, user group, and query when developing queries using the sap query tool?
What kind of financial periods exist in SAP? What is the relevant table for that?