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?

Answer Posted / 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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How is conversion of data types done between abap/4 & db layer? : abap data dictionary

652


Explain some essential objects in abap dictionary?

708


What is collective search help? : sap abap data dictionary

609


MY DOMAIN IS SAP-ABAP COMPARE TO WEBDYNPRO AND CRM-TECHNICAL WHICH IS BEST?

2447


How to define selection screen?

600






i have cleared my technical round and manager round in cts but they told me u will get a call with in couple of days now i dont know about my status

8506


What are the events in classical reports?

629


What is a transaction variant and why are they used?

557


Define dispatcher?

826


What are uses of foreign key?

573


What is logo in sap script?

573


From Excel to ABAP - Is batch mode possible ?

584


function modules are also external subroutines. State true or false. : abap modularization

603


How to pass data from list to report?

572


I am trying to automate a manual processing of iDOCs in BD87. I used the following code to pass idoc-id to global variable 'DCN' and then skip the first screen of BD87 to go to processing directly. After running this code SET PARAMETER ID 'DCN' FIELD itabhdr-idoc_id. CALL TRANSACTION 'BD87' AND SKIP FIRST SCREEN. it takes me to the first screen because it cannot recognize my idoc-id. How I can pass idoc-id to global? I have used the above code to goto VA02 with VBELN and it worked perfectly.

1768