SAP ABAP Class CL_GRFN_MODEL_AM_JOB (Job and Job Step model)
Hierarchy
GRCFND_A (Software Component) GRC Foundation ABAP
   GRC (Application Component) Governance, Risk and Compliance
     GRFN_AUTO_MONITOR (Package) GRC Automated Monitoring Framework
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  IF_GRFN_API_MODEL Interface for handling of GRC API models 20100528
Properties
Class CL_GRFN_MODEL_AM_JOB  
Short Description Job and Job Step model    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class GRFN_AUTO_MONITOR    
Program status     
Category 0   
Package GRFN_AUTO_MONITOR   GRC Automated Monitoring Framework 
Created 20100528   SAP 
Last change 20141106    
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 ABAP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
2 GRFN0 Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
3 GRFNM Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
# Interface Abstract Final Description Created on
1 IF_GRFN_API_MODEL Interface for handling of GRC API models 20100528
Friends
Class CL_GRFN_MODEL_AM_JOB has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 GC_CLASS_NAME Constant Public Type reference (TYPE) CLASSNAME 'CL_GRFN_MODEL_AM_JOB' Reference type 20120203
2 MC_JOBSTEP_MAX Constant Private Type reference (TYPE) GRFN_JOBSTEP 99999999 Job Step Max Value, used by Re-Schedule 20100708
3 MC_MSGID Constant Private Type reference (TYPE) SYMSGID 'GRFN_AUTO_MONITOR' Message Class 20100528
4 MR_INSTANCE Static Attribute Private Object reference (TYPE REF TO) CL_GRFN_MODEL_AM_JOB Job model 20100528
5 MT_BUF_DB Instance attribute Private Type reference (TYPE) YT_BUF Job, Job Reg Share, Job Step 20100619
6 MT_BUF_JOBPCTX Instance attribute Private Type reference (TYPE) YT_BUF_JOBPCTX Buffer for GRFNJOBPCTX 20100705
7 MT_BUF_JOBPOLSPSNP Static Attribute Private Type reference (TYPE) YT_BUF_JOBPOLSPSNP Buffer for GRFNJOBPOLSPSNP 20100713
8 MT_BUF_JOBPRSTCTX Instance attribute Private Type reference (TYPE) YT_BUF_JOBPRSTCTX Buffer for GRFNJOBPRSTCTX 20100705
9 MT_BUF_JOBPSA Instance attribute Private Type reference (TYPE) YT_BUF_JOBPSA 20120607
10 MT_JOBSTEP_RESULT Static Attribute Private Type reference (TYPE) GRFN_T_JOBPRESULT Job Step Result 20100530
Methods
# Method Level Visibility Method type Description Created on
1 CHECK_ACTIVE_JOBSTEP Static method Public Method Check whether any active job step exists 20100723
2 CONSTRUCTOR Instance method Public Constructor 20100528
3 CREATE_JOB Instance method Public Method Create Job - Design time 20100616
4 CREATE_JOBSTEPS Instance method Public Method Create Job Steps, a group of steps - Design time 20100617
5 CREATE_JOBSTEP_BY_CLONE Instance method Public Method Create Job Step, Clone from the Old Job Step 20100630
6 CREATE_JOBSTEP_RESULT Instance method Public Method Create Job Step Result - Runtime 20100530
7 GET_JOB_STATUS Static method Public Method Get Job Status 20100528
8 JOBSTEP_DEQUEUE Instance method Private Method [Lock] Unlock Job Step 20100530
9 JOBSTEP_ENQUEUE Instance method Private Method [Lock] Lock Job Step 20100530
10 JOBSTEP_IS_LOCKED Instance method Private Method [Lock] Job Step is locked by current user or not 20100620
11 JOBSTEP_OLSP_SNP Instance method Private Method Generate Job Step OLSP Snapshot 20100713
12 JOB_DEQUEUE Instance method Private Method [Lock] Unlock Job 20100528
13 JOB_ENQUEUE Instance method Private Method [Lock] Lock Job 20100528
14 JOB_IS_LOCKED Instance method Private Method [Lock] Job is locked by current user or not 20100620
15 QUERY_JOB Instance method Public Method Query Job 20100529
16 QUERY_JOBSTEP Instance method Public Method Query Job Step 20100529
17 QUERY_JOBSTEP_BY_GROUP Instance method Public Method Query Job Step of a specific Job by Group 20100707
18 QUERY_JOBSTEP_BY_JOB Instance method Public Method Query Job Step of a specific Job by Status 20120731
19 QUERY_JOBSTEP_BY_STATUS Instance method Public Method Query Job Step of a specific Job by Status 20100625
20 QUERY_JOBSTEP_FROM_BACKEND Static method Public Method Used by Backend Program 20100713
21 RETRIEVE_JOB Instance method Public Method Retrieve Job 20100529
22 RETRIEVE_JOBSTEP Instance method Public Method Retrieve Job Step 20100530
23 RETRIEVE_JOBSTEP_CONTEXT Instance method Public Method Retrieve Job Step Context 20100530
24 RETRIEVE_JOBSTEP_OLSP_SNP Static method Public Method Retrieve Job Step OLSP Snapshot 20100713
25 RETRIEVE_JOBSTEP_RESULT Instance method Public Method Retrieve Job Step Result 20100530
26 RETRIEVE_JOBSTEP_RESULT_CTX Instance method Public Method Retrieve Job Step Result Context 20100707
27 RETRIEVE_JOBSTEP_SA Instance method Public Method Retrieve Job Step Stand Alone 20120607
28 UPDATE_JOB Instance method Public Method Update Job 20100529
29 UPDATE_JOBSTEP Instance method Public Method Update Job Step Status - Runtime 20100530
30 _BUF_CALC_ACTIVITY Instance method Private Method 20100706
31 _BUF_LOAD_JOB Instance method Private Method Job level buffer - Job Info, Job Regulation Sharing 20100620
32 _BUF_LOAD_JOBPCTX Instance method Private Method Job Step level buffer loading - GRFNJOBPCTX 20100705
33 _BUF_LOAD_JOBPRSTCTX Instance method Private Method Job Step level buffer loading - GRFNJOBPRSTCTX 20100707
34 _BUF_LOAD_JOBPSA Instance method Private Method Job Step level buffer loading - GRFNJOBPCTX 20120607
35 _BUF_LOAD_JOBSTEP Instance method Private Method Job level buffer - Job Steps 20100620
Events
Class CL_GRFN_MODEL_AM_JOB has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 YS_BUF Private See coding 20100705 BEGIN OF ys_buf, jobid TYPE grfn_jobid, s_job TYPE ys_buf_db_job, t_job_regshare TYPE yt_buf_db_job_regshare, _flag_jobstep TYPE abap_bool, " Indicating whether the Job Step is loaded t_jobstep TYPE yt_buf_db_jobstep, END OF ys_buf
2 YS_BUF_DB_JOB Private See coding 20100618 BEGIN OF ys_buf_db_job. INCLUDE TYPE ys_buf_flag. INCLUDE TYPE grfnjob. TYPES END OF ys_buf_db_job
3 YS_BUF_DB_JOBPCTX Private See coding Buffer for GRFNJOBPCTX 20100705 BEGIN OF ys_buf_db_jobpctx. INCLUDE TYPE ys_buf_flag. INCLUDE TYPE grfnjobpctx. TYPES END OF ys_buf_db_jobpctx
4 YS_BUF_DB_JOBPRSTCTX Private See coding Buffer for GRFNJOBPRSTCTX 20100705 BEGIN OF ys_buf_db_jobprstctx. INCLUDE TYPE ys_buf_flag. INCLUDE TYPE grfnjobprstctx. TYPES END OF ys_buf_db_jobprstctx
5 YS_BUF_DB_JOBPSA Private See coding 20120607 BEGIN OF ys_buf_db_jobpsa. INCLUDE TYPE ys_buf_flag. INCLUDE TYPE grfnjobpsa. TYPES END OF ys_buf_db_jobpsa
6 YS_BUF_DB_JOBSTEP Private See coding 20100618 BEGIN OF ys_buf_db_jobstep. INCLUDE TYPE ys_buf_flag. INCLUDE TYPE grfnjobdetail. TYPES END OF ys_buf_db_jobstep
7 YS_BUF_DB_JOB_REGSHARE Private See coding 20100619 BEGIN OF ys_buf_db_job_regshare. INCLUDE TYPE ys_buf_flag. INCLUDE TYPE grfnjobregshrtst. TYPES END OF ys_buf_db_job_regshare
8 YS_BUF_FLAG Private See coding 20100618 BEGIN OF ys_buf_flag, _changed TYPE grfn_xfeld, _activity TYPE grfn_api_activity, " 01-Create, 02-Change. See grfn0_c_activity. END OF ys_buf_flag
9 YS_BUF_JOBPCTX Private See coding Buffer for GRFNJOBPCTX 20100705 BEGIN OF ys_buf_jobpctx, jobid TYPE grfn_jobid, jobstep TYPE grfn_jobstep, t_db_jobpctx TYPE yt_buf_db_jobpctx, END OF ys_buf_jobpctx
10 YS_BUF_JOBPOLSPSNP Private See coding Buffer for GRFNJOBPOLSPSNP 20100713 BEGIN OF ys_buf_jobpolspsnp, jobid TYPE grfn_jobid, jobstep TYPE grfn_jobstep, t_db_jobpolspsnp TYPE grfn_t_jobstep_olsp_snp, END OF ys_buf_jobpolspsnp
11 YS_BUF_JOBPRSTCTX Private See coding Buffer for GRFNJOBPRSTCTX 20100705 BEGIN OF ys_buf_jobprstctx, jobid TYPE grfn_jobid, jobstep TYPE grfn_jobstep, t_db_jobprstctx TYPE yt_buf_db_jobprstctx, END OF ys_buf_jobprstctx
12 YS_BUF_JOBPSA Private See coding 20120607 BEGIN OF ys_buf_jobpsa, jobid TYPE grfn_jobid, jobstep TYPE grfn_jobstep, t_db_jobpsa TYPE yt_buf_db_jobpsa, END OF ys_buf_jobpsa
13 YS_JOBSTEP_STATUS Protected See coding 20100530 BEGIN OF ys_jobstep_status, jobstep TYPE grfn_jobstep, status TYPE grfn_jobstepstatus, END OF ys_jobstep_status
14 YT_BUF Private See coding 20100705 yt_buf TYPE STANDARD TABLE OF ys_buf
15 YT_BUF_DB_JOBPCTX Private See coding Buffer for GRFNJOBPCTX 20100705 yt_buf_db_jobpctx TYPE STANDARD TABLE OF ys_buf_db_jobpctx WITH DEFAULT KEY
16 YT_BUF_DB_JOBPRSTCTX Private See coding Buffer for GRFNJOBPRSTCTX 20100705 yt_buf_db_jobprstctx TYPE STANDARD TABLE OF ys_buf_db_jobprstctx WITH DEFAULT KEY
17 YT_BUF_DB_JOBPSA Private See coding 20120607 yt_buf_db_jobpsa TYPE STANDARD TABLE OF ys_buf_db_jobpsa WITH DEFAULT KEY
18 YT_BUF_DB_JOBSTEP Private See coding 20100618 yt_buf_db_jobstep TYPE STANDARD TABLE OF ys_buf_db_jobstep WITH DEFAULT KEY
19 YT_BUF_DB_JOB_REGSHARE Private See coding 20100619 yt_buf_db_job_regshare TYPE STANDARD TABLE OF ys_buf_db_job_regshare WITH DEFAULT KEY
20 YT_BUF_JOBPCTX Private See coding Buffer for GRFNJOBPCTX 20100705 yt_buf_jobpctx TYPE STANDARD TABLE OF ys_buf_jobpctx
21 YT_BUF_JOBPOLSPSNP Private See coding Buffer for GRFNJOBPOLSPSNP 20100713 yt_buf_jobpolspsnp TYPE STANDARD TABLE OF ys_buf_jobpolspsnp
22 YT_BUF_JOBPRSTCTX Private See coding Buffer for GRFNJOBPRSTCTX 20100705 yt_buf_jobprstctx TYPE STANDARD TABLE OF ys_buf_jobprstctx
23 YT_BUF_JOBPSA Private See coding 20120607 yt_buf_jobpsa TYPE STANDARD TABLE OF ys_buf_jobpsa
24 YT_JOBSTEP_STATUS Protected See coding 20100530 yt_jobstep_status TYPE STANDARD TABLE OF ys_jobstep_status
Method Signatures

