how to handle the errors (duplicate records) in CALL
TRANSACTION METHOD
and HOW CAN WE SHOW THE ENDUSER ABOUT THE ERROR RECORD

Answer Posted / 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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What happens if a function module runs in an update task?

564


What are the events in screen programming?

626


What type of user exits have you written ?

1513


The extract statements in field groups can be used before or after processing the sort statements. State true or false. : abap modularization

616


performance tuning concepts

963






Explain what are the problems in processing batch input sessions?

539


What is a transport?

628


How can we achieve MVC ?

910


I created a field and entered the field type, when I double clicked the field type to define the domain; it is asking for an ACCESS KEY, I am not changing any SAP defined tables, working on a user defined table.

1357


What are the advantages of logical databases : abap hr

609


What is the use of the statement leave to list-processing?

592


What is the different between abap and ooabap? Why do we use ooabap?

637


Explain about sap fico testing and the tools used? : abap bdc

612


I am uploading 100 records out of which say 59th record has error so what will happen if I am using synchronous or asynchronous method of bdc? Can we update the database using local update mode how? : abap bdc

2576


How do you find number of records present in internal table?

581