‎2006 Oct 05 7:20 PM
Hi, I submit report via jobname and jobcount. After I close job and run it, we can see jobname is still in job log by SMX. But client doesn't want to see it, so who can kindly tell me which function module can delete jobname from job log?
Thanks a lot.
Jack
‎2006 Oct 05 7:26 PM
check the FM : SCMA_DELETE_JOB
Hope this will help your requirement.
‎2006 Oct 05 7:23 PM
try CALL FUNCTION 'BP_JOB_DELETE'
If you have used JOB_OPEN before the SUBMIT to create the job, you can automatically delete the job upon successful completion by setting the parameter DELANFREP = 'X' in the JOB_OPEN function call.. this way the user will only see the logas for cancelled/aborted jobs..
~Suresh
Message was edited by: Suresh Datti
‎2006 Oct 05 7:26 PM
Hi Jack,
Have you looked FM SCMA_DELETE_JOB?
Regards,
Ferry Lianto
‎2006 Oct 05 7:26 PM
check the FM : SCMA_DELETE_JOB
Hope this will help your requirement.
‎2006 Oct 05 7:47 PM
HI,
1) Functio nModule <b>BP_JOB_DELETE</b> to delete the job, The job log is deleted as well
2) To delete background jobs in bulk, use the SAP program <b>RSBTCDEL</b>.
Regards
Sudheer
‎2006 Oct 05 8:02 PM