How will you process errors in session method?
Answer Posted / kruthicse
By checking the log created within the session.Log
indicates if any errors are present.
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
How to eliminate duplicate entries in internal tables? : abap data dictionary
What is a database view? : abap data dictionary
What is the first thing you do after vendor setup is complete?
What are the arithmetic operators in the sap abap?
On which even we can validate the input fields in module progams?
What does an exec sql statement do in abap? What is the disadvantage of using it?
Hi,have Good Command in SAP ABAP, ABAP WEBDYNPRO now i want to learn sap IS utilities.. can u plz suggest me is it useful r not? If not can i learn BI? Is ABAP with BI have gud future?
Can you print decimals in type n? What is difference between float and packed data type?
In the `select' statement what is group by ?
How to combine multiple order in one Delivery ( Step by Step)?
What are smart forms?
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.
What are client dependent objects in abap/sap?
What is the transaction code to display the payroll results ? : abap hr
Can a constructor be redefined?