diff way of handling errors in call trans ans session methods
Answer Posted / mahesh
In call transaction we can find error in 'BDCMSGCOLL' it,s a standard structure for call transaction method all success or error messages stored in this structure.
In session method we can can find error by using transaction 'SM35' in this transaction we can find error messages & success messages we can find here.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What are base tables of an aggregate object?
What are screen painter and menu painter? : abap hr
Structures can contain data only during the runtime of a program (t/f) : abap data dictionary
Explain the advantage of structures?
Explain the advantages and disadvantages of abap query tool?
Explain how is batch input process different from processing on line?
Explain the client concept of sap.
What is sap abap data classes?
What is the full form of spro? : sap abap hr
What are the problems in processing batch input sessions? How is batch inputprocess different from processing online?
In SAP Script,How to display a single field(like matnr)at the right end of the form.
How does the interection between the dynpro and the abap/4 modules takes place?
How can we use multiple transactions by using bdc_insert? : abap bdc
When a program is created and need to be transported to prodn does selection texts always go with it? If not how do you make sure? Can you change the cts entries? How do you do it?
A field containing quantity amounts (data type quan) must be assigned to a reference table and a reference field. Explain? : abap data dictionary