SAP ABAP Class CL_GRPC_TE_CONTAINER (Container for Testing 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
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_GRPC_TESTER Tester 20070611
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_GRPC_TE_USER_CONTAINER Container of one user for Testing Management Control 20070611
Properties
Class CL_GRPC_TE_CONTAINER  
Short Description Container for Testing 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 GRPCS Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
3 GRPCW Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
# Interface Abstract Final Description Created on
1 IF_GRPC_TESTER Tester 20070611
Friends
# Friend Modeled only Created on Description
1 CL_GRPC_CASE 20070611 SOA: Case
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MB_BY_CREATE Instance attribute Protected Type reference (TYPE) BOOLE_D abap_false 20070611
2 MTS_MCONTROL_INFO Instance attribute Protected Type reference (TYPE) GRPC_T_MC_TL Table: Management Control Test Log Attribute 20070611
Methods
# Method Level Visibility Method type Description Created on
1 ARE_ALL_ISSUES_CLOSED Instance method Private Method Are All Issues Closed? 20070611
2 CARRY_FORWARD Instance method Public Method 20070611
3 CARRY_FORWARD_INT Instance method Private Method 20070611
4 CONSTRUCTOR Instance method Public Constructor Constructor 20070611
5 CREATE Static method Public Method Create 20070611
6 CREATE_TESTLOGS Instance method Private Method Create Management Control Assessments 20070611
7 CREATE_TESTLOG_ALLOWED Instance method Protected Method Check if New Test Logs Can Be Created + Insert In Container 20070611
8 FIND_BY_HR_OBJECT Static method Public Method Find Test Container Attached to HR OBJECT 20070611
9 GET_EXISTING_TE_CT_GUID Static method Private Method 20070611
10 GET_ISSUES Instance method Public Method Get All Issues Belonging to User for this Container 20070611
11 GET_MCONTROL_INFO Instance method Public Method 20070611
12 GET_NEED_CF_ISSUES Instance method Private Method 20070611
13 GET_OPEN_ISSUES Instance method Public Method Get Open Issues 20070611
14 GET_RELATED_USER Instance method Protected Method Get Specified User if This Class Is User-Related 20070611
15 GET_TESTLOGS Instance method Public Method Get All Management Control Test Logs belonging to User 20070611
16 INITIATE_DATE_INTERVAL Instance method Private Method Timeframe for Assessment or Test 20070611
17 IS_CF_PROCEDURE_FINISHED Instance method Public Method 20070611
18 LOAD_MCONTROL_INFO Instance method Protected Method Load Management Control Info from HR Hierarchy 20070611
19 LOAD_TESTLOGS Instance method Protected Method Get All Management Control Test Logs belonging to User 20070611
20 SET_CF_TESTLOGS Instance method Private Method Set need carry forward testlogs for this container 20070611
Events
Class CL_GRPC_TE_CONTAINER has no event.
Types
Class CL_GRPC_TE_CONTAINER has no local type.
Method Signatures

Method ARE_ALL_ISSUES_CLOSED Signature

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

Method ARE_ALL_ISSUES_CLOSED on class CL_GRPC_TE_CONTAINER has no exception.

Method CARRY_FORWARD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EO_TE_CONTAINER Call by reference Object reference (TYPE REF TO) CL_GRPC_TE_CONTAINER 20070611
2 Exporting ET_SUB_CASE Call by reference Type reference (TYPE) GRPC_T_CASE_CLONE_INFO 20070611
# Exception Resumable Description Created on
1 CX_GRPC_CASE 20070611
2 CX_GRPC_CASE_STATUS 20070611

Method CARRY_FORWARD_INT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EO_TE_CONTAINER Call by reference Object reference (TYPE REF TO) CL_GRPC_TE_CONTAINER 20070611
2 Exporting ET_SUB_CASE Call by reference Type reference (TYPE) GRPC_T_CASE_CLONE_INFO 20070611
3 Importing I_UPDATE_TASK Call by reference Type reference (TYPE) ABAP_BOOL ABAP_TRUE 20070611
# Exception Resumable Description Created on
1 CX_GRPC_CASE 20070611
2 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 Call by reference Object reference (TYPE REF TO) CL_GRPC_CASE_API SOA: Case 20070621
# 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 IB_CREATE_NEW Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20070611
2 Importing IS_DATE_INTERVAL Call by reference Type reference (TYPE) GRPC_S_DATE_INTERVAL Date of the Assessment or of the Test 20070611
3 Importing IS_HROBJECT Call by reference Type reference (TYPE) HROBJECT Object 20070611
4 Importing IS_HRORG Call by reference Type reference (TYPE) HROBJECT Object 20070611
5 Importing I_UPDATE_TASK Call by reference Type reference (TYPE) ABAP_BOOL ABAP_TRUE 20070611
6 Returning RO_CONTAINER Value transfer Object reference (TYPE REF TO) CL_GRPC_TE_CONTAINER Container for Testing Management Control 20070611
# Exception Resumable Description Created on
1 CX_GRPC_CASE 20070611
2 CX_GRPC_CASE_STATUS 20070611

Method CREATE_TESTLOGS Signature

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

Method CREATE_TESTLOG_ALLOWED Signature

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

Method CREATE_TESTLOG_ALLOWED on class CL_GRPC_TE_CONTAINER has no exception.

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: Container 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_TE_CONTAINER has no exception.

Method GET_EXISTING_TE_CT_GUID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_CASE_GUID Call by reference Type reference (TYPE) SCMG_TT_CASE_GUID 20070611
2 Importing IB_CARRYFORWARD Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20070611
3 Importing IB_EXISTING Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20070611
4 Importing IB_MCTOU Call by reference Type reference (TYPE) ABAP_BOOL ABAP_TRUE 20070611
5 Importing IS_HRORG Call by reference Type reference (TYPE) HROBJECT 20070611
6 Importing I_DATE_BEGIN Call by reference Type reference (TYPE) BEGDATUM 20070611
7 Importing I_DATE_END Call by reference Type reference (TYPE) ENDDATUM 20070611

Method GET_EXISTING_TE_CT_GUID on class CL_GRPC_TE_CONTAINER has no exception.

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_MCONTROL_INFO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RTS_MCONTROL_INFO Value transfer Type reference (TYPE) GRPC_T_MC_TL 20070611
# Exception Resumable Description Created on
1 CX_GRPC_CASE 20070611

Method GET_NEED_CF_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 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_TE_CONTAINER has no exception.

Method GET_RELATED_USER Signature

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

Method GET_RELATED_USER on class CL_GRPC_TE_CONTAINER has no exception.

Method GET_TESTLOGS 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_TESTLOG Value transfer Type reference (TYPE) GRPC_T_CASE 20070611
# Exception Resumable Description Created on
1 CX_GRPC_CASE 20070611
2 CX_GRPC_CASE_STATUS 20070611

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 IS_CF_PROCEDURE_FINISHED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RB_FINISHED Value transfer Type reference (TYPE) ABAP_BOOL 20070611
# Exception Resumable Description Created on
1 CX_GRPC_CASE 20070611
2 CX_GRPC_CASE_STATUS 20070611

Method LOAD_MCONTROL_INFO Signature

Method LOAD_MCONTROL_INFO on class CL_GRPC_TE_CONTAINER has no parameter.
# Exception Resumable Description Created on
1 CX_GRPC_CASE 20070611

Method LOAD_TESTLOGS Signature

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

Method SET_CF_TESTLOGS 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 20070611
# Exception Resumable Description Created on
1 CX_GRPC_CASE 20070611
2 CX_GRPC_CASE_STATUS 20070611
History
Last changed by/on SAP  20141106 
SAP Release Created in 250