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
How to create a link between modified form and modified print program?
how to create module pool program using table controls based on selection criteria specified for sales document item in the first screen and item details in the second screen. plz mention the detail coding Tahnks, Rahul
How can we set the table spaces and extent sizes? : abap data dictionary
Which infotype records can not be deleted ? : abap hr
What is the max no of match code id’s that can be defined for one match code object?
Is main window mandatory in smartforms?
How can I get ascii value of any letter? Is there any function?
What is bdc programming? : abap bdc
What are the payroll related infotypes? : abap hr
What’s value table?
How will you transfer data into a file in application server?
How to debug rfc function module?
In the `select' statement what is group by ?
What is web dynpro for abap?
HOW CAN YOU USE A PAGE COUNT IN CALLING A PAGE IN SMARTFORM?