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
In the abap/4 dictionary tables can be defined independent of the underlying database (t/f). : abap data dictionary
What are system fields for secondary lists?
Business scenarios related to your objects( In my case -Rulebook and Pricing work flow)
What is the disadvantage of a call by reference?
What is the transaction code to display the payroll results ? : abap hr
What is an rdbms?
What is example class
Difference between sy-tabix and sy-index? Where it is used? Can you check sy-subrc after perform?
How do you validate the selection criteria of a report? And how do you display initial
What is meant by search help? : sap abap data dictionary
Hi my dear friends,Please give the answers for the following link http://www.saptechnical.com/InterviewQ/interviewQ.htm
what is the difference between hashed & sorted internal tables?
What are base tables of an aggregate object?
To how many tables can an append structure be assigned. : abap data dictionary
when u prefer lsmw?