SAP ABAP Class CL_FOPC_TE_CONTAINER (Container for Testing Management Control)
Hierarchy
FINBASIS (Software Component) Fin. Basis
   FIN-CGV-MIC (Application Component) Management of Internal Controls
     FOPC_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_FOPC_CASE SOA: Case 20040226
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_FOPC_TESTER Tester 20040521
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_FOPC_TE_USER_CONTAINER Container of one user for Testing Management Control 20040422
Properties
Class CL_FOPC_TE_CONTAINER  
Short Description Container for Testing Management Control    
Super Class CL_FOPC_CASE SOA: Case 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package FOPC_ASSESSMENT_ISSUE_PLAN   Assessment/Issue/Remediation Plan 
Created 20040226   SAP 
Last change 20110810   SAP 
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 FOPCS Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
3 FOPCW Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
# Interface Abstract Final Description Created on
1 IF_FOPC_TESTER Tester 20040521
Friends
# Friend Modeled only Created on Description
1 CL_FOPC_CASE 20041103 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 20040611
2 MTS_MCONTROL_INFO Instance attribute Protected Type reference (TYPE) FOPC_T_MC_TL Table: Management Control Test Log Attribute 20040422
Methods
# Method Level Visibility Method type Description Created on
1 ARE_ALL_ISSUES_CLOSED Instance method Private Method Are All Issues Closed? 20041109
2 CARRY_FORWARD Instance method Public Method 20041013
3 CARRY_FORWARD_INT Instance method Private Method 20041013
4 CONSTRUCTOR Instance method Public Constructor Constructor 20040226
5 CREATE Static method Public Method Create 20040226
6 CREATE_TESTLOGS Instance method Private Method Create Management Control Assessments 20040416
7 CREATE_TESTLOG_ALLOWED Instance method Protected Method Check if New Test Logs Can Be Created + Insert In Container 20040521
8 FIND_BY_HR_OBJECT Static method Public Method Find Test Container Attached to HR OBJECT 20040416
9 GET_EXISTING_TE_CT_GUID Static method Private Method 20041129
10 GET_ISSUES Instance method Public Method Get All Issues Belonging to User for this Container 20040422
11 GET_MCONTROL_INFO Instance method Public Method 20040421
12 GET_NEED_CF_ISSUES Instance method Private Method 20041104
13 GET_OPEN_ISSUES Instance method Public Method Get Open Issues 20040423
14 GET_RELATED_USER Instance method Protected Method Get Specified User if This Class Is User-Related 20040422
15 GET_TESTLOGS Instance method Public Method Get All Management Control Test Logs belonging to User 20040422
16 INITIATE_DATE_INTERVAL Instance method Private Method Timeframe for Assessment or Test 20040226
17 IS_CF_PROCEDURE_FINISHED Instance method Public Method 20041109
18 LOAD_MCONTROL_INFO Instance method Protected Method Load Management Control Info from HR Hierarchy 20040421
19 LOAD_TESTLOGS Instance method Protected Method Get All Management Control Test Logs belonging to User 20040422
20 SET_CF_TESTLOGS Instance method Private Method Set need carry forward testlogs for this container 20041015
Events
Class CL_FOPC_TE_CONTAINER has no event.
Types
Class CL_FOPC_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 20041109

Method ARE_ALL_ISSUES_CLOSED on class CL_FOPC_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_FOPC_TE_CONTAINER 20041123
2 Exporting ET_SUB_CASE Call by reference Type reference (TYPE) FOPC_T_CASE_CLONE_INFO 20041123
3   RO_TE_CONTAINER    
# Exception Resumable Description Created on
1 CX_FOPC_CASE 20041013
2 CX_FOPC_CASE_STATUS 20041013

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_FOPC_TE_CONTAINER 20041123
2 Exporting ET_SUB_CASE Call by reference Type reference (TYPE) FOPC_T_CASE_CLONE_INFO 20041123
3 Importing I_UPDATE_TASK Call by reference Type reference (TYPE) ABAP_BOOL ABAP_TRUE 20041013
4   RO_TE_CONTAINER    
# Exception Resumable Description Created on
1 CX_FOPC_CASE 20041013
2 CX_FOPC_CASE_STATUS 20041013

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_FOPC_CASE_API Call by reference Object reference (TYPE REF TO) CL_FOPC_CASE_API SOA: Fall 20040226
# Exception Resumable Description Created on
1 CX_FOPC_CASE SOA: Fall 20040226
2 CX_FOPC_CASE_STATUS Statusverwaltung 20040226

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 20050513
2 Importing IS_DATE_INTERVAL Call by reference Type reference (TYPE) FOPC_S_DATE_INTERVAL Datum der Beurteilung oder des Tests 20040226
3 Importing IS_HROBJECT Call by reference Type reference (TYPE) HROBJECT Objekt 20040226
4 Importing IS_HRORG Call by reference Type reference (TYPE) HROBJECT Objekt 20040226
5 Importing IT_OBJECT Call by reference Type reference (TYPE) HROBJECT_TAB Table of HR Objects 20100203
6 Importing I_UPDATE_TASK Call by reference Type reference (TYPE) ABAP_BOOL ABAP_TRUE 20040226
7 Returning RO_CONTAINER Value transfer Object reference (TYPE REF TO) CL_FOPC_TE_CONTAINER Container for testing of management control 20040226
# Exception Resumable Description Created on
1 CX_FOPC_CASE SOA: Fall 20040226
2 CX_FOPC_CASE_STATUS Statusverwaltung 20040226

