SAP ABAP Class CL_GRPC_DEFIC_ANALYSIS_WF (Obsolete: Model Class for Deficiency Analysis Workflow)
Hierarchy
GRCFND_A (Software Component) GRC Foundation ABAP
   GRC (Application Component) Governance, Risk and Compliance
     GRFN_OBSOLETE (Package) Package for the obsolete objects from FN/PC/RM
Properties
Class CL_GRPC_DEFIC_ANALYSIS_WF  
Short Description Obsolete: Model Class for Deficiency Analysis Workflow    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package GRFN_OBSOLETE   Package for the obsolete objects from FN/PC/RM 
Created 20070611   SAP 
Last change 20141106    
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 GRPCR Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
2 GRPCS Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class CL_GRPC_DEFIC_ANALYSIS_WF has no interface implemented.
Friends
Class CL_GRPC_DEFIC_ANALYSIS_WF has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 GC_STATUS_DRAFT Constant Public Type reference (TYPE) GRPC_ANALYSIS_STATUS 'DRAFT' Obsolete: MIC: Deficiency Analysis Status 20070611
2 GC_STATUS_NA Constant Public Type reference (TYPE) GRPC_ANALYSIS_STATUS 'NA' Obsolete: MIC: Deficiency Analysis Status 20070611
3 GC_STATUS_SUBMITTED Constant Public Type reference (TYPE) GRPC_ANALYSIS_STATUS 'SUBMITTED' Obsolete: MIC: Deficiency Analysis Status 20070611
Methods
# Method Level Visibility Method type Description Created on
1 ANALYSIS_REQUIRED4SUBORGUNIT Instance method Protected Method Is Analysis Required for Sub-Org-Units 20070611
2 CANCEL_WORKFLOW Static method Public Method Cancel Workflow by Analysis GUID 20070611
3 CLOSE_LOG Instance method Private Method Close Application Log 20070611
4 CONSTRUCTOR Instance method Public Constructor Create Object and Define Timeframe 20070611
5 CREATE_APPL_LOG Instance method Private Method Create Application Log 20070611
6 DEQUEUE_PARENT Instance method Private Method Dequeue the Parent Org Unit 20070611
7 ENQUEUE_PARENT Instance method Private Method Enqueue the Parent Org Unit 20070611
8 GET_LOWER_ORGUNIT Instance method Protected Method Lowest Org Units Relevant to Def.Analysis and Not Performed 20070611
9 GET_LOWEST_ORGUNIT Instance method Public Method Lowest Org Units Relevant to Deficiency Analysis 20070611
10 GET_PARENT_SIBLING_ORGUNIT Instance method Protected Method Get Parent and All Siblings (Lowest Org Units of Siblings) 20070611
11 IS_ANALYSIS_REQUIRED Instance method Public Method Is Analysis Required for the Given Org Unit 20070611
12 LOAD_ORG_HIER Instance method Protected Method Initialization of Org Unit Hierarchy 20070611
13 OPEN_LOG Instance method Private Method Open Application Log 20070611
14 SUBMIT_ANALYSIS Instance method Public Method Submit Analysis Result 20070611
15 TRIGGER_LOWEST_WORKFLOW Instance method Public Method Trigger the Lowest Workflow 20070611
16 TRIGGER_PARENT_WORKFLOW Instance method Protected Method Trigger Workflow for Parent Org Unit 20070611
Events
Class CL_GRPC_DEFIC_ANALYSIS_WF has no event.
Types
Class CL_GRPC_DEFIC_ANALYSIS_WF has no local type.
Method Signatures

Method ANALYSIS_REQUIRED4SUBORGUNIT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_ORGUNIT Call by reference Type reference (TYPE) GRPCS_OBJECTID 20070611
2 Returning RB_REQUIRED Value transfer Type reference (TYPE) BOOLEAN Boolean Variable (X=True, -=False, Space=Unknown) 20070611

Method ANALYSIS_REQUIRED4SUBORGUNIT on class CL_GRPC_DEFIC_ANALYSIS_WF has no exception.

Method CANCEL_WORKFLOW Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_DEFIC_GUID Call by reference Type reference (TYPE) GRPC_ANALYSIS_GUID Analysis GUID 20070611
2 Importing I_ORGUNIT Call by reference Type reference (TYPE) GRPC_ORGUNIT_ID Organizational Unit ID 20070611
3 Importing I_TF_YEAR Call by reference Type reference (TYPE) GRPC_YEAR Year 20070611
4 Importing I_TIMEFRAME Call by reference Type reference (TYPE) GRPC_TIMEFRAME Timeframe 20070611
5 Returning RETURN_CODE Value transfer Type reference (TYPE) SYSUBRC Return Value from ABAP Statement 20070611

Method CANCEL_WORKFLOW on class CL_GRPC_DEFIC_ANALYSIS_WF has no exception.

Method CLOSE_LOG Signature

