SAP ABAP Class CL_FOPC_TESTING (Control Design Test)
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 20040106
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_FOPC_TESTER Tester 20040520
Properties
Class CL_FOPC_TESTING  
Short Description Control Design Test    
Super Class CL_FOPC_CASE SOA: Case 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status P  SAP Standard Production Program 
Category 0   
Package FOPC_ASSESSMENT_ISSUE_PLAN   Assessment/Issue/Remediation Plan 
Created 20040106   SAP 
Last change 20080626   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 CL_FOPC_CNST_CASE Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
3 FOPCA Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
4 FOPCH Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
# Interface Abstract Final Description Created on
1 IF_FOPC_TESTER Tester 20040520
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_EDITABLE Instance attribute Private Type reference (TYPE) STRING abap_false Editable Tag 20040115
2 MO_NEW_TESTLOG Instance attribute Protected Object reference (TYPE REF TO) CL_FOPC_TESTLOG 20050427
3 MO_TESTING_PROC Instance attribute Private Object reference (TYPE REF TO) IF_FOPC_NOTES_API Testing Procedure 20040113
4 TESTING_RATING Instance attribute Private Type reference (TYPE) FOPC_AS_RATING Testing Rating 20040113
Methods
# Method Level Visibility Method type Description Created on
1 ARE_ALL_ISSUES_CLOSED Instance method Private Method Are All Issues Closed? 20041109
2 ASSERT_MODIFIABLE Instance method Public Method Check Assessment is Allowed for Changes 20040115
3 ASSERT_TESTLOG_CREATABLE Instance method Public Method Check Testing Whether Input Test Slot Can Create New Testlog 20040220
4 CALCULATE_RATING Instance method Public Method Recalculate Testing Rating after Issues Changed 20040113
5 CARRY_FORWARD Instance method Public Method 20041013
6 CARRY_FORWARD_INT Instance method Private Method 20041013
7 CONSTRUCTOR Instance method Public Constructor Constructor 20040106
8 CREATE Static method Public Method Create 20040106
9 FIND_BY_HR_OBJECT Static method Public Method Find Tests Attached to HR OBJECT 20040113
10 GET_EXISTING_TE_GUID Static method Private Method 20041129
11 GET_ISSUES Instance method Public Method Get All Issues Relating to this Testing 20040113
12 GET_LAST_TESTLOG_BY_SLOT Instance method Public Method 20050330
13 GET_NEED_CF_ISSUES Instance method Private Method 20041104
14 GET_NOTIFICATION_TESTLOGS Instance method Public Method 20050407
15 GET_OPEN_ISSUES Instance method Public Method Get Open Issues 20040217
16 GET_RATING Instance method Public Method Get Control Effectiveness Rating Directly from DB 20040107
17 GET_TESTER_INFO_INTERNAL Instance method Private Method Get Test Slot and Person 20040610
18 GET_TESTER_SLOTS Instance method Private Method @11@ Get All Slots Belonging to This Case 20040202
19 GET_TESTING_PROC Instance method Public Method Get Testing Technique 20040106
20 GET_TESTING_TEC Instance method Public Method Set Testing Technique 20040107
21 GET_TESTLOGS Instance method Public Method Get All Testing Logs Relating to this Testing 20040107
22 GET_TEST_AUTOMATION Instance method Public Method Get Test Automation 20050302
23 INITIATE_DATE_INTERVAL Instance method Private Method Timeframe for Assessment or Test 20040202
24 IS_CF_PROCEDURE_FINISHED Instance method Public Method 20041109
25 IS_ONE_TEST_SUFFICIENT Instance method Public Method Is one test sufficient? 20040610
26 LOAD_NOTES Instance method Private Method Loads All Notes Belonging to This Case 20040106
27 SET_CREATOR Instance method Private Method Sets Creator of the Assessment 20040112
28 SET_RATING Instance method Public Method Set Rating of this Testing 20040112
29 SET_TESTING_PROC Instance method Public Method Set Testing Technique 20040106
30 SET_TESTING_TEC Instance method Public Method Set Testing Technique 20040106
31 SET_TEST_AUTOMATION Instance method Public Method Set Test Automation 20050302
Events
Class CL_FOPC_TESTING has no event.
Types
Class CL_FOPC_TESTING 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_TESTING has no exception.

Method ASSERT_MODIFIABLE Signature

Method ASSERT_MODIFIABLE on class CL_FOPC_TESTING has no parameter.
# Exception Resumable Description Created on
1 CX_FOPC_CASE_STATUS Statusverwaltung 20040115