Method CREATE_TESTLOGS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_OBJECT Call by reference Type reference (TYPE) HROBJECT_TAB Table of HR Objects 20100203
# Exception Resumable Description Created on
1 CX_FOPC_CASE SOA: Fall 20040416
2 CX_FOPC_CASE_STATUS Statusverwaltung 20040416

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 20040521

Method CREATE_TESTLOG_ALLOWED on class CL_FOPC_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) FOPC_T_ATTRIBUTE_CT Attributes: Container 20040416
2 Importing IS_HROBJECT Call by reference Type reference (TYPE) HROBJECT Object 20040416
3 Importing IS_HR_ORG Call by reference Type reference (TYPE) HROBJECT Org. Unit 20040416

Method FIND_BY_HR_OBJECT on class CL_FOPC_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 20041129
2 Importing IB_CARRYFORWARD Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20041129
3 Importing IB_EXISTING Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20041129
4 Importing IB_MCTOU Call by reference Type reference (TYPE) ABAP_BOOL ABAP_TRUE 20041215
5 Importing IS_HRORG Call by reference Type reference (TYPE) HROBJECT 20041129
6 Importing I_DATE_BEGIN Call by reference Type reference (TYPE) BEGDATUM 20041129
7 Importing I_DATE_END Call by reference Type reference (TYPE) ENDDATUM 20041129

Method GET_EXISTING_TE_CT_GUID on class CL_FOPC_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 20040422
2 Importing I_WITH_STATUS Call by reference Type reference (TYPE) CRM_J_STATUS Individual Status of an Object 20040422
3 Returning RT_ISSUE Value transfer Type reference (TYPE) FOPC_T_ISSUE Case 20040422
# Exception Resumable Description Created on
1 CX_FOPC_CASE SOA: Case 20040422
2 CX_FOPC_CASE_STATUS 20041105

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) FOPC_T_MC_TL 20040422
# Exception Resumable Description Created on
1 CX_FOPC_CASE 20040421

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) FOPC_T_ISSUE 20041104
# Exception Resumable Description Created on
1 CX_FOPC_CASE 20041104
2 CX_FOPC_CASE_STATUS 20041105

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) FOPC_T_ISSUE Case 20040423

Method GET_OPEN_ISSUES on class CL_FOPC_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 20040422

Method GET_RELATED_USER on class CL_FOPC_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 20040512
2 Importing I_WITH_STATUS Call by reference Type reference (TYPE) CRM_J_STATUS 20040512
3 Returning RT_TESTLOG Value transfer Type reference (TYPE) FOPC_T_CASE 20040422
# Exception Resumable Description Created on
1 CX_FOPC_CASE SOA: Case 20040422
2 CX_FOPC_CASE_STATUS Status Management 20040422

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) FOPC_S_DATE_INTERVAL Zeitraum der Beurteilung oder des Tests 20040226
# Exception Resumable Description Created on
1 CX_FOPC_CASE SOA: Fall 20040226
2 CX_FOPC_CASE_STATUS Statusverwaltung 20040226

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 20041109
# Exception Resumable Description Created on
1 CX_FOPC_CASE 20041109
2 CX_FOPC_CASE_STATUS 20041109

Method LOAD_MCONTROL_INFO Signature

Method LOAD_MCONTROL_INFO on class CL_FOPC_TE_CONTAINER has no parameter.
# Exception Resumable Description Created on
1 CX_FOPC_CASE SOA: Fall 20040830

Method LOAD_TESTLOGS Signature

Method LOAD_TESTLOGS on class CL_FOPC_TE_CONTAINER has no parameter.
# Exception Resumable Description Created on
1 CX_FOPC_CASE SOA: Case 20040422
2 CX_FOPC_CASE_STATUS Status Management 20040422

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) FOPC_S_DATE_INTERVAL 20041207
# Exception Resumable Description Created on
1 CX_FOPC_CASE MIC: Fall 20041015
2 CX_FOPC_CASE_STATUS Statusverwaltung 20041015
History
Last changed by/on SAP  20110810 
SAP Release Created in 100