What is difference between BDC and Call Transaction?
Answer Posted / saurabh agarwal
BDC Session Method
• Data is not updated in database tables unless session is processed.
• No SY-SUBRC returned.
• Error log is created for error records.
• Updation in database table is always synchronous
Call Transaction Method.
• Immediate Updation in database table.
• SY-SUBRC retuned.
• Errors need to be handled explicitly.
• Updation in database in database table can be Synchronous or Asynchronous
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the role of ‘refresh’ in internal table?
In ALV reporting when u execute your report which event gets triggered.
Explain the structure of a bdc sessions?
What is pakey structure, pshd1 structure and what type of fields it contains? : abap hr
Events that can be used in both the classical and interactive reports
Give examples of transparent table?
What is is a match code? : abap data dictionary
Explain what is sequence of event triggered in report?
What are ranges?
Can a filed occur in several field groups?
Explain client-dependent and client-independent tables.
What are the 3 methods that we use in sequence in a batch input session method? : abap bdc
send coding to write a program to create customer quotation using BAPI 'BAPI_QUOTATION_CREATEFROMDATA2/BAPI_QUOTATION_CREATEFR OMDATA'
What is page window?
SAP query how to use end users?