How did you handle errors in Call Transaction?

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


Please Help Members By Posting Answers For Below Questions

Setting up a BDC program where you find information from?

868


Explain the systems fields used for interactive lists and lists?

710


What are the page windows?

728


What is meant by slab? How is indian slab and us slab? : sap abap hr

804


Of the two call transaction and session method, which is faster?

895


How do you document abap/4 programs? Do you use program documentation menu option?

889


Explain the structure of a bdc sessions?

746


​​What is constructor expression in​​ nw​​ abap​​ 7.4?

800


What are the contents in technical specifications?

828


What is table attribute? : abap data dictionary

778


What is pass by value and what is pass by reference? Which is better?

1068


Where do you find info on new developments in SAP?

1747


Give Some examples of reports generated in real time scenarion? Also give examples of standard reports in SAP used in real time?

2542


What is append structure?

729


How the Sy-Mandt value gets updated in the table and Is this having any foreign key relationship.

2024