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 the significance of technical settings (specified while creating a table in the data dictionary) ?
Difference between sap script and report?
What is static attribute
What are the system fields?
How will you read from internal table records in a given value range (without using loop)
What is the difference between call transaction and session method? : abap bdc
Difference between sy-tabix and sy-index? Can you check sy-subrc after perform?
What does an exec sql statement do in abap? What is the disadvantage of using it?
How the transaction that are programmed by the user can be protected?
What is the modification assistant?
Can a constructor be redefined?
How can we handle table control in bdc? : abap bdc
What is a multiple line field?
What are the function modules used to create batch input session? : abap bdc
What are the two different ways of building a match code object?