Answer Posted / sukhbir
IN addition to above:
The BDCMSGCOLL does not have the messages text. It has only
the message type, number and message parameters.
You have to read the message text from the database table
T100 that stores all the messages.
After reading consider only error message.
--------------------------------------------------------
" Read the dictionary table T100 FOR ALL ENTRIES in
BDCMSGCOLL."
you can use the function module
WRITE_MESSAGES to read the messages.
see function module for the list of parameters.
refer FORMAT_MESSAGES function module also.
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
How do we assign dynamic views while creating material master and generating bdc? : abap bdc
What are the update types possible?
What are the different types of view?
What actually happens in real-time recruitment? : sap abap hr
What is a persistent class?
How to Solve a Particular Ticket in Realtime ?
How do you connect to the remote server if you are working from the office for the client in remote place?
What are table clusters?
Hi,have Good Command in SAP ABAP, ABAP WEBDYNPRO now i want to learn sap IS utilities.. can u plz suggest me is it useful r not? If not can i learn BI? Is ABAP with BI have gud future?
What is interactive reporting?
What is the collect statement?
Explain the difference between domain and data element?
What are the disadvantages of abap query tool?
What is luw or data base transaction ?
I have 3 transactions,where the output of one transaction is input of another and output of 2nd transaction is input of 3rd transaction.i have one flat file with all data for the 3 transaction.if the 3rd transaction failed can we rollback the remaining 2 transactions or not.Is this possible in BDC,How/