Method CLOSE_LOG on class CL_GRPC_DEFIC_ANALYSIS_WF has no parameter.
Method CLOSE_LOG on class CL_GRPC_DEFIC_ANALYSIS_WF has no exception.

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_DATE_INTERVAL Call by reference Type reference (TYPE) GRPC_S_DATE_INTERVAL Date of the Assessment or of the Test 20070611
2 Importing IV_ANALYSIS_ID Call by reference Type reference (TYPE) GRPC_ANALYSIS_GUID MIC: Deficiency Analysis GUID 20070611
3 Importing IV_UPDATE_TASK Call by reference Type reference (TYPE) BOOLE_D ABAP_FALSE Data Element for Domain BOOLE: TRUE (='X') and FALSE (=' ') 20070611

Method CONSTRUCTOR on class CL_GRPC_DEFIC_ANALYSIS_WF has no exception.

Method CREATE_APPL_LOG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_LOG_HANDLE Call by reference Type reference (TYPE) BALLOGHNDL Application Log: Log Handle 20070611

Method CREATE_APPL_LOG on class CL_GRPC_DEFIC_ANALYSIS_WF has no exception.

Method DEQUEUE_PARENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_ORGUNIT_ID Call by reference Type reference (TYPE) GRPCS_OBJECTID Organizational unit 20070611

Method DEQUEUE_PARENT on class CL_GRPC_DEFIC_ANALYSIS_WF has no exception.

Method ENQUEUE_PARENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_ORGUNIT_ID Call by reference Type reference (TYPE) GRPCS_OBJECTID Organizational unit 20070611

Method ENQUEUE_PARENT on class CL_GRPC_DEFIC_ANALYSIS_WF has no exception.

Method GET_LOWER_ORGUNIT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_ORGUNIT_ID Call by reference Type reference (TYPE) GRPCS_OBJECTID Organizational Unit ID 20070611
2 Returning RT_ORGUNIT Value transfer Type reference (TYPE) GRPCS_TO_ORGUNIT Org Unit Relevant for Sign-Off and Not Signed Off 20070611

Method GET_LOWER_ORGUNIT on class CL_GRPC_DEFIC_ANALYSIS_WF has no exception.

Method GET_LOWEST_ORGUNIT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RT_ORGUNIT Value transfer Type reference (TYPE) GRPCS_TO_ORGUNIT Org Unit Relevant for Sign-Off and Not Signed Off 20070611

Method GET_LOWEST_ORGUNIT on class CL_GRPC_DEFIC_ANALYSIS_WF has no exception.

Method GET_PARENT_SIBLING_ORGUNIT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_PARENT Call by reference Type reference (TYPE) GRPCS_S_ORGUNIT Parent of IV_ORGUNIT_ID 20070611
2 Exporting ET_SIBLING Call by reference Type reference (TYPE) GRPCS_TO_ORGUNIT Lowest OU Relev. for Sign-Off and Not Signed-Off in Siblings 20070611
3 Importing IV_ORGUNIT_ID Call by reference Type reference (TYPE) GRPCS_OBJECTID Organizational unit 20070611

Method GET_PARENT_SIBLING_ORGUNIT on class CL_GRPC_DEFIC_ANALYSIS_WF has no exception.

Method IS_ANALYSIS_REQUIRED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_ORGUNIT Call by reference Type reference (TYPE) GRPCS_OBJECTID 20070611
2 Returning RB_REQUIRED Value transfer Type reference (TYPE) BOOLEAN Boolean Variable (X=True, -=False, Space=Unknown) 20070611

Method IS_ANALYSIS_REQUIRED on class CL_GRPC_DEFIC_ANALYSIS_WF has no exception.

Method LOAD_ORG_HIER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_SEARCH Call by reference Type reference (TYPE) GRPCS_S_ORGUNIT_SEARCH 20070611

Method LOAD_ORG_HIER on class CL_GRPC_DEFIC_ANALYSIS_WF has no exception.

Method OPEN_LOG Signature

Method OPEN_LOG on class CL_GRPC_DEFIC_ANALYSIS_WF has no parameter.
Method OPEN_LOG on class CL_GRPC_DEFIC_ANALYSIS_WF has no exception.

Method SUBMIT_ANALYSIS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_ORGUNIT Call by reference Type reference (TYPE) GRPC_ORGUNIT_ID Organizational Unit ID 20070611
2 Importing I_TIMESTAMP Call by reference Type reference (TYPE) TIMESTAMP UTC Time Stamp in Short Form (YYYYMMDDhhmmss) 20070611

Method SUBMIT_ANALYSIS on class CL_GRPC_DEFIC_ANALYSIS_WF has no exception.

Method TRIGGER_LOWEST_WORKFLOW Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_ENDREQ_DATE Call by reference Type reference (TYPE) SWW_DED Desired End Date for a Work Item 20070611
2 Importing I_START_DATE Call by reference Type reference (TYPE) BEGDA Start of Validity 20070611

Method TRIGGER_LOWEST_WORKFLOW on class CL_GRPC_DEFIC_ANALYSIS_WF has no exception.

Method TRIGGER_PARENT_WORKFLOW Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_ORGUNIT_ID Call by reference Type reference (TYPE) GRPCS_OBJECTID Organizational Unit ID 20070611

Method TRIGGER_PARENT_WORKFLOW on class CL_GRPC_DEFIC_ANALYSIS_WF has no exception.
History
Last changed by/on SAP  20141106 
SAP Release Created in 250