Method CHECK_ACTIVE_JOBSTEP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_DATE_ALLOW_DELETE Call by reference Type reference (TYPE) GRFN_DATE The earliest date the BRAsgmt can be deleted 20100723
2 Exporting EV_IN_USE Call by reference Type reference (TYPE) ABAP_BOOL True: Will be used; False: Not used 20100723
3 Importing IV_CONTROL_ID Call by reference Type reference (TYPE) GRFN_API_OBJECT_ID Control ID 20100723
4 Importing IV_DATE_END Call by reference Type reference (TYPE) GRFN_DATE The last date 20100723
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20100723

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_LANGU Call by reference Type reference (TYPE) SYLANGU Language Key of Current Text Environment 20100528

Method CONSTRUCTOR on class CL_GRFN_MODEL_AM_JOB has no exception.

Method CREATE_JOB Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_JOBID Call by reference Type reference (TYPE) GRFN_JOBID Job ID 20100616
2 Importing IS_JOB Call by reference Type reference (TYPE) GRFNJOB Job 20100616
3 Importing IT_JOB_SHARED_REG Call by reference Type reference (TYPE) GRFN_T_OBJECTID Job Shared Regulations 20100616
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20100616

Method CREATE_JOBSTEPS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_JOBSTEP Call by reference Type reference (TYPE) GRFN_T_JOBDETAIL_CREATE Job Step Creation List 20100617
2 Importing IT_JOBSTEP_CONTEXT Call by reference Type reference (TYPE) GRFN_T_JOBSTEPCONTEXT Job Step Context 20100617
3 Importing IV_JOBID Call by reference Type reference (TYPE) GRFN_JOBID Job ID 20100620
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20100620

