diff way of handling errors in call trans ans session methods

Answer Posted / nitin sharma

In call transaction, the errors can be handled by
BDCMSGCOLL Structure and its fm format_messages to display
the appropriate messages.

In Session Method, we have generated error logs to locate
the errors wherein we can find errors on a particular line.
After that , error log analysis report will be generated to
update errors.

Please do provide me more correct answers, if it does not
fullfil this question.

Is This Answer Correct ?    8 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

In tm, if a group of employees gets 10 days of annual leave, what will be the time evaluation status? : sap abap hr

558


What is check table?

573


Does the bdc-insert function allow multiple transactions to be processed by sap? : abap bdc

662


What are the attributes of the data? : abap data dictionary

647


What are the functional areas? User groups? And how does abap/4 query work in relation to these?

597






What are the differences between domain and data element?

568


What is the function module to popup contents in the internal table?

552


Can matchcode object contain ids with different update types? : abap data dictionary

606


What are the differences between structure and table in data dictionary in abap? : sap abap data dictionary

581


What is the max. No. Of structures that can be included in a table or structure? : abap data dictionary

562


What is the use of f4if_shlp_exit_example function module ? : sap abap data dictionary

1288


What are the parameters in bdc_insert? : abap bdc

798


Differentiate between static and dynamic step loops?

573


the problem is that , while i am undergoing with my practice session, i am creating too many new programs.they are occupying much space in my hard-disk. how to delete un-necessary programs completely from my data- base........... plz help me with this .....

1559


I am trying to automate a manual processing of iDOCs in BD87. I used the following code to pass idoc-id to global variable 'DCN' and then skip the first screen of BD87 to go to processing directly. After running this code SET PARAMETER ID 'DCN' FIELD itabhdr-idoc_id. CALL TRANSACTION 'BD87' AND SKIP FIRST SCREEN. it takes me to the first screen because it cannot recognize my idoc-id. How I can pass idoc-id to global? I have used the above code to goto VA02 with VBELN and it worked perfectly.

1758