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 are logical databases?
when run my program in se38 it was showing output, when i take background execution and giving printer details it was shoing out put. but in SP01 when i give the Spool Request Number it was showing not yet processed entire page why it happens i dont know please give me a solution.
What are conversion routines? : abap data dictionary
Name a few data dictionary objects? : abap data dictionary
After running a BDC program in background, next day morning when you see the results, few records are not updated(error records). What will you do then ?
What are advantages and disadvantages of logical data base
What are the data types of internal tables?
what is diff between ECC 5.0 AND ECC 6.0
Folder types in smatforms? 2)What is Command line?
In Table Field when display the Name, whose first charecter should be capital letter and rest will be small letter.
What is the function of a domain? : abap data dictionary
Explain the difference between domain and data element?
What is the function of the transport system and workbench organizer?
What is cts and what do you know about it? : abap hr
What is the difference between RETURNING and CHANGING parameters for a method?