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
How do you populate data into a multiple line field?
when do you need to create an internal table with header line ? and with out a header line?
What are two methods of modifying sap standard tables?
What is the syntex used to call a screen as dialog box (pop up)?
Explain about workbench request and customization requests?
What is the procedure you followed to upload the data?
What is the difference between get and get late?
WHAT ARE THE INPUT PARAMETERS TO BE PASSED FOR THE BAPIS 'BAPI_CUSTMATINFO_GETDETAILM' AND 'BAPI_CUSTMATINFO_GETLIST'
Does every abap/4 have a modular structure? : abap modularization
What are the different methods of passing data? : abap modularization
Define database layer? : abap data dictionary
Polymorphism real time scenario
Can we include customizing include or an append structure with pooled or cluster tables?
Explain what are the problems in processing batch input sessions?
How do you find the information on the current screen? : abap bdc