diff b/w call trans. and session method.

Answer Posted / tanmoy

The Session method in BDC utilizes the Function Modules:
BDC_OPEN_GROUP
BDC_INSERT
BDC_CLOSE_GROUP
The data is present in the session is not updated in the
tables until & unless the session is processed by the
transaction SM35. It also updates the data synchronously.
It has an inbuilt error log.

Call Transaction method:
Update the records faster.
It should return the value.
For error records it will be stored in the Internal table
BDCMSGCOLL
Update the Database Both synchronously and asynchronously.

Syntax:
CALL TRANSACTION 'MM01' USING GT_BDCDATA
MODE 'E'
UPDATE gv_update
MESSAGES INTO GT_BDCMSGCOLL.

Is This Answer Correct ?    1 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

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

925


What are system fields for secondary lists?

814


Business scenarios related to your objects( In my case -Rulebook and Pricing work flow)

1037


What is the disadvantage of a call by reference?

848


What is the transaction code to display the payroll results ? : abap hr

778


What is an rdbms?

797


What is example class

1076


Difference between sy-tabix and sy-index? Where it is used? Can you check sy-subrc after perform?

813


How do you validate the selection criteria of a report? And how do you display initial

790


What is meant by search help? : sap abap data dictionary

802


Hi my dear friends,Please give the answers for the following link http://www.saptechnical.com/InterviewQ/interviewQ.htm

1897


what is the difference between hashed & sorted internal tables?

1856


What are base tables of an aggregate object?

834


To how many tables can an append structure be assigned. : abap data dictionary

790


when u prefer lsmw?

794