How do u know that updation is successful in BDC
Answer Posted / sukanya.k
Hi ,
CALL TRANSACTION has some parameters:
1.transaction code
2. bdcdata
3.display_mode
4update_ mode
5.messages (bdcmsgcoll)
all the messages are captured in table bdcmsgcoll. So you
can loop at this table and show the messages at output list.
and also which ever tcode for which you have run the BDC
code for .eg. say MM01 ,you can view the same in MM03.
Thankyou.
Regards.
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
What is internal payroll process? : sap abap hr
What happens if a function module runs in an update task?
What is the BAPI_CUSTMATINFO_GETDETAILM used for? what is the input and output of this bapi.
What is get cursor field?
What is meant by authorization? Did you ever work on it? : sap abap hr
I created a field and entered the field type, when I double clicked the field type to define the domain; it is asking for an ACCESS KEY, I am not changing any SAP defined tables, working on a user defined table.
Suppose the client wants me the vacancy to be displayed on a website as well as ess. How should I do it? : sap abap hr
What does an EXEC SQL stmt do in ABAP? What is the disadvantage of using it?
write a program for creation of customer quotation using BAPI 'BAPI_QUOTATION_CREATEFROMDATA'.
What are datasets in abap?
What is hotspot?
Explain different types of locks?
Write syntax for message error (report)?
What are clustered tables?
What is img? : sap abap hr