Suppose in the BDC call transaction we updated one record
into the database. In the message log it is showing
successful, but it was not updated into the data base? How
can we handle?
Answers were Sorted based on User's Feedback
Answer / nanda
IN CALL TRANSACTION,BY DECLARING THE 'RETURN' PARAMETERS WE
GET STATUS OF THE RECORDS.WEATHER THEY ARE UPDATED OR NOT.
Is This Answer Correct ? | 3 Yes | 0 No |
Explain about interactive report?
What are RFCs? How do you write RFCs on SAP side?
What is user exists?
2 Answers FutureSoft, Unilogic Software,
What is an abap dictionary?
What are the modes in lock objects? : sap abap data dictionary
Difference between client dependent and client independent tables?
What is locking ?
what are the various types of parameters and how are they distinguished from one another?
What is foreign key relationship? : abap hr
What is a type group?
How LSMW is advantageous than normal BDC?
BDC CALL TRANSACTION carry on synchronous processing and update the database both synchronously and asynchronously,where session method carry on asynchoronous processing and update the database synchrousnously.I want to know the meaning of synchronous and asynchronous processing and also the meaning of synchronous and asynchronous database update.