How do you know that data is updated in call transaction
Answer Posted / anuradha
There is no implicit error handling in BDC call transaction.So we need to do it explicitly by filling internal table IT_BDCMSGCOLL.So from this table we can findout all error messages.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What are the two levels in defining a match code ?
A subroutine can contain nested form and endform blocks. State true or false. : abap modularization
While using extract datasets it is required to have a special workarea for interface. State true or false. : abap modularization
WHAT ARE THE INPUT PARAMETERS TO BE PASSED FOR THE BAPIS 'BAPI_CUSTMATINFO_GETDETAILM' AND 'BAPI_CUSTMATINFO_GETLIST'
Have you set up a back ground job? How to create a background job without a variant ? : abap bdc
What are field symbols and field groups? Have you used component idx of structure clause with field groups?
How do we handle multiple line items in BDC's.
Explain what are the problems in processing batch input sessions? How is batch input process different from processing on line?
Differentiate between ooabap and abap?
What is the BAPI_CUSTMATINFO_GETDETAILM used for? what is the input and output of this bapi.
What is the significance of the screen number ‘0’?
what are the important fields while preparing sales order,inquiry?
How many types of views are there ?
What are the uses of the information in the data dictionary? : abap data dictionary
What is the differences between structure and table in the data dictionary in abap?