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
How to handle error in session method? : abap bdc
Can we write the code both call transaction and session method in single program?
What do you mean by cluster tables in sap abap? Also explain what do you mean by table cluster? : abap data dictionary
Why do we declare a method of a class final? What can be the purpose? Give a scenario.
Static and instance variable and method with live example. Why and when to use
What is the function of the transport system and workbench organiser? : abap data dictionary
How do you restrict the data to be entered in the payroll area? : sap abap hr
Differentiate between report and dialog program
How do you write transaction programs in sap?
singleton class
How can a lock object be called in the transaction?
Can you define a field without a data element?
To find the date difference & excude saturday & sunday in between them
How can you display frames (horizontal and vertical lines) in lists?
What is buffering in abap?