diff way of handling errors in call trans ans session methods

Answer Posted / mahesh

In call transaction we can find error in 'BDCMSGCOLL' it,s a standard structure for call transaction method all success or error messages stored in this structure.
In session method we can can find error by using transaction 'SM35' in this transaction we can find error messages & success messages we can find here.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

In SAP Script,How to display a single field(like matnr)at the right end of the form.

1973


What does hide statement do?

561


Can you show multiple alvs on a single screen?

588


Can we specify the next screen number with a variable?

559


How can we create callable modules of program code within one abap/4 program? : abap modularization

600






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


Difference between stand alone CRM and back-end CRM

3814


What are the advantages of abap query tool?

535


What is an rfc?

585


dynamic programming in sap abap

992


When the get cursor command used in interactive lists?

591


What is a table attribute?

574


What is the procedure you followed to upload the data?

562


The max number of calling modes stacked at one time is?

580


What are the basic objects of the data dictionary?

563