Method CREATE_JOBSTEP_BY_CLONE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_NEW_JOBSTEP Call by reference Type reference (TYPE) GRFN_JOBSTEP New Created Job Step 20100630
2 Importing IV_IS_RESCHEDULED Call by reference Type reference (TYPE) ABAP_BOOL 'X' is re-scheduled, '' is not 20100708
3 Importing IV_JOBID Call by reference Type reference (TYPE) GRFN_JOBID Job ID 20100630
4 Importing IV_OLD_JOBSTEP Call by reference Type reference (TYPE) GRFN_JOBSTEP Old Job Step 20100630
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20100630

Method CREATE_JOBSTEP_RESULT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_JOBSTEP_RESULT Call by reference Type reference (TYPE) GRFN_T_JOBPRESULT Job Step Result - Reference 20100530
2 Returning RV_RETURN_CODE Value transfer Type reference (TYPE) SYSUBRC Return Value of ABAP Statements 20100530
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20100530

Method GET_JOB_STATUS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_JOBSTEP_COUNT Call by reference Type reference (TYPE) GRFN_S_JOBSTEP_COUNT Job Step Counter 20100528
2 Exporting EV_JOBSTATUS Call by reference Type reference (TYPE) GRFN_JOBSTATUS Job Status 20100528
3 Importing IV_JOBID Call by reference Type reference (TYPE) GRFN_JOBID Job ID 20100528

