SAP ABAP Class CL_GRFN_AM_JOBSTEP_DESIGN (Job Step Runtime - Scheduler Utility)
Hierarchy
☛
GRCFND_A (Software Component) GRC Foundation ABAP
⤷
GRC (Application Component) Governance, Risk and Compliance
⤷
GRFN_AUTO_MONITOR (Package) GRC Automated Monitoring Framework
⤷
⤷
Properties
| Class | CL_GRFN_AM_JOBSTEP_DESIGN | |
| Short Description | Job Step Runtime - Scheduler Utility | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | GRFN_AUTO_MONITOR | GRC Automated Monitoring Framework |
| Created | 20100608 | SAP |
| Last change | 20141106 | |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) | |
| 2 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
Class CL_GRFN_AM_JOBSTEP_DESIGN has no interface implemented.
Friends
Class CL_GRFN_AM_JOBSTEP_DESIGN has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Private | Type reference (TYPE) | SYMSGID | 'GRFN_AUTO_MONITOR' | Message Class | 20100611 | ||
| 2 | Instance attribute | Private | Type reference (TYPE) | SWW_LSD | Plan Begin Date | 20100901 | |||
| 3 | Constant | Public | Type reference (TYPE) | SYSUBRC | 31 | Return Value of SUBMIT method | 20100819 | ||
| 4 | Constant | Public | Type reference (TYPE) | SYSUBRC | 11 | Return Value of SUBMIT method | 20100819 | ||
| 5 | Constant | Public | Type reference (TYPE) | SYSUBRC | 13 | Return Value of SUBMIT method | 20100819 | ||
| 6 | Constant | Public | Type reference (TYPE) | SYSUBRC | 12 | Return Value of SUBMIT method | 20100819 | ||
| 7 | Constant | Public | Type reference (TYPE) | SYSUBRC | 33 | Return Value of SUBMIT method | 20100819 | ||
| 8 | Constant | Public | Type reference (TYPE) | SYSUBRC | 32 | Return Value of SUBMIT method | 20100819 | ||
| 9 | Constant | Public | Type reference (TYPE) | SYSUBRC | 14 | Return Value of SUBMIT method | 20100819 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Create a new Job Schedule | 20100620 | |
| 2 | Instance method | Public | Method | Create standalone jobs | 20120202 | |
| 3 | Instance method | Public | Method | Generate Job Steps | 20100616 | |
| 4 | Instance method | Private | Method | [GENERATE_JOBSTEPS] - Job Execution Type E, S | 20100626 | |
| 5 | Instance method | Private | Method | [GENERATE_JOBSTEPS] - Job Execution Type X, D, B | 20100626 | |
| 6 | Instance method | Private | Method | [GENERATE_JOBSTEPS] - Job Execution Type X, D, B | 20120202 | |
| 7 | Instance method | Private | Method | [GENERATE_JOBSTEPS] | 20100611 | |
| 8 | Instance method | Private | Method | [GENERATE_JOBSTEPS] | 20100620 | |
| 9 | Instance method | Private | Method | [GENERATE_JOBSTEPS] Split the jobs | 20100611 | |
| 10 | Instance method | Private | Method | [CREATE] | 20100630 | |
| 11 | Instance method | Private | Method | [PLANNER_INTG] | 20100722 | |
| 12 | Instance method | Public | Method | Wrapper between Planner and AM Job | 20100721 | |
| 13 | Instance method | Private | Method | [PLANNER_INTG] | 20100722 | |
| 14 | Instance method | Private | Method | [PLANNER_INTG] | 20100722 | |
| 15 | Instance method | Public | Method | Submit Job Step to SM37 | 20100621 | |
| 16 | Instance method | Private | Method | [CREATE] | 20100906 | |
| 17 | Instance method | Private | Method | [GET_PERIOD_LIST] | 20100625 | |
| 18 | Instance method | Private | Method | [PLANNER_CONTROL_BR] | 20100722 |
Events
Class CL_GRFN_AM_JOBSTEP_DESIGN has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | S_STEP_CLOSE | Private | See coding | 20100817 | BEGIN OF s_step_close,
jobstep_id type grfn_api_object_id,
jobcount TYPE btcjobcnt,
s_jobstep TYPE grfn_s_jobdetail_create,
END OF s_step_close
|
Method Signatures
Method CREATE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EV_JOB_ID | Call by reference | Type reference (TYPE) | GRFN_API_OBJECT_ID | Job ID | 20100620 | |||
| 2 | IO_SESSION | Call by reference | Object reference (TYPE REF TO) | CL_GRFN_API_SESSION | Session Management for GRC APIs | 20100620 | |||
| 3 | IS_JOB | Call by reference | Type reference (TYPE) | GRFN_S_API_JOB | Job Header info | 20100722 | |||
| 4 | IT_CONTROL_BR | Call by reference | Type reference (TYPE) | GRFN_T_JOBSTEP_CONTROL_BR | Job Step: Control and Business Rule | 20100620 | |||
| 5 | IT_JOB_SHARED_REG | Call by reference | Type reference (TYPE) | GRFN_T_API_OBJECT_ID | Job Shared Regulations | 20100620 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Generic GRC API exception | 20100620 |
Method CREATE_STANDALONE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EV_JOB_ID | Call by reference | Type reference (TYPE) | GRFN_API_OBJECT_ID | 20120202 | ||||
| 2 | IO_SESSION | Call by reference | Object reference (TYPE REF TO) | CL_GRFN_API_SESSION | 20120202 | ||||
| 3 | IS_JOB | Call by reference | Type reference (TYPE) | GRFN_S_API_JOB | 20120202 | ||||
| 4 | IT_JOB_SHARED_REG | Call by reference | Type reference (TYPE) | GRFN_T_API_OBJECT_ID | 20120202 | ||||
| 5 | IT_SA_BR | Call by reference | Type reference (TYPE) | GRFN_T_JOBSTEP_SA_BR | Table of business rule | 20120607 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20120202 |
Method GENERATE_JOBSTEPS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_JOBSTEP | Call by reference | Type reference (TYPE) | GRFN_T_JOBDETAIL_CREATE | Job Step Creation List | 20100620 | |||
| 2 | ET_JOBSTEP_CONTEXT | Call by reference | Type reference (TYPE) | GRFN_T_JOBSTEPCONTEXT | Job Step Context | 20100620 | |||
| 3 | ET_JOBSTEP_SUBMIT | Call by reference | Type reference (TYPE) | GRFN_T_JOBDETAIL_CREATE | Job Step Creation List | 20100620 | |||
| 4 | IO_SESSION | Call by reference | Object reference (TYPE REF TO) | CL_GRFN_API_SESSION | Session Management for GRC APIs | 20100621 | |||
| 5 | IS_JOB | Call by reference | Type reference (TYPE) | GRFN_S_API_JOB | Job - header info | 20100722 | |||
| 6 | IT_CONTROL_BR | Call by reference | Type reference (TYPE) | GRFN_T_JOBSTEP_CONTROL_BR | Job Step: Control and Business Rule | 20100616 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Generic GRC API exception | 20100616 |
Method GENERATE_JOBSTEPS_ES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_JOBSTEP | Call by reference | Type reference (TYPE) | GRFN_T_JOBDETAIL_CREATE | Job Step Creation List | 20100628 | |||
| 2 | ET_JOBSTEP_CONTEXT | Call by reference | Type reference (TYPE) | GRFN_T_JOBSTEPCONTEXT | Job Step Context | 20100628 | |||
| 3 | IO_SESSION | Call by reference | Object reference (TYPE REF TO) | CL_GRFN_API_SESSION | Session Management for GRC APIs | 20100628 | |||
| 4 | IS_JOB | Call by reference | Type reference (TYPE) | GRFN_S_API_JOB | Job - header info | 20100722 | |||
| 5 | IT_CONTROL_BR | Call by reference | Type reference (TYPE) | GRFN_T_JOBSTEP_CONTROL_BR | Job Step: Control and Business Rule | 20100628 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Generic GRC API exception | 20100628 |
Method GENERATE_JOBSTEPS_XDB Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_JOBSTEP | Call by reference | Type reference (TYPE) | GRFN_T_JOBDETAIL_CREATE | Job Step Creation List | 20100626 | |||
| 2 | ET_JOBSTEP_CONTEXT | Call by reference | Type reference (TYPE) | GRFN_T_JOBSTEPCONTEXT | Job Step Context | 20100626 | |||
| 3 | ET_JOBSTEP_SUBMIT | Call by reference | Type reference (TYPE) | GRFN_T_JOBDETAIL_CREATE | Job Step Creation List | 20100626 | |||
| 4 | IO_SESSION | Call by reference | Object reference (TYPE REF TO) | CL_GRFN_API_SESSION | Session Management for GRC APIs | 20100626 | |||
| 5 | IS_JOB | Call by reference | Type reference (TYPE) | GRFN_S_API_JOB | Job - header info | 20100722 | |||
| 6 | IT_CONTROL_BR | Call by reference | Type reference (TYPE) | GRFN_T_JOBSTEP_CONTROL_BR | Job Step: Control and Business Rule | 20100626 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Generic GRC API exception | 20100626 |
Method GENERATE_JOBSTEPS_XDB_SA Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_JOBSTEP | Call by reference | Type reference (TYPE) | GRFN_T_JOBDETAIL_CREATE | Job Step Creation List | 20120202 | |||
| 2 | ET_JOBSTEP_CONTEXT | Call by reference | Type reference (TYPE) | GRFN_T_JOBSTEPCONTEXT | Job Step Context | 20120202 | |||
| 3 | ET_JOBSTEP_SUBMIT | Call by reference | Type reference (TYPE) | GRFN_T_JOBDETAIL_CREATE | Job Step Creation List | 20120202 | |||
| 4 | IO_SESSION | Call by reference | Object reference (TYPE REF TO) | CL_GRFN_API_SESSION | Session Management for GRC APIs | 20120202 | |||
| 5 | IS_JOB | Call by reference | Type reference (TYPE) | GRFN_S_API_JOB | Job - header info | 20120202 | |||
| 6 | IT_SA_BR | Call by reference | Type reference (TYPE) | GRFN_T_JOBSTEP_SA_BR | Job Step: Control and Business Rule | 20120607 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Generic GRC API exception | 20120202 |
Method GET_EXECUTION_STAMP Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CV_EXEC_DATE | Call by reference | Type reference (TYPE) | SY-DATUM | Current Date of Application Server | 20100611 | |||
| 2 | CV_EXEC_TIME | Call by reference | Type reference (TYPE) | SY-UZEIT | Current Time of Application Server | 20100611 | |||
| 3 | CV_START_NOW | Call by reference | Type reference (TYPE) | BOOLEAN | Boolean Variable (X=True, -=False, Space=Unknown) | 20100611 |
Method GET_EXECUTION_STAMP on class CL_GRFN_AM_JOBSTEP_DESIGN has no exception.
Method GET_JOBSTEP_CONTEXT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EV_JOBSTEP_CONTEXT | Call by reference | Type reference (TYPE) | GRFN_JOBSTEP_CONTEXT | Job step context | 20100620 | |||
| 2 | IS_CONTROL | Call by reference | Type reference (TYPE) | GRFN_S_JOBSTEP_CONTROL_BR | Job Step: Control and Business Rule | 20100620 |
Method GET_JOBSTEP_CONTEXT on class CL_GRFN_AM_JOBSTEP_DESIGN has no exception.
Method GET_PERIOD_LIST Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_PERIOD_LIST | Call by reference | Type reference (TYPE) | GRFN_T_TF_TIMEFRAME | Timeframe Details | 20100611 | |||
| 2 | IS_JOB | Call by reference | Type reference (TYPE) | GRFN_S_API_JOB | Job - header info | 20100722 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Generic GRC API exception | 20100611 |
Method JOB_SETUP Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CS_JOB | Call by reference | Type reference (TYPE) | GRFN_S_API_JOB | AMF - Job | 20100722 |
Method JOB_SETUP on class CL_GRFN_AM_JOBSTEP_DESIGN has no exception.
Method PLANNER_CONTROL_BR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_CONTROL_BR | Call by reference | Type reference (TYPE) | GRFN_T_JOBSTEP_CONTROL_BR | Job Step: Control and Business Rule | 20100722 | |||
| 2 | IO_LOG | Call by reference | Object reference (TYPE REF TO) | CL_GRFN_APPLOG_JOB_DESIGN | Application Log for Job Design Time | 20100901 | |||
| 3 | IO_SESSION | Call by reference | Object reference (TYPE REF TO) | CL_GRFN_API_SESSION | Session Management for GRC APIs | 20100722 | |||
| 4 | IS_JOB | Call by reference | Type reference (TYPE) | GRFN_S_API_JOB | AMF - Job | 20100722 | |||
| 5 | IT_CONTROL | Call by reference | Type reference (TYPE) | GRFN_T_API_OBJECT_ID | Control ID | 20100722 | |||
| 6 | IV_ORGUNIT | Call by reference | Type reference (TYPE) | HROBJID | Organization Unit | 20100722 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Generic GRC API exception | 20100722 |
Method PLANNER_INTG Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IS_PLAN | Call by reference | Type reference (TYPE) | GRFN_S_TASKPLAN | Data for task plan | 20100722 | |||
| 2 | IT_CONTROL | Call by reference | Type reference (TYPE) | GRFN_T_API_OBJECT_ID | Control IDs selected | 20100721 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Generic GRC API exception | 20100721 |
Method PLANNER_JOB_SETUP Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ES_JOB | Call by reference | Type reference (TYPE) | GRFN_S_API_JOB | AMF - Job | 20100722 | |||
| 2 | IS_PLAN | Call by reference | Type reference (TYPE) | GRFN_S_TASKPLAN | structure for task plan | 20100722 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Generic GRC API exception | 20100722 |
Method PLANNER_SHARED_REG Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_JOB_SHARED_REG | Call by reference | Type reference (TYPE) | GRFN_T_API_OBJECT_ID | Table type of API object ID | 20100722 | |||
| 2 | IS_PLAN | Call by reference | Type reference (TYPE) | GRFN_S_TASKPLAN | Data for task plan | 20100722 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Generic GRC API exception | 20100722 |
Method SUBMIT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EV_RETURN_CODE | Call by reference | Type reference (TYPE) | SYSUBRC | Return Value of ABAP Statements | 20100819 | |||
| 2 | IO_SESSION | Call by reference | Object reference (TYPE REF TO) | CL_GRFN_API_SESSION | Session Management for GRC APIs | 20100705 | |||
| 3 | IS_JOB | Call by reference | Type reference (TYPE) | GRFN_S_JOB_HEADER | Job - header info | 20100621 | |||
| 4 | IT_JOBSTEP | Call by reference | Type reference (TYPE) | GRFN_T_JOBDETAIL_CREATE | Job Step Creation List | 20100621 | |||
| 5 | IV_NO_NEXT_JOBSTEP | Call by reference | Type reference (TYPE) | ABAP_BOOL | SPACE | Do not submit the next Job Step | 20100720 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Generic GRC API exception | 20100621 |
Method _CREATE_SUBMIT_INIT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IS_JOB | Call by reference | Type reference (TYPE) | GRFN_S_JOB_HEADER | Job - header info | 20100906 | |||
| 2 | IT_JOBSTEP | Call by reference | Type reference (TYPE) | GRFN_T_JOBDETAIL_CREATE | Job Step Creation List | 20100906 |
Method _CREATE_SUBMIT_INIT on class CL_GRFN_AM_JOBSTEP_DESIGN has no exception.
Method _I2HOUR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_HOUR | Call by reference | Type reference (TYPE) | I | 20100625 | ||||
| 2 | RV_HOUR | Value transfer | Type reference (TYPE) | SHL3_HOUR | Hours | 20100625 |
Method _I2HOUR on class CL_GRFN_AM_JOBSTEP_DESIGN has no exception.
Method _PLANNER_CLIMB_CONTROL Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CS_CONTROL_BR | Call by reference | Type reference (TYPE) | GRFN_S_JOBSTEP_CONTROL_BR | Job Step: Control and Business Rule | 20100722 | |||
| 2 | IO_LOG | Call by reference | Object reference (TYPE REF TO) | CL_GRFN_APPLOG_JOB_DESIGN | Application Log for Job Design Time | 20100901 | |||
| 3 | IO_SESSION | Call by reference | Object reference (TYPE REF TO) | CL_GRFN_API_SESSION | Session Management for GRC APIs | 20100722 | |||
| 4 | IV_REGULATION_ID | Call by reference | Type reference (TYPE) | GRFN_API_OBJECT_ID | Regulation ID | 20100722 |
Method _PLANNER_CLIMB_CONTROL on class CL_GRFN_AM_JOBSTEP_DESIGN has no exception.
History
| Last changed by/on | SAP | 20141106 |
| SAP Release Created in | 600 |