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
A field containing currency amounts (data type curr) must be assigned to a reference table and a reference field. Explain.? : abap data dictionary
How many types of size categories and data classes are there? : abap data dictionary
What has to be done to the packed fields before submitting to a BDC session.
Explain about workbench request and customization requests?
What are the types of views? : sap abap data dictionary
A subroutine can contain nested form and endform blocks. State true or false. : abap modularization
What two statements are required in an abap program to output an icon using a write statement?
What does the ‘suppress dialog’ do?
Where can you find error log for call transaction? : abap bdc
Is it possible to bring select option in module pool screens?
What is the BAPI_CUSTMATINFO_GETDETAILM used for? what is the input and output of this bapi.
Why is pretty printer user in abap?
Explain what are the system fields? Explain?
What are the advantages and disadvantages of using views in abap programming ?
How can end-of-selection be used?