Scheduled without start date> tothe background processing system.
With the method call BackgroundJob.StartImmediately orBackgroundJob.StartAsSoonAsPossible, you instruct the system to executethe job.
Further information
XBP-Dokumentation (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_PROGRAM_NAME_MISSING: You have not specified the executing ABAPprogram.
MSG_INVALID_PRINT_PARAMS: The data in the PRINT_PARAMETERS structurewas invalid.
MSG_INVALID_ARCHIVE_PARAMS: The data in the ARCHIVE_PARAMETERSstructure was invalid.
MSG_NO_ARCHIVE_INFO: You have not transferred data for archiving(ARCHIVE_PARAMETERS parameter).
MSG_PROBLEM_DETECTED: The background processing system has detected anerror. You can find an exact description of the problem in the R/3System log.
MSG_CANT_LOG: The method call was terminated due to an error in the R/3XMI logging system.
MSG_EXT_USER_MISSING: The external user name was not specified in thecall. This name specifies the user in the external system who triggeredthe method call.
MSG_NOT_LOGGED_ON: The external system administration tool has notlogged onto the CCMS XMI interface. The method call was terminated as aresult.
INCLUDE BAPI_XBP_STEP_NUMBER ID TX
INCLUDE BAPI_XBP_ABAP_PROGRAM_NAME_A ID TX
INCLUDE BAPI_XBP_ABAP_VARIANT_NAME_A
INCLUDE BAPI_XBP_ARCHIVE_PARAMETERS ID TX
INCLUDE BAPI_XBP_EXTERNAL_USER_NAME ID TX
INCLUDE BAPI_XBP_JOBCOUNT ID TX
INCLUDE BAPI_XBP_JOBNAME ID TX
INCLUDE BAPI_XBP_LANGUAGE ID TX
INCLUDE BAPI_XBP_PRINT_PARAMETERS ID TX
INCLUDE BAPI_XBP_SAP_USER_NAME ID TX