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
In what ways we can get the context sensitive f1 help on a field?
What is the difference between sum and collect?
It is possible to assign a local data object defined in a subroutine or function module to a field group. State true or false. : abap modularization
What is bdc programming in sap?
How can we create callable modules of program code within one abap/4 program? : abap modularization
What is an abap?
Sy index and sy tabix
What is netweaver???what is the relationship with ABAP?
What are table clusters?
What are spa/gpa parameters (sap memory)?
What are the buffering options in abap?
What is the transaction code to display the payroll results ? : abap hr
What is the difference between collect and sum?
What will happen when we use fully buffered in abap?
What is the difference between data elements and domains? : abap data dictionary