Method GET_JOB_STATUS on class CL_GRFN_MODEL_AM_JOB has no exception.

Method JOBSTEP_DEQUEUE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_JOBID Call by reference Type reference (TYPE) GRFN_JOBID Job ID 20100530
2 Importing IV_JOBSTEP Call by reference Type reference (TYPE) GRFN_JOBSTEP Job step 20100530

Method JOBSTEP_DEQUEUE on class CL_GRFN_MODEL_AM_JOB has no exception.

Method JOBSTEP_ENQUEUE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_JOBID Call by reference Type reference (TYPE) GRFN_JOBID Job ID 20100530
2 Importing IV_JOBSTEP Call by reference Type reference (TYPE) GRFN_JOBSTEP Job step 20100530
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20100620

Method JOBSTEP_IS_LOCKED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_JOBID Call by reference Type reference (TYPE) GRFN_JOBID Job ID 20100620
2 Importing IV_JOBSTEP Call by reference Type reference (TYPE) GRFN_JOBSTEP Job step 20100620
3 Returning RV_LOCKED Value transfer Type reference (TYPE) GRFN_BOOLEAN Boolean 20100620

Method JOBSTEP_IS_LOCKED on class CL_GRFN_MODEL_AM_JOB has no exception.

Method JOBSTEP_OLSP_SNP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_JOBID Call by reference Type reference (TYPE) GRFN_JOBID Job ID 20100713
2 Importing IV_JOBSTEP Call by reference Type reference (TYPE) GRFN_JOBSTEP Job Step 20100713
3 Importing IV_TARGET_CONN Call by reference Type reference (TYPE) GRFN_CONNECTORID Target Connector 20100713

