Hierarchy
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_GRFN_API_BASIS | Basis class for GRC API classes | 20100527 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_GRFN_API_AM_JOBSTEP | Job step entiry API interface | 20100527 |
| 3 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_GRFN_REPORT | Get data for reporting engine | 20120618 |
Properties
| Class | CL_GRFN_API_AM_JOBSTEP | |
| Short Description | AM Job Step Entity | |
| Super Class | CL_GRFN_API_BASIS | Basis class for GRC API classes |
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | GRFN_ENTITY_API | GRC Foundation API |
| Created | 20100527 | 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) |
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_GRFN_API_AM_JOBSTEP | Job step entiry API interface | 20100527 | ||
| 2 | IF_GRFN_REPORT | Get data for reporting engine | 20120618 |
Friends
| # | Friend | Modeled only | Created on | Description |
|---|---|---|---|---|
| 1 | CL_GRFN_API_SESSION | 20100529 | Session Management for GRC APIs |
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Private | Type reference (TYPE) | SY-MSGTY | 'E' | Message Type | 20100529 | ||
| 2 | Constant | Private | Type reference (TYPE) | CLASSNAME | 'CL_GRFN_MODEL_AM_JOB' | Reference type | 20100529 | ||
| 3 | Static Attribute | Private | Type reference (TYPE) | T_BUF_SEARCH_BY_CONTROL | Buffer | 20100723 | |||
| 4 | Constant | Public | Type reference (TYPE) | SYSUBRC | 31 | 20120202 | |||
| 5 | Constant | Public | Type reference (TYPE) | SYSUBRC | 11 | 20120202 | |||
| 6 | Constant | Public | Type reference (TYPE) | SYSUBRC | 13 | 20120202 | |||
| 7 | Constant | Public | Type reference (TYPE) | SYSUBRC | 12 | 20120202 | |||
| 8 | Constant | Public | Type reference (TYPE) | SYSUBRC | 33 | 20120202 | |||
| 9 | Constant | Public | Type reference (TYPE) | SYSUBRC | 32 | 20120202 | |||
| 10 | Constant | Public | Type reference (TYPE) | SYSUBRC | 14 | 20120202 |
Methods
Events
Class CL_GRFN_API_AM_JOBSTEP has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | S_BUF_SEARCH_BY_CONTROL | Private | See coding | 20100723 | BEGIN OF s_buf_search_by_control,
session_id TYPE grfn_api_session_id,
control_id TYPE grfn_api_object_id,
t_result TYPE if_grfn_api_am_jobstep=>t_search_by_control,
END OF s_buf_search_by_control
|
||
| 2 | S_STEP_CLOSE | Private | See coding | 20120202 | 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
|
||
| 3 | T_BUF_SEARCH_BY_CONTROL | Private | See coding | 20100723 | t_buf_search_by_control TYPE STANDARD TABLE OF s_buf_search_by_control
|
Method Signatures
Method ACTION_ALLOWED Signature
Method ACTION_ALLOWED on class CL_GRFN_API_AM_JOBSTEP has no parameter.
Method ACTION_ALLOWED on class CL_GRFN_API_AM_JOBSTEP has no exception.
Method ACTION_CANCEL Signature
Method ACTION_CANCEL on class CL_GRFN_API_AM_JOBSTEP has no parameter.
Method ACTION_CANCEL on class CL_GRFN_API_AM_JOBSTEP has no exception.
Method ACTION_OBSOLETE Signature
Method ACTION_OBSOLETE on class CL_GRFN_API_AM_JOBSTEP has no parameter.
Method ACTION_OBSOLETE on class CL_GRFN_API_AM_JOBSTEP has no exception.
Method ACTION_RESCHEDULE Signature
Method ACTION_RESCHEDULE on class CL_GRFN_API_AM_JOBSTEP has no parameter.
Method ACTION_RESCHEDULE on class CL_GRFN_API_AM_JOBSTEP has no exception.
Method AUTHORIZE_CONTEXT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_MODEL | Call by reference | Object reference (TYPE REF TO) | CL_GRFN_MODEL_AM_JOB | Job and Job Step model | 20120203 | |||
| 2 | IO_SESSION | Call by reference | Object reference (TYPE REF TO) | CL_GRFN_API_SESSION | Session Management for GRC APIs | 20120203 | |||
| 3 | IV_JOBID | Call by reference | Type reference (TYPE) | GRFN_JOBID | Job ID | 20120203 | |||
| 4 | IV_JOBSTEP | Call by reference | Type reference (TYPE) | GRFN_JOBSTEP | Job Step | 20120203 | |||
| 5 | IV_REGULATION_ID | Call by reference | Type reference (TYPE) | GRFN_API_OBJECT_ID | Regulation ID | 20120203 | |||
| 6 | RV_RESULT | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20120203 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Generic GRC API exception | 20120203 |
Method CLOSE_JOBSTEP Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EV_JOBSTEP_EXEC_DATE | Call by reference | Type reference (TYPE) | GRFN_EXEC_DATE | 20120202 | ||||
| 2 | EV_JOBSTEP_EXEC_TIME | Call by reference | Type reference (TYPE) | GRFN_EXEC_TIME | 20120202 | ||||
| 3 | EV_START_NOW | Call by reference | Type reference (TYPE) | BOOLEAN | 20120202 | ||||
| 4 | IO_LOG | Call by reference | Object reference (TYPE REF TO) | CL_GRFN_APPLOG_JOB_DESIGN | 20120202 | ||||
| 5 | IS_JOBSTEP | Call by reference | Type reference (TYPE) | GRFN_S_JOBDETAIL_CREATE | 20120202 | ||||
| 6 | IV_JOBCOUNT | Call by reference | Type reference (TYPE) | BTCJOBCNT | 20120202 | ||||
| 7 | IV_JOBEXECTYPE | Call by reference | Type reference (TYPE) | GRFN_JOBEXECTYPE | 20120202 | ||||
| 8 | IV_JOBFREQ | Call by reference | Type reference (TYPE) | GRFN_TF_FREQUENCY | 20120202 | ||||
| 9 | IV_JOBNAME | Call by reference | Type reference (TYPE) | BTCJOB | 20120202 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20120202 |
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_SESSION | Call by reference | Object reference (TYPE REF TO) | CL_GRFN_API_SESSION | Session Management for GRC APIs | 20100529 | |||
| 2 | IV_OBJECT_ID | Call by reference | Type reference (TYPE) | GRFN_API_OBJECT_ID | Object ID | 20100529 |
Method CONSTRUCTOR on class CL_GRFN_API_AM_JOBSTEP has no exception.
Method CREATE_JOBSTEPS Signature
Method CREATE_JOBSTEPS on class CL_GRFN_API_AM_JOBSTEP has no parameter.
Method CREATE_JOBSTEPS on class CL_GRFN_API_AM_JOBSTEP has no exception.
Method CREATE_JOBSTEP_IES Signature
Method CREATE_JOBSTEP_IES on class CL_GRFN_API_AM_JOBSTEP has no parameter.
Method CREATE_JOBSTEP_IES on class CL_GRFN_API_AM_JOBSTEP has no exception.
Method CREATE_JOBSTEP_RESULT Signature
Method CREATE_JOBSTEP_RESULT on class CL_GRFN_API_AM_JOBSTEP has no parameter.
Method CREATE_JOBSTEP_RESULT on class CL_GRFN_API_AM_JOBSTEP has no exception.
Method DO_INTEGRATION Signature
Method DO_INTEGRATION on class CL_GRFN_API_AM_JOBSTEP has no parameter.
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Generic GRC API exception | 20120130 |
Method GET Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_SESSION | Call by reference | Object reference (TYPE REF TO) | CL_GRFN_API_SESSION | Session Management for GRC APIs | 20100529 | |||
| 2 | IV_OBJECT_ID | Call by reference | Type reference (TYPE) | GRFN_API_OBJECT_ID | Object ID | 20100529 | |||
| 3 | RO_RESULT | Value transfer | Object reference (TYPE REF TO) | CL_GRFN_API_AM_JOBSTEP | AM Job Entity | 20100529 |
Method GET on class CL_GRFN_API_AM_JOBSTEP has no exception.
Method GET_JP_BI_ID Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_OBJECT_ID | Call by reference | Type reference (TYPE) | GRFN_API_OBJECT_ID | Object ID | 20130123 | |||
| 2 | RV_JP_ID | Value transfer | Type reference (TYPE) | GRFN_REP_JP_ID | Job Step Key for BI Datasource | 20130123 |
Method GET_JP_BI_ID on class CL_GRFN_API_AM_JOBSTEP has no exception.
Method INFO Signature
Method INFO on class CL_GRFN_API_AM_JOBSTEP has no parameter.
Method INFO on class CL_GRFN_API_AM_JOBSTEP has no exception.
Method OPEN_JOBSTEP Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EV_JOBCOUNT | Call by reference | Type reference (TYPE) | BTCJOBCNT | 20120202 | ||||
| 2 | IO_LOG | Call by reference | Object reference (TYPE REF TO) | CL_GRFN_APPLOG_JOB_DESIGN | 20120202 | ||||
| 3 | IV_JOBNAME | Call by reference | Type reference (TYPE) | BTCJOB | 20120202 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20120202 |
Method PARENT Signature
Method PARENT on class CL_GRFN_API_AM_JOBSTEP has no parameter.
Method PARENT on class CL_GRFN_API_AM_JOBSTEP has no exception.
Method QUERY Signature
Method QUERY on class CL_GRFN_API_AM_JOBSTEP has no parameter.
Method QUERY on class CL_GRFN_API_AM_JOBSTEP has no exception.
Method QUERY_BY_JOBGROUP Signature
Method QUERY_BY_JOBGROUP on class CL_GRFN_API_AM_JOBSTEP has no parameter.
Method QUERY_BY_JOBGROUP on class CL_GRFN_API_AM_JOBSTEP has no exception.
Method QUERY_BY_STATUS Signature
Method QUERY_BY_STATUS on class CL_GRFN_API_AM_JOBSTEP has no parameter.
Method QUERY_BY_STATUS on class CL_GRFN_API_AM_JOBSTEP has no exception.
Method RETRIEVE Signature
Method RETRIEVE on class CL_GRFN_API_AM_JOBSTEP has no parameter.
Method RETRIEVE on class CL_GRFN_API_AM_JOBSTEP has no exception.
Method SUBMIT_JOBSTEP Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_LOG | Call by reference | Object reference (TYPE REF TO) | CL_GRFN_APPLOG_JOB_DESIGN | 20120202 | ||||
| 2 | IV_JOBCOUNT | Call by reference | Type reference (TYPE) | BTCJOBCNT | 20120202 | ||||
| 3 | IV_JOBID | Call by reference | Type reference (TYPE) | GRFN_JOBID | 20120202 | ||||
| 4 | IV_JOBNAME | Call by reference | Type reference (TYPE) | BTCJOB | 20120202 | ||||
| 5 | IV_JOBSTEP | Call by reference | Type reference (TYPE) | GRFN_JOBSTEP | 20120202 | ||||
| 6 | IV_NO_NEXT | Call by reference | Type reference (TYPE) | GRFN_BOOLEAN | 20120202 | ||||
| 7 | IV_TF_YEAR | Call by reference | Type reference (TYPE) | GRFN_TF_YEAR | 20120202 | ||||
| 8 | IV_TIMEFRAME | Call by reference | Type reference (TYPE) | GRFN_TIMEFRAME | 20120202 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20120202 |
Method UPDATE Signature
Method UPDATE on class CL_GRFN_API_AM_JOBSTEP has no parameter.
Method UPDATE on class CL_GRFN_API_AM_JOBSTEP has no exception.
Method UPDATE_AM_JOB Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_LOG | Call by reference | Object reference (TYPE REF TO) | CL_GRFN_APPLOG_JOB_DESIGN | 20120202 | ||||
| 2 | IO_SESSION | Call by reference | Object reference (TYPE REF TO) | CL_GRFN_API_SESSION | 20120202 | ||||
| 3 | IV_JOBID | Call by reference | Type reference (TYPE) | GRFN_JOBID | 20120202 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20120202 |
Method UPDATE_AM_JOBSTEP_EXEC Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_LOG | Call by reference | Object reference (TYPE REF TO) | CL_GRFN_APPLOG_JOB_DESIGN | 20120202 | ||||
| 2 | IO_SESSION | Call by reference | Object reference (TYPE REF TO) | CL_GRFN_API_SESSION | 20120202 | ||||
| 3 | IV_JOBSTEP_EXEC_DATE | Call by reference | Type reference (TYPE) | GRFN_EXEC_DATE | 20120202 | ||||
| 4 | IV_JOBSTEP_EXEC_TIME | Call by reference | Type reference (TYPE) | GRFN_EXEC_TIME | 20120202 | ||||
| 5 | IV_JOBSTEP_ID | Call by reference | Type reference (TYPE) | GRFN_API_OBJECT_ID | 20120202 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20120202 |
Method UPDATE_AM_JOBSTEP_STATUS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_LOG | Call by reference | Object reference (TYPE REF TO) | CL_GRFN_APPLOG_JOB_DESIGN | 20120202 | ||||
| 2 | IO_SESSION | Call by reference | Object reference (TYPE REF TO) | CL_GRFN_API_SESSION | 20120202 | ||||
| 3 | IV_GRC_JOBCOUNT | Call by reference | Type reference (TYPE) | BTCJOBCNT | 20120202 | ||||
| 4 | IV_JOBSTEPSTATUS | Call by reference | Type reference (TYPE) | GRFN_JOBSTEPSTATUS | 20120202 | ||||
| 5 | IV_JOBSTEP_ID | Call by reference | Type reference (TYPE) | GRFN_API_OBJECT_ID | 20120202 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20120202 |
Method _CALC_RESULT_DEFICIENCY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ES_DEFICIENCY | Call by reference | Type reference (TYPE) | GRFN_S_JOBSTEP_DEFICIENCY | Job Step Result - Deficiency | 20100624 | |||
| 2 | IT_RESULT | Call by reference | Type reference (TYPE) | GRFN_T_JOBSTEP_RESULT | Job Step Result | 20100624 |
Method _CALC_RESULT_DEFICIENCY on class CL_GRFN_API_AM_JOBSTEP has no exception.
Method _UPDATE_AM_JOB Signature
Method _UPDATE_AM_JOB on class CL_GRFN_API_AM_JOBSTEP has no parameter.
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Generic GRC API exception | 20100629 |
History
| Last changed by/on | SAP | 20141106 |
| SAP Release Created in | 600 |