how to handle the errors (duplicate records) in CALL
TRANSACTION METHOD
and HOW CAN WE SHOW THE ENDUSER ABOUT THE ERROR RECORD
Answers were Sorted based on User's Feedback
Answer / shamim khan
Declare one structure of type BDCMSGCOLL and then create
the internal table for the same.
Then use the Call transaction using statement with the
Messages addition then call the function module
Format_message to convert the systems error messages into
the desired format so that user can understand
Is This Answer Correct ? | 10 Yes | 0 No |
Answer / vikranth
we have the structure bdcmsgcoll using this one we can
handle the errors in call transaction .
Is This Answer Correct ? | 9 Yes | 0 No |
Answer / 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 |
Differentiate between report and dialog program
what are the important fields while preparing sales order,inquiry?
What is the typical structure of an ABAP/4 program?
differnce between user and customer exit
"I want to access one record, I don't know any key figures.How to do that"
how to call the function module generated in smartform for printing the form ?
what is friend class
Can we define our own match code id's for sap matchcodes? : abap data dictionary
How many types of views are there ?
Where can you find error log for call transaction? : abap bdc
which of the following are used to define data in abap 1)parametrs 2)tables 3)class 4)data
In LSMW IN 9TH STEP WHICH IS A READ\IMPORT DATA IN TRANSACTION NUMBER SELECT OPITON WHAT TO ENTER IF MY DATA STARTS WITH CUSTOMER NUM 1000 TO CUS NUM 1051 WITH DIFFERENT SALESORG,SALESOFF,DIVISION,DISCHNNL DETAILS