diff b/w call trans. and session method.
Answers were Sorted based on User's Feedback
Answer / venkateswarlu
Session method:
Until unless sessions are not processed the data is not update in the database.
it Should not return any value
Error screens are stored into the error logs (SM35)
Update the records synchronous
Call Transaction method:
Update the records fastly.
It should return the value
For error records it will stored the Internal table BDCMSGCOLL
Update the Databae Both synchronous and asynchronous.
Is This Answer Correct ? | 4 Yes | 0 No |
Answer / 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 |
How do you populate data into a multiple line field? : abap bdc
Can we write inner join between transparent table and cluster table? If both having common fields?
What are the exact sequences in which the reporting events trigger.I mean starting from 1st to last.And how many times we can use At-Selection screen or Start-of-selection in a report??
Can a posting run be deleted? : sap abap hr
how can u write in single program call transaction and session method logic? if u write logic in call transaction ,is there any errors ? how can u see in session ?
Hat are the different types of mode (run code) in call transaction method?
what is Transport Request? why it is needed for us?
How to display or know if the value entered contains records or not?
what is meant by HIDE statement?
What is an abap dictionary?
Describe the data classes?
with table control?