How do u know that updation is successful in BDC
Answers were Sorted based on User's Feedback
Answer / bikas
For Call transaction method we can check the value of sy-
subrc if it is initial then call transaction was sucessful
other wies Not.
Details can be obtained by populating the error messages.
Regards
Bikas
Is This Answer Correct ? | 6 Yes | 0 No |
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 |
what are the two methods of modifying sap standard tables? : abap data dictionary
What are the functions of lock objects?
Can you use if then else, perform ..etc statements in sap script?
What is a table pool? : abap data dictionary
If u r working with call transaction method .any problem occurs error records r stored in BDCMSGCOLL structure.How do u find that an error has occured at a particular point,how can u handle to rectify and process it successfully? If a file has 10000 records where 3 records doent having right format,how do u tackle with this issue either by using call transaction or session method to transfer data perfectly into database table?tell me the steps how to procede?
what is secondary index?
What are the differences between session method and call transaction method? : abap bdc
PROGRAM TO CREATE INQUIRY IN SD USING BAPI 'BAPI_INQUIRY_CREATEFROMDATA'
what is meant by filtration in alv? how to do it?
1 Answers Bristle Cone, Cap Gemini, HP, Satyam, Wipro,
Can we create field without data element? If yes, how?
Functionality of Edit call..?
what is abap token?