Functionality Use these methods to delete a job in the R/3 background processingsystem. You cannot delete any jobs that are currently being processed. Nor canyou delete jobs that have not yet started, or jobs that are complete orterminated. Further information XBP documentation (SAPnet/CCMS) Description INCLUDE BAPI_TABLE Value range MSG_JOBID_MISSING: You have not identified the job to which the jobstep is to be added. Either the job name or the job count is missing,or both. MSG_JOB_DOES_NOT_EXIST: the job that you specified by job name and jobcount does not exist in the R/3 System. MSG_JOB_RUNNING: the job that you want to delete is being processed.You cannot delete an active job. MSG_INVALID_PRINT_PARAMS: The entries in the PRINT_PARAMETERS structureare invalid. MSG_NO_DELETE_PRIVILEGE: the R/3 user with whom the external system orthis program has logged onto the R/3 System does not have authorizationto delete the specified job. For information on the authorizationrequired, see the R/3 Online help for background processing. MSG_CANT_DEL_IN_JOBTABLE: When deleting the job, the R/3 System couldnot delete job entries from one of the database tables in thebackground processing system. The job was not deleted. MSG_CANT_DEL_JOBLOG: When deleting the job, the R/3 System could noteither find or delete the job log. The job was still deleted. PROBLEM_PRED_SUCC: When deleting the job, the R/3 System could notmodify the predessor or successor jobs. The job was not deleted. MSG_PROBLEM_DETECTED: The background processing system detected anerror. For an exact description of the problem, see the R/3 System log. MSG_CANT_LOG: The method call was terminated because of an error in theR/3 System XMI logging system. MSG_EXT_USER_MISSING: the name of the external user was not specifiedin the call. This name specifies which user transmitted the method callin an external system. MSG_NOT_LOGGED_ON: The external system administration tool has notlogged onto the CCMS XMI logging interface. The method call wasterminated as a result. INCLUDE BAPI_XBP_EXTERNAL_USER_NAME ID TX INCLUDE BAPI_XBP_JOBNAME ID TX INCLUDE BAPI_XBP_JOBCOUNT ID TX
|