SAP ABAP Class CL_GRPC_AS_CONTAINER (Container for Assessment of Management Control)
Hierarchy
GRCFND_A (Software Component) GRC Foundation ABAP
   GRC-SPC (Application Component) Process Controls
     GRPC_ASSESSMENT_ISSUE_PLAN (Package) Assessment/Issue/Remediation Plan
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_GRPC_CASE SOA: Case 20070611
Properties
Class CL_GRPC_AS_CONTAINER  
Short Description Container for Assessment of Management Control    
Super Class CL_GRPC_CASE SOA: Case 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package GRPC_ASSESSMENT_ISSUE_PLAN   Assessment/Issue/Remediation Plan 
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 ABAP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
2 CL_GRPC_CNST_CASE Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
Interfaces
Class CL_GRPC_AS_CONTAINER has no interface implemented.
Friends
Class CL_GRPC_AS_CONTAINER has no friend class.
Attributes
Class CL_GRPC_AS_CONTAINER has no attribute.
Methods
# Method Level Visibility Method type Description Created on
1 ASSERT_MODIFIABLE Instance method Public Method Check Whether Assessment is Allowed for Changes 20070611
2 CONSTRUCTOR Instance method Public Constructor Constructor 20070611
3 CREATE Static method Public Method Create 20070611
4 CREATE_ASSESSMENTS Instance method Private Method Load Linked Issues from DB 20070611
5 FIND_BY_HR_OBJECT Static method Public Method Find Assessments Attached to HR-OBJECT 20070611
6 GET_ALL_ASSESSMENTS Instance method Public Method 20070611
7 GET_ISSUES Instance method Public Method Get Issues 20070611
8 GET_OPEN_ISSUES Instance method Public Method Get Open Issues 20070611
9 INITIATE_DATE_INTERVAL Instance method Private Method Timeframe for Assessment or Test 20070611
10 LOAD_ASSESSMENTS Instance method Private Method Load Assessments from DB 20070611
11 ON_ASSESSMENT_REASSESSMENT Instance method Public Method Set Re-Assessment Status 20070611
12 SET_ACTIVITY_FOR_ASSESSMENT Instance method Private Method Make Status Changes for a Transaction 20070611
13 SET_CREATOR Instance method Private Method Sets Creator of the Assessment 20070611
Events
Class CL_GRPC_AS_CONTAINER has no event.
Types
Class CL_GRPC_AS_CONTAINER has no local type.
Method Signatures

Method ASSERT_MODIFIABLE Signature

Method ASSERT_MODIFIABLE on class CL_GRPC_AS_CONTAINER has no parameter.
# Exception Resumable Description Created on
1 CX_GRPC_CASE_STATUS 20070611

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_GRPC_CASE_API Value transfer Object reference (TYPE REF TO) CL_GRPC_CASE_API SOA: Case 20070625
# Exception Resumable Description Created on
1 CX_GRPC_CASE 20070611
2 CX_GRPC_CASE_STATUS 20070611

Method CREATE 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 IS_HROBJECT Call by reference Type reference (TYPE) HROBJECT Object 20070611
3 Importing IS_HRORG Call by reference Type reference (TYPE) HROBJECT Object 20070611
4 Importing I_UPDATE_TASK Call by reference Type reference (TYPE) ABAP_BOOL ABAP_TRUE 20070611
5 Returning RO_CONTAINER Value transfer Object reference (TYPE REF TO) CL_GRPC_AS_CONTAINER Container for Assessment of Management Control 20070611
# Exception Resumable Description Created on
1 CX_GRPC_CASE 20070611
2 CX_GRPC_CASE_STATUS 20070611

Method CREATE_ASSESSMENTS Signature

Method CREATE_ASSESSMENTS on class CL_GRPC_AS_CONTAINER has no parameter.
# Exception Resumable Description Created on
1 CX_GRPC_CASE 20070611
2 CX_GRPC_CASE_STATUS 20070611

Method FIND_BY_HR_OBJECT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_ATTRIBUTE Call by reference Type reference (TYPE) GRPC_T_ATTRIBUTE_CT Attributes: Assessment 20070611
2 Importing IS_HROBJECT Call by reference Type reference (TYPE) HROBJECT Object 20070611
3 Importing IS_HR_ORG Call by reference Type reference (TYPE) HROBJECT Org. Unit 20070611

Method FIND_BY_HR_OBJECT on class CL_GRPC_AS_CONTAINER has no exception.

Method GET_ALL_ASSESSMENTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_WITHOUT_STATUS Call by reference Type reference (TYPE) CRM_J_STATUS 20070611
2 Importing I_WITH_STATUS Call by reference Type reference (TYPE) CRM_J_STATUS 20070611
3 Returning RT_ASSESSMENT Value transfer Type reference (TYPE) GRPC_T_CASE 20070611
# Exception Resumable Description Created on
1 CX_GRPC_CASE 20070611

Method GET_ISSUES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_WITHOUT_STATUS Call by reference Type reference (TYPE) CRM_J_STATUS Individual Status of an Object 20070611
2 Importing I_WITH_STATUS Call by reference Type reference (TYPE) CRM_J_STATUS Individual Status of an Object 20070611
3 Returning RT_ISSUE Value transfer Type reference (TYPE) GRPC_T_ISSUE Case 20070611
# Exception Resumable Description Created on
1 CX_GRPC_CASE 20070611
2 CX_GRPC_CASE_STATUS 20070611

Method GET_OPEN_ISSUES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RT_ISSUE Value transfer Type reference (TYPE) GRPC_T_ISSUE Case 20070611

Method GET_OPEN_ISSUES on class CL_GRPC_AS_CONTAINER has no exception.

Method INITIATE_DATE_INTERVAL 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 Timeframe for Assessment or Test 20070611
# Exception Resumable Description Created on
1 CX_GRPC_CASE 20070611
2 CX_GRPC_CASE_STATUS 20070611

Method LOAD_ASSESSMENTS Signature

Method LOAD_ASSESSMENTS on class CL_GRPC_AS_CONTAINER has no parameter.
# Exception Resumable Description Created on
1 CX_GRPC_CASE 20070611

Method ON_ASSESSMENT_REASSESSMENT Signature

Method ON_ASSESSMENT_REASSESSMENT on class CL_GRPC_AS_CONTAINER has no parameter.
# Exception Resumable Description Created on
1 CX_GRPC_CASE 20070611
2 CX_GRPC_CASE_STATUS 20070611

Method SET_ACTIVITY_FOR_ASSESSMENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IB_CHECK_ONLY Call by reference Type reference (TYPE) ABAP_BOOL 20070611
2 Importing I_ACTIVITY Call by reference Type reference (TYPE) J_VORGANG Business Transaction 20070611
# Exception Resumable Description Created on
1 CX_GRPC_CASE 20070611
2 CX_GRPC_CASE_STATUS 20070611

Method SET_CREATOR Signature

Method SET_CREATOR on class CL_GRPC_AS_CONTAINER has no parameter.
Method SET_CREATOR on class CL_GRPC_AS_CONTAINER has no exception.
History
Last changed by/on SAP  20141106 
SAP Release Created in 250