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
What is asynchronous and synchronous update?
How would you suppress the display of a parameter on the selection screen?
What are the events used in abap in the order of execution?
What functions does a data dictionary perform ?
Does the table can have multiple foreign keys?
What are the tcodes for performance tuning?
What is the difference between bdc_okcode and bdc_cursor? : abap bdc
How to read 5th record from Hash Internal Table?
8)when u create sales report what u can see in that report ? what rthose field names or data element names? 9)when u create purchase order details report what u can see in that report ?what rthose fieldnames or dataelements? 10)when u create material stock report in material master grouped by material type and plant what u can see in report ?what rthose field names or dataelement ? 11)when u create shipping forecast report what u can see in that report ?what rthose data elements or field names?
did u done enhancement framework?how u implemented?
What data is contained in data dictionary? : abap data dictionary
function modules are also external subroutines. State true or false. : abap modularization
How do you process errors in call transaction method? : abap bdc
Difference between function group and function module?
What is cts and what do you know about it? : abap hr