SAP ABAP Function Module BP_JOB_MODIFY (Modifizieren von Jobdaten mit und ohne Dialog)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-CCM-BTC (Application Component) Background Processing
     SBTI (Package) User Interface and Job-API of Background Processing
Basic Data
Function Module BP_JOB_MODIFY Modifizieren von Jobdaten mit und ohne Dialog  
Function Group BTCH   Background processing  
Program Name SAPLBTCH   Background Processing 
INCLUDE Name LBTCHU13    
Parameters
Type Parameter Name Typing Associated Type Default value Optional Pass Value Short text
Changing RET TYPE I Special Additional Error Code
Exporting MODIFIED_JOBHEAD TYPE TBTCJOB new job header data (output, dialog + non-dialog)
Importing DIALOG TYPE BTCH0000-CHAR1 Mode of the function module: dialog yes/no
Importing JOBCOUNT TYPE TBTCJOB-JOBCOUNT SPACE Job count of job to be modified
Importing JOBNAME TYPE TBTCJOB-JOBNAME SPACE Job name of job to be modified
Importing NEW_JOBHEAD TYPE TBTCJOB SPACE new job header data (only in the non-online case)
Importing OPCODE TYPE BTCH0000-INT4 0 Operation on the job: schedule, release, ...
Importing RELEASE_STDT TYPE TBTCSTRT INITIAL_STDT Start date (only when releasing in the non-online case)
Importing RELEASE_TARGETSYSTEM TYPE SPACE Target computer (only when releasing in the non-online case)
Importing SUPPRESS_RELEASE_CHECK TYPE BTCH0000-CHAR1 SPACE Freigabeberechtigung prüfen ja / nein
Importing ADK_MODE TYPE BTCH0000-CHAR1 FALSE Archivierungsjob ja / nein
Importing RECIPIENT_OBJ TYPE SWOTOBJID The Mail Recipient of the Spool Lists
Importing RELEASE_TARGETSERVER TYPE BTCTGTSRVR-SRVNAME SPACE Target Application Server for Job
Importing DONT_RELEASE TYPE BTCH0000-CHAR1 SPACE Job Not Released in Spite of Start Condition
Importing TARGETGROUP TYPE BPSRVGRP SPACE Target Application Server Group for Job
Importing DIRECT_START TYPE BTCH0000-CHAR1
Importing JOBCLASS TYPE BTCJOBCLAS Klassifizierung von Jobs
Tables NEW_STEPLIST TYPE TBTCSTEP new step list
Exception CANT_DERELEASE_JOB TYPE Job planning cannot be cancelled
Exception CANT_ENQ_JOB TYPE Job cannot be blocked
Exception CANT_READ_JOBDATA TYPE Error when n reading job data from the DB
Exception CANT_RELEASE_JOB TYPE Job cannot be released
Exception CANT_SET_JOBSTATUS_IN_DB TYPE Error when changing job status in DB
Exception CANT_START_JOB_IMMEDIATELY TYPE Immediate start of job failed
Exception CANT_UPDATE_JOBDATA TYPE Job data in DB cannot be updated
Exception EVENTCNT_GENERATION_ERROR TYPE Generation of an event count failed
Exception INVALID_DIALOG_TYPE TYPE invalid interactive category
Exception INVALID_NEW_JOBDATA TYPE new job data is invalid
Exception INVALID_NEW_JOBSTATUS TYPE Status in new job data is invalid (non-dialog)
Exception INVALID_OPCODE TYPE invalid operation code
Exception INVALID_STARTDATE TYPE Start dates scheduled are invalid
Exception JOB_EDIT_FAILED TYPE internal error in the job editor
Exception JOB_MODIFY_CANCELED TYPE Editing job data online was cancelled
Exception JOB_NOT_MODIFIABLE_ANYMORE TYPE Job cannot be modified due to its status
Exception NOTHING_TO_DO TYPE required and act. status are identical
Exception NO_BATCH_ON_TARGET_HOST TYPE Target host has no background work processes
Exception NO_BATCH_SERVER_FOUND TYPE no server found for processing the job
Exception NO_BATCH_WP_FOR_JOBCLASS TYPE Class (B/C) cannot be carrd.out on targ.host
Exception NO_MODIFY_PRIVILEGE_GIVEN TYPE User has no change authorization
Exception NO_RELEASE_PRIVILEGE_GIVEN TYPE User has no job release authorization
Exception NO_STARTDATE_NO_RELEASE TYPE no release possible without start date
Exception TARGET_HOST_NOT_DEFINED TYPE Target host defined in no operation mode
Exception TGT_HOST_CHK_HAS_FAILED TYPE Target host check failed
Exception INVALID_TARGETGROUP TYPE
Exception CONFLICTING_TARGETS TYPE
               
Processing Type
Normal Function Module  
Remote-Enabled Module BaseXML supported
Update Module Start immediately
Immediate Start, No Restart
Start Delayed
Coll.run
JAVA Module Callable from ABAP  
Remote-Enabled JAVA Module  
Module Callable from JAVA  
History
Last changed by/on SAP  19950113 
SAP Release Created in