‎2010 Jan 01 7:00 AM
Dear Friends,
Currently im am scheduling job for batch processing of goods receipt through bapi, now after the succesfull run of this program im appending all the success and error logs in one internal table and sending this table to spool for future reference.
Is there any other way to handle the error logs??
bcoz in the method im using every time user has to run transaction sp01 to access that spool request to check the error logs.
Kindly suggest ....
Regards,
Sunny V
‎2010 Jan 01 7:05 AM
you can send the log in mail(or as attachment) to the user.
you can read the job log by FM BP_JOBLOG_READ and produce them as a report...
‎2010 Jan 01 7:14 AM
Best way will be creating Application Logs of the reports log.This will be forever in the system unless you delete it.
Few one time settings are required. After that you can use tcodes
SLG1 (Analyze application log) and
SLG2 (Application Log: Delete expired logs).
For more info take the help from below link:
[Create Application Log|http://help.sap.com/saphelp_nw04/Helpdata/EN/2a/fa0216493111d182b70000e829fbfe/frameset.htm]
Let me know if you find any difficulty in doing this.
‎2010 Jan 01 7:24 AM
‎2010 Jan 01 8:00 AM
‎2010 Jan 01 8:03 AM
‎2010 Jan 04 4:24 AM
‎2010 Jan 04 6:08 AM
‎2010 Jan 04 6:43 AM