How you will catch errors in call transaction?
Answer Posted / kruthicse
All the errors are entered into an internal table of type
BDCMSGCOLL.Then we can loop over the message table to write
out any messages that were entered into it.
| Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
What is a sequence of event-triggered in report?
Suppose there is a secondary index on 4 non-key fields A,B,C & D. There are 3 select queries :- a) one on basis of A, B, C , D b) Second on basis of A, B, C c) Third on basis of D, C,B, A In which all situations , the above secondary index will be used?
How many ways you can create table? : abap data dictionary
What is append structure?
What are the parameters in bdc_insert? : abap bdc
What is the meaning of sap r/3?
What are the uses of interactive reporting?
What are Pull and Push Methods?
visibility section for class level and attributes level
What is a subscreen? How can we use a subscreen?
What are the domains and data element?
What is the syntax of packed number?
What is a type-pool?
How to write a code for multiple transactions? : abap bdc
How to debug rfc function module?