how to handle the errors (duplicate records) in CALL
TRANSACTION METHOD
and HOW CAN WE SHOW THE ENDUSER ABOUT THE ERROR RECORD
Answer Posted / anurag
By using
Call transaction 'XYZ' using bdcdata mode 'E' messages into
messtab.
Now we can display the error messages type to enduser using
meaatab table.
| Is This Answer Correct ? | 0 Yes | 5 No |
Post New Answer View All Answers
what are the two methods of modifying sap standard tables? : abap data dictionary
How to create a link between modified form and modified print program?
What is step-loop? Explain all the steps?
Can we define our own match code id's for sap matchcodes ?
What is the difference between field-group header and other field groups? : abap modularization
How to eliminate duplicate entries in internal tables? : abap data dictionary
What is sap abap data dictionary?
How to insert a line into abap internal tables?
Give 3 scenario of reporting due to which you require reporting help of ABAP consultant?
How do you validate the selection criteria of a report? And how do you display initial
What are the function modules used to create batch input session? : abap bdc
Does sap handle multiple languages?
Is there any BAPI to retrieve list of customers and their sales areas i.e., Cust No, Distr Channel and Division for all the customers.
What is the use of enqueue function module? : sap abap data dictionary
Explain the advantage of structures?