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
when u prefer lsmw?
What is the diff between database view and maintenance view?
Rp_provide_from_last contains how many parameters ? : abap hr
Write special commands of list?
What is personnel sub are
1/ How do u apprach if error occur in sending idocs ? 2/ where u assigned process code ?
What are the differences between table controls and step loops?
What are the 3 types of function modules in sap?
How can we use multiple transactions by using bdc_insert? : abap bdc
Have you set up a back ground job ? How to create a background job without a variant ?
when do you need to create an internal table with header line ? and with out a header line?
Can you create a table with fields not referring to data elements? : abap data dictionary
Explain about workbench request and customization requests?
What is the syntex used to call a screen as dialog box (pop up)?
Difference between BDC vs Direct Loads?