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 is an update type with reference to a match code id? : abap data dictionary

592


What are aggregated objects : abap data dictionary

603


Difference between user exit and badis?

613


How to use messages in lists?

608


What is an abap?

558






what is the difference between hashed & sorted internal tables?

1639


Explain what are the problems in processing batch input sessions? How is batch input process different from processing on line?

588


Differentiate between table and template ?

603


What is retro active accounting

1600


When the get cursor command used in interactive lists?

598


Have you worked with support? How ticket comes to you? What were the timings for resolving tickets types of severity?

1614


In the abap/4 dictionary tables can be defined independent of the underlying database (t/f). : abap data dictionary

712


What application areas are you comfortable in?

880


What is the maximum number of match code id's that can be defined for one match code object? : abap data dictionary

630


How do you send files to the legacy systems from SAP and vice versa? How does one know that the legacy files have come on to the SAP server you are working on?

729