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
Setting up a BDC program where you find information from?
Explain the systems fields used for interactive lists and lists?
What are the page windows?
What is meant by slab? How is indian slab and us slab? : sap abap hr
Of the two call transaction and session method, which is faster?
How do you document abap/4 programs? Do you use program documentation menu option?
Explain the structure of a bdc sessions?
What is constructor expression in nw abap 7.4?
What are the contents in technical specifications?
What is table attribute? : abap data dictionary
What is pass by value and what is pass by reference? Which is better?
Where do you find info on new developments in SAP?
Give Some examples of reports generated in real time scenarion? Also give examples of standard reports in SAP used in real time?
What is append structure?
How the Sy-Mandt value gets updated in the table and Is this having any foreign key relationship.