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 |
What are MENUEXITS, SCREENEXITS, FUNCTIONEXITS, FIELDEXITS and what is the difference between them ?
What are the basic objects of the data dictionary?
how many no of buttons we can create on Apllication tool Bar?
What is the difference between a structure and a table? : abap data dictionary
2-What is the difference between At New and On change Of inside a loop??I want inside a loop difference not basic difference??
how to create bdc for sales order ? if any one kow the steps plz mail me at toamitshri@gmail.com
Can we get unique records with secondary key also
when are objects are passed from task to the change request?
what is meaning of idoc monitoring?
What is delivery class? : abap data dictionary
basic steps for creating subscreen?
What are clustered tables?