SAP ABAP Interface IF_BP_JOB_FACTORY (Interface for BP job factory)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-CCM-BTC (Application Component) Background Processing
     SBTJOBAPI (Package) new background job API
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  CL_BP_JOB_FACTORY BP job factory class 19991014
Properties
Interface IF_BP_JOB_FACTORY  
Short Description Interface for BP job factory    
General Data
Package SBTJOBAPI   new background job API 
Created 19991014   SAP 
Last changed 20000522   SAP 
Unicode checks active    
Forward declarations
Interface IF_BP_JOB_FACTORY has no forward declaration.
Interfaces
Interface IF_BP_JOB_FACTORY has no interface.
Friends
Interface IF_BP_JOB_FACTORY has no friend.
Attributes
Interface IF_BP_JOB_FACTORY has no attribute.
Methods
# Method Level Visibility Method type Description Created on
1 MAKE_ABAP_JOB Static method Public Method Create an instance of CL_BP_ABAP_JOB class 19991014
2 MAKE_ABAP_JOB_BY_ID Static method Public Method Create an instance of cl_bp_abap_job by guid 20000418
3 MAKE_EXTCMD_JOB Static method Public Method Create an instance of cl_bp_extcmd_job class 20000412
4 MAKE_EXTCMD_JOB_BY_ID Static method Public Method Create an instance of cl_bp_extcmd_job by guid 20000418
5 MAKE_EXTPRG_JOB Static method Public Method Create an instance of cl_bp_extprg_job class 20000419
6 MAKE_EXTPRG_JOB_BY_ID Static method Public Method Create an instance of cl_bp_extprg_job by guid 20000424
7 MAKE_PERIODIC_JOB Static method Public Method Create an instance of periodic job 20000505
Events
Interface IF_BP_JOB_FACTORY has no event.
Types
Interface IF_BP_JOB_FACTORY has no local type.
Method Signatures

Method MAKE_ABAP_JOB Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning ABAP_JOB Value transfer Object reference (TYPE REF TO) CL_BP_ABAP_JOB Rückgabe: ABAB-Job-Instanz 19991014

Method MAKE_ABAP_JOB on Interface IF_BP_JOB_FACTORY has no exception.

Method MAKE_ABAP_JOB_BY_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_GUID Call by reference Type reference (TYPE) CSMSYSGUID GUID für ABAP-Job-Instanz 20000418
2 Importing I_MODE Call by reference Type reference (TYPE) CHAR4 Modus Lesen (R)/ Bearbeiten (E) 20000418
3 Exporting O_ABAP_JOB Call by reference Object reference (TYPE REF TO) CL_BP_ABAP_JOB Instanz des Typs cl_bp_abap_job zurückgeben 20000418
# Exception Resumable Description Created on
1 LOCK_ERROR Fehler beim Sperren des Jobeintrags 20000424
2 UNKNOWN_MODE Unbekannter Modus 20000424

Method MAKE_EXTCMD_JOB Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning EXTCMD_JOB Value transfer Object reference (TYPE REF TO) CL_BP_EXTCMD_JOB Instanz der Klasse cl_bp_extcmd_job zurückgeben 20000412

Method MAKE_EXTCMD_JOB on Interface IF_BP_JOB_FACTORY has no exception.

Method MAKE_EXTCMD_JOB_BY_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_GUID Call by reference Type reference (TYPE) CSMSYSGUID GUID eines Jobs mit externem Befehl 20000418
2 Importing I_MODE Call by reference Type reference (TYPE) CHAR4 Modus Lesen (R)/ Bearbeiten (E) 20000418
3 Exporting O_EXTCMD_JOB Call by reference Object reference (TYPE REF TO) CL_BP_EXTCMD_JOB Instanz des Typs cl_bp_extcmd_job zurückgeben 20000418
# Exception Resumable Description Created on
1 LOCK_ERROR Fehler beim Sperren des Jobeintrags 20000424
2 UNKNOWN_MODE Unbekannter Modus 20000424

Method MAKE_EXTPRG_JOB Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning EXTPRG_JOB Value transfer Object reference (TYPE REF TO) CL_BP_EXTPRG_JOB Instanz von cl_bp_extprg_job zurückgeben 20000419

Method MAKE_EXTPRG_JOB on Interface IF_BP_JOB_FACTORY has no exception.

Method MAKE_EXTPRG_JOB_BY_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_GUID Call by reference Type reference (TYPE) CSMSYSGUID GUID eines Jobs mit externem Befehl 20000424
2 Importing I_MODE Call by reference Type reference (TYPE) CHAR4 Modus Lesen (R)/ Bearbeiten (E) 20000424
3 Exporting O_EXTPRG_JOB Call by reference Object reference (TYPE REF TO) CL_BP_EXTPRG_JOB Instanz des Typs cl_bp_extprg_job zurückgeben 20000424
# Exception Resumable Description Created on
1 LOCK_ERROR Fehler beim Sperren des Jobeintrags 20000424
2 UNKNOWN_MODE Unbekannter Modus 20000424

Method MAKE_PERIODIC_JOB Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning PERIODIC_JOB Value transfer Object reference (TYPE REF TO) CL_BP_PERIODIC_JOB Klasse periodischer Jobs 20000505

Method MAKE_PERIODIC_JOB on Interface IF_BP_JOB_FACTORY has no exception.
History
Last changed by/on SAP  20000522 
SAP Release Created in