Method JOBSTEP_OLSP_SNP on class CL_GRFN_MODEL_AM_JOB has no exception.

Method JOB_DEQUEUE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_JOBID Call by reference Type reference (TYPE) GRFN_JOBID Job ID 20100528

Method JOB_DEQUEUE on class CL_GRFN_MODEL_AM_JOB has no exception.

Method JOB_ENQUEUE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_JOBID Call by reference Type reference (TYPE) GRFN_JOBID Job ID 20100528
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20100620

Method JOB_IS_LOCKED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_JOBID Call by reference Type reference (TYPE) GRFN_JOBID Job ID 20100620
2 Returning RV_LOCKED Value transfer Type reference (TYPE) BOOLEAN Boolean Variable (X=True, -=False, Space=Unknown) 20100620

Method JOB_IS_LOCKED on class CL_GRFN_MODEL_AM_JOB has no exception.

Method QUERY_JOB Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_JOB Call by reference Type reference (TYPE) GRFN_T_JOB Job list 20100529
2 Exporting ET_JOBSTEP_COUNT Call by reference Type reference (TYPE) GRFN_T_JOBSTEP_COUNT Job Step Count 20100827
3 Importing IT_JOB_STATUS Call by reference Type reference (TYPE) GRFN_T_JOBSTATUS Job Status 20100622
4 Importing IV_BR_ID Call by reference Type reference (TYPE) GRFN_API_OBJECT_ID Object ID 20120727
5 Importing IV_EXEC_TYPE Call by reference Type reference (TYPE) GRFN_JOBEXECTYPE Job Execution type (X/D/E/S/B) 20100622
6 Importing IV_FREQUENCY Call by reference Type reference (TYPE) GRFN_TF_FREQUENCY Timeframe Frequency 20100529
7 Importing IV_JOBNAME Call by reference Type reference (TYPE) BTCJOB Background job name 20100529
8 Importing IV_JOB_FROM Call by reference Type reference (TYPE) GRFN_PERIOD_FROM Job: Period from date 20101224
9 Importing IV_JOB_TO Call by reference Type reference (TYPE) GRFN_PERIOD_TO Job: Period to date 20101224
10 Importing IV_JOB_TYPE Call by reference Type reference (TYPE) GRFN_JOBTYPE Job Type 20100622
11 Importing IV_MAXROWS Call by reference Type reference (TYPE) GRFN_MAXROWS 50 Job max rows 20100529
12 Importing IV_TARGET_CONNECTOR Call by reference Type reference (TYPE) GRFN_CONNECTORID Target Connector 20100622
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20100529