Method ASSERT_TESTLOG_CREATABLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_TESTER_NUMB Call by reference Type reference (TYPE) I 20040220
# Exception Resumable Description Created on
1 CX_FOPC_CASE_STATUS 20040220

Method CALCULATE_RATING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_ISSUES Call by reference Type reference (TYPE) FOPC_T_ISSUE 20040202
2 Importing IT_ISSUES_CREATED Call by reference Type reference (TYPE) FOPC_T_ISSUE Table for Issue 20071122
3 Importing IT_ISSUES_DELETED Call by reference Type reference (TYPE) SCMG_TT_CASE_GUID Table for Issue 20070524
4 Returning R_RATING Value transfer Type reference (TYPE) FOPC_AS_RATING 20040113
# Exception Resumable Description Created on
1 CX_FOPC_CASE SOA: Fall 20040113

Method CARRY_FORWARD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EO_TESTING Call by reference Object reference (TYPE REF TO) CL_FOPC_TESTING 20041021
2 Exporting EO_TESTLOG Call by reference Object reference (TYPE REF TO) CL_FOPC_TESTLOG 20041021
3 Exporting ET_SUB_CASE Call by reference Type reference (TYPE) FOPC_T_CASE_CLONE_INFO 20041123
4 Importing I_SAVE_TESTLOG Call by reference Type reference (TYPE) ABAP_BOOL ABAP_TRUE 20080208
# 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_TESTING Call by reference Object reference (TYPE REF TO) CL_FOPC_TESTING 20041021
2 Exporting EO_TESTLOG Call by reference Object reference (TYPE REF TO) CL_FOPC_TESTLOG 20041021
3 Exporting ET_SUB_CASE Call by reference Type reference (TYPE) FOPC_T_CASE_CLONE_INFO 20041123
4 Importing I_SAVE_TESTLOG Call by reference Type reference (TYPE) ABAP_BOOL ABAP_TRUE 20080208
5 Importing I_UPDATE_TASK Call by reference Type reference (TYPE) ABAP_BOOL ABAP_TRUE 20041013
# 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 20040106
# Exception Resumable Description Created on
1 CX_FOPC_CASE SOA: Fall 20040106
2 CX_FOPC_CASE_STATUS Statusverwaltung 20040106

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 20040106
3 Importing IS_HROBJECT Call by reference Type reference (TYPE) HROBJECT Objekt 20040106
4 Importing IS_HRORG Call by reference Type reference (TYPE) HROBJECT Objekt 20040106
5 Importing I_CATEGORY Call by reference Type reference (TYPE) SCMG_CATEGORY CL_FOPC_CNST_CASE=>GC_CATEGORY_TE Category 20040907
6 Importing I_UPDATE_TASK Call by reference Type reference (TYPE) ABAP_BOOL ABAP_TRUE 20040106
7 Returning RO_TESTING Value transfer Object reference (TYPE REF TO) CL_FOPC_TESTING testing 20040106
# Exception Resumable Description Created on
1 CX_FOPC_CASE SOA: Fall 20040106
2 CX_FOPC_CASE_STATUS Statusverwaltung 20040106

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_TE Attribute: Beurteilung 20040113
2 Importing IS_DATE_INTERVAL Call by reference Type reference (TYPE) FOPC_S_DATE_INTERVAL 20040909
3 Importing IS_HROBJECT Call by reference Type reference (TYPE) HROBJECT Objekt 20040113
4 Importing IS_HR_ORG Call by reference Type reference (TYPE) HROBJECT Org. Unit 20040113
5 Importing I_CATEGORY Call by reference Type reference (TYPE) SCMG_CATEGORY CL_FOPC_CNST_CASE=>GC_CATEGORY_TE Kategorie 20040303

Method FIND_BY_HR_OBJECT on class CL_FOPC_TESTING has no exception.

Method GET_EXISTING_TE_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 IS_HRORG Call by reference Type reference (TYPE) HROBJECT 20041129
5 Importing I_CATEGORY Call by reference Type reference (TYPE) SCMG_CATEGORY 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_GUID on class CL_FOPC_TESTING 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 Einzelstatus eines Objekts 20040113
2 Importing I_WITH_STATUS Call by reference Type reference (TYPE) CRM_J_STATUS Einzelstatus eines Objekts 20040113
3 Returning RT_ISSUES Value transfer Type reference (TYPE) FOPC_T_ISSUE 20040113
# Exception Resumable Description Created on
1 CX_FOPC_CASE SOA: Fall 20040113

