How will you process errors in session method?
Answers were Sorted based on User's Feedback
Answer / kruthicse
By checking the log created within the session.Log
indicates if any errors are present.
Is This Answer Correct ? | 6 Yes | 0 No |
Answer / uday
goto SM35 and there u will see log file.
if u get any error while processing data error record moves to
log file and download the recors from log file and then any
reload the error records
Is This Answer Correct ? | 5 Yes | 0 No |
Answer / diwakar
In Session method , after processing the session there is
buttons called incorrect and correct.When we pressed the
incorrect button we can see the errors occured during the
process. And Log will give where the error occured indetail.
Is This Answer Correct ? | 3 Yes | 0 No |
What does an EXEC SQL stmt do in ABAP? What is the disadvantage of using it?
in scripts how to upload logo (it's saved in .bmp file ) i am asking procedure?
if have 10 pages in script,how u can u start from 10th page?
which type of problems we generally face in reports and BDC in real time?
what is the difference between message type and basic type
How we can give authorization on the fields of table control in a dialog-programming?
What is match code? : sap abap hr
If I want to execute a bdc program only in background not in foreground is there any option for this? : abap bdc
How do you send the output of a script as an email attachment
How does system know that your SAP login userid is assigned to a perticular employee number (PERNR)?
What is sql trace? : abap data dictionary
After running a BDC program in background, next day morning when you see the results, few records are not updated(error records). What will you do then?