Method QUERY_JOBSTEP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_JOB Call by reference Type reference (TYPE) GRFN_T_JOB Job Detail List - The relevant Jobs of ET_JOBSTEP 20100623
2 Exporting ET_JOBSTEP Call by reference Type reference (TYPE) GRFN_T_JOBDETAIL Job Step List 20100623
3 Importing IV_EXEC_FROM Call by reference Type reference (TYPE) SY-DATUM Job Step Execution Date From 20100529
4 Importing IV_EXEC_TO Call by reference Type reference (TYPE) SY-DATUM Job Step Execution Date To 20100529
5 Importing IV_FREQUENCY Call by reference Type reference (TYPE) GRFN_TF_FREQUENCY Job Frequency 20100529
6 Importing IV_JOBNAME Call by reference Type reference (TYPE) BTCJOB Job Name 20100529
7 Importing IV_JOB_FROM Call by reference Type reference (TYPE) GRFN_PERIOD_FROM Job: Period from date 20101224
8 Importing IV_JOB_TO Call by reference Type reference (TYPE) GRFN_PERIOD_TO Job: Period to date 20101224
9 Importing IV_TARGET_CONN Call by reference Type reference (TYPE) GRFN_CONNECTORID Job Step Target Connector 20100623
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20100529

Method QUERY_JOBSTEP_BY_GROUP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_JOBSTEP_LIST Call by reference Type reference (TYPE) GRFN_T_JOBDETAIL Job Step List 20100707
2 Importing IV_JOBID Call by reference Type reference (TYPE) GRFN_JOBID Job ID 20100707
3 Importing IV_JOBSTEP_GROUPID Call by reference Type reference (TYPE) GRFN_NUMBER Job Step Group ID 20100707

Method QUERY_JOBSTEP_BY_GROUP on class CL_GRFN_MODEL_AM_JOB has no exception.

Method QUERY_JOBSTEP_BY_JOB Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_JOBSTEP_LIST Call by reference Type reference (TYPE) GRFN_T_OBJECTID List of Job Steps 20120731
2 Importing IV_JOBID Call by reference Type reference (TYPE) GRFN_JOBID Job ID 20120731

Method QUERY_JOBSTEP_BY_JOB on class CL_GRFN_MODEL_AM_JOB has no exception.

Method QUERY_JOBSTEP_BY_STATUS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_JOBSTEP_LIST Call by reference Type reference (TYPE) GRFN_T_OBJECTID List of Job Steps 20100625
2 Importing IT_JOBSTEP_STATUS Call by reference Type reference (TYPE) GRFN_T_JOBSTEP_STATUS Job Step Status 20100707
3 Importing IV_JOBID Call by reference Type reference (TYPE) GRFN_JOBID Job ID 20100625

Method QUERY_JOBSTEP_BY_STATUS on class CL_GRFN_MODEL_AM_JOB has no exception.

Method QUERY_JOBSTEP_FROM_BACKEND Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_JOBSTEP Call by reference Type reference (TYPE) GRFN_T_JOBDETAIL Job Step List 20100713
2 Importing IV_DATE Call by reference Type reference (TYPE) GRFN_DATE Date 20100713
3 Importing IV_JOBSTEP_STATUS Call by reference Type reference (TYPE) GRFN_JOBSTEPSTATUS Job Step Status 20100713
4 Importing IV_LAST_TIME Call by reference Type reference (TYPE) GRFN_TIME Time 20100713

Method QUERY_JOBSTEP_FROM_BACKEND on class CL_GRFN_MODEL_AM_JOB has no exception.