Method GET_LAST_TESTLOG_BY_SLOT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_TEST_SLOT Call by reference Type reference (TYPE) FOPC_TEST_SLOT 20050330
2 Returning RO_TESTLOG Value transfer Object reference (TYPE REF TO) CL_FOPC_TESTLOG 20050330
# Exception Resumable Description Created on
1 CX_FOPC_CASE 20050330

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

Method GET_NOTIFICATION_TESTLOGS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RT_TESTLOGS Value transfer Type reference (TYPE) FOPC_T_CASE 20050407
# Exception Resumable Description Created on
1 CX_FOPC_CASE 20050407

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 Fall 20040217

Method GET_OPEN_ISSUES on class CL_FOPC_TESTING has no exception.

Method GET_RATING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_RATING Value transfer Type reference (TYPE) FOPC_AS_RATING 20040108
# Exception Resumable Description Created on
1 CX_FOPC_CASE 20040107

Method GET_TESTER_INFO_INTERNAL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_TESTER Call by reference Type reference (TYPE) FOPC_T_TESTER Tester Information 20040610
2 Exporting E_WF_UNIQUE Call by reference Type reference (TYPE) AS4FLAG Flag (X oder Blank) 20040610
3 Importing I_SKIP_IGNORED_TESTERS Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20061128

Method GET_TESTER_INFO_INTERNAL on class CL_FOPC_TESTING has no exception.

Method GET_TESTER_SLOTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_SLOTS Call by reference Type reference (TYPE) FOPC_T_SLOT Tester 20040202
2 Exporting ET_TEST_INFO Call by reference Type reference (TYPE) FOPCH_T_TEST_INFO 20040205
# Exception Resumable Description Created on
1 CX_FOPC_CASE SOA: Fall 20040202

Method GET_TESTING_PROC Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_TESTING_PROC Value transfer Type reference (TYPE) STRING 20040108
# Exception Resumable Description Created on
1 CX_FOPC_CASE 20040106

Method GET_TESTING_TEC Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_TESTING_TEC Value transfer Type reference (TYPE) STRING 20040108
# Exception Resumable Description Created on
1 CX_FOPC_CASE SOA: Fall 20040107
2 CX_FOPC_CASE_STATUS Statusverwaltung 20040107

Method GET_TESTLOGS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RT_TESTLOGS Value transfer Type reference (TYPE) FOPC_T_CASE 20040108
# Exception Resumable Description Created on
1 CX_FOPC_CASE SOA: Fall 20040107

Method GET_TEST_AUTOMATION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_TEST_AUTOMATION Value transfer Type reference (TYPE) FOPC_CNTR_TEST_AUTOMATION Testautomatisierung 20050302
# Exception Resumable Description Created on
1 CX_FOPC_CASE MIC: Fall 20050302

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 20040202
# Exception Resumable Description Created on
1 CX_FOPC_CASE SOA: Fall 20040202
2 CX_FOPC_CASE_STATUS Statusverwaltung 20040202

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

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_FLAG Value transfer Type reference (TYPE) AS4FLAG Flag (X oder Blank) 20040610

Method IS_ONE_TEST_SUFFICIENT on class CL_FOPC_TESTING has no exception.

Method LOAD_NOTES Signature

Method LOAD_NOTES on class CL_FOPC_TESTING has no parameter.
# Exception Resumable Description Created on
1 CX_FOPC_CASE SOA: Fall 20040106

Method SET_CREATOR Signature

Method SET_CREATOR on class CL_FOPC_TESTING has no parameter.
Method SET_CREATOR on class CL_FOPC_TESTING has no exception.

Method SET_RATING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_RATING Call by reference Type reference (TYPE) FOPC_AS_RATING 20040112
# Exception Resumable Description Created on
1 CX_FOPC_CASE SOA: Fall 20040112

Method SET_TESTING_PROC Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_TESTING_PROC Call by reference Type reference (TYPE) STRING 20040106
# Exception Resumable Description Created on
1 CX_FOPC_CASE 20040106

Method SET_TESTING_TEC Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_TESTING_TEC Call by reference Type reference (TYPE) STRING 20040106
# Exception Resumable Description Created on
1 CX_FOPC_CASE SOA: Fall 20040106
2 CX_FOPC_CASE_STATUS Statusverwaltung 20040106

Method SET_TEST_AUTOMATION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_TEST_AUTOMATION Call by reference Type reference (TYPE) FOPC_CNTR_TEST_AUTOMATION Testautomatisierung 20050302
# Exception Resumable Description Created on
1 CX_FOPC_CASE MIC: Fall 20050302
History
Last changed by/on SAP  20080626 
SAP Release Created in 100