Method RETRIEVE_JOB Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_JOB Call by reference Type reference (TYPE) GRFNJOB Job 20100529
2 Exporting ET_JOBSTEP_LIST Call by reference Type reference (TYPE) GRFN_T_OBJECTID List of Job Steps 20100614
3 Exporting ET_SHARED_REG Call by reference Type reference (TYPE) GRFN_T_OBJECTID Job Shared Regulations 20100603
4 Importing IV_EDITABLE Call by reference Type reference (TYPE) GRFN_BOOLEAN Boolean 20100529
5 Importing IV_JOBID Call by reference Type reference (TYPE) GRFN_JOBID Job ID 20100529
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20100529

Method RETRIEVE_JOBSTEP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_JOBSTEP Call by reference Type reference (TYPE) GRFN_S_JOBDETAIL Job Step 20100708
2 Importing IV_EDITABLE Call by reference Type reference (TYPE) GRFN_BOOLEAN Boolean 20100530
3 Importing IV_JOBID Call by reference Type reference (TYPE) GRFN_JOBID Job ID 20100530
4 Importing IV_JOBSTEP Call by reference Type reference (TYPE) GRFN_JOBSTEP Job step 20100530
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20100530

Method RETRIEVE_JOBSTEP_CONTEXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_JOBSTEP_CONTEXT Call by reference Type reference (TYPE) GRFN_T_JOBSTEP_CONTEXT_OBJECT Job Step Context 20100705
2 Importing IV_JOBID Call by reference Type reference (TYPE) GRFN_JOBID Job ID 20100530
3 Importing IV_JOBSTEP Call by reference Type reference (TYPE) GRFN_JOBSTEP Job Step 20100530
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20100530

Method RETRIEVE_JOBSTEP_OLSP_SNP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_OLSP_SNP Call by reference Type reference (TYPE) GRFN_T_JOBSTEP_OLSP_SNP Job Step OLSP Snapshot 20100713
2 Importing IV_JOBID Call by reference Type reference (TYPE) GRFN_JOBID Job ID 20100713
3 Importing IV_JOBSTEP Call by reference Type reference (TYPE) GRFN_JOBSTEP Job Step 20100713

Method RETRIEVE_JOBSTEP_OLSP_SNP on class CL_GRFN_MODEL_AM_JOB has no exception.

Method RETRIEVE_JOBSTEP_RESULT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_JOBSTEP_RESULT Call by reference Type reference (TYPE) GRFN_T_JOBSTEP_RESULT Job Step Result 20100624
2 Importing IV_JOBID Call by reference Type reference (TYPE) GRFN_JOBID Job ID 20100530
3 Importing IV_JOBSTEP Call by reference Type reference (TYPE) GRFN_JOBSTEP Job Step 20100530

Method RETRIEVE_JOBSTEP_RESULT on class CL_GRFN_MODEL_AM_JOB has no exception.

Method RETRIEVE_JOBSTEP_RESULT_CTX Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_JOBSTEP_RESULT_CONTEXT Call by reference Type reference (TYPE) GRFN_T_JOBSTEP_CONTEXT_OBJECT Job Step Result Context 20100707
2 Importing IV_JOBID Call by reference Type reference (TYPE) GRFN_JOBID Job ID 20100707
3 Importing IV_JOBSTEP Call by reference Type reference (TYPE) GRFN_JOBSTEP Job Step 20100707

Method RETRIEVE_JOBSTEP_RESULT_CTX on class CL_GRFN_MODEL_AM_JOB has no exception.

Method RETRIEVE_JOBSTEP_SA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_PROCESSOR Call by reference Type reference (TYPE) SCMG_PROCESSOR Job Step Context 20120608
2 Importing IV_JOBID Call by reference Type reference (TYPE) GRFN_JOBID Job ID 20120607
3 Importing IV_JOBSTEP Call by reference Type reference (TYPE) GRFN_JOBSTEP Job Step 20120607
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20120607

Method UPDATE_JOB Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_CHANGED Call by reference Type reference (TYPE) GRFN_S_JOBCHANGED Job Changed 20100529
2 Importing IV_JOBID Call by reference Type reference (TYPE) GRFN_JOBID Job ID 20100529
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20100529

Method UPDATE_JOBSTEP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_JOBSTEP_CHANGED Call by reference Type reference (TYPE) GRFN_S_JOBSTEP_CHANGED Job Step Changed date, time, by 20100530
2 Importing IV_EXEC_DATE Call by reference Type reference (TYPE) GRFN_EXEC_DATE Job Step: Execution date 20100626
3 Importing IV_EXEC_TIME Call by reference Type reference (TYPE) GRFN_EXEC_TIME Job Step: Execution time 20100626
4 Importing IV_GRC_JOBCOUNT Call by reference Type reference (TYPE) BTCJOBCNT SM37 Job ID - Local System 20100531
5 Importing IV_ISSUE Call by reference Type reference (TYPE) GRFN_CASE_ID [Obsolete] 20100621
6 Importing IV_ISSUE_ID Call by reference Type reference (TYPE) GRFN_API_OBJECT_ID Issue ID 20100705
7 Importing IV_JOBID Call by reference Type reference (TYPE) GRFN_JOBID Job ID 20100530
8 Importing IV_JOBSTEP Call by reference Type reference (TYPE) GRFN_JOBSTEP Job step 20100530
9 Importing IV_RTA_JOBCOUNT Call by reference Type reference (TYPE) GRFN_JOBCOUNT SM37 Job ID - RTA System 20100530
10 Importing IV_STATUS Call by reference Type reference (TYPE) GRFN_JOBSTEPSTATUS Job Step Status 20100530
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20100530

Method _BUF_CALC_ACTIVITY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_ACTIVITY_CURRENT Value transfer Type reference (TYPE) GRFN_API_ACTIVITY Activity Current 20100706
2 Returning RV_ACTIVITY_NEW Value transfer Type reference (TYPE) GRFN_API_ACTIVITY Activity New 20100706

Method _BUF_CALC_ACTIVITY on class CL_GRFN_MODEL_AM_JOB has no exception.

Method _BUF_LOAD_JOB Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_JOBID Call by reference Type reference (TYPE) GRFN_JOBID Job ID 20100620

Method _BUF_LOAD_JOB on class CL_GRFN_MODEL_AM_JOB has no exception.

Method _BUF_LOAD_JOBPCTX Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_JOBID Call by reference Type reference (TYPE) GRFN_JOBID Job ID 20100705
2 Importing IV_JOBSTEP Call by reference Type reference (TYPE) GRFN_JOBSTEP Job Step 20100705

Method _BUF_LOAD_JOBPCTX on class CL_GRFN_MODEL_AM_JOB has no exception.

Method _BUF_LOAD_JOBPRSTCTX Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_JOBID Call by reference Type reference (TYPE) GRFN_JOBID Job ID 20100707
2 Importing IV_JOBSTEP Call by reference Type reference (TYPE) GRFN_JOBSTEP Job Step 20100707

Method _BUF_LOAD_JOBPRSTCTX on class CL_GRFN_MODEL_AM_JOB has no exception.

Method _BUF_LOAD_JOBPSA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_JOBID Call by reference Type reference (TYPE) GRFN_JOBID Job ID 20120607
2 Importing IV_JOBSTEP Call by reference Type reference (TYPE) GRFN_JOBSTEP Job Step 20120607

Method _BUF_LOAD_JOBPSA on class CL_GRFN_MODEL_AM_JOB has no exception.

Method _BUF_LOAD_JOBSTEP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_JOBID Call by reference Type reference (TYPE) GRFN_JOBID Job ID 20100620

Method _BUF_LOAD_JOBSTEP on class CL_GRFN_MODEL_AM_JOB has no exception.
History
Last changed by/on SAP  20141106 
SAP Release Created in 600