SAP ABAP Class CL_FOPC_TESTLOG (Test Log)
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 20040107
Properties
Class CL_FOPC_TESTLOG  
Short Description Test Log    
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 20040106   SAP 
Last change 20070913   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)
Interfaces
Class CL_FOPC_TESTLOG has no interface implemented.
Friends
# Friend Modeled only Created on Description
1 CL_FOPC_CASE 20041012 SOA: Case
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MB_CREATE_EVENT Instance attribute Private Type reference (TYPE) BOOLE_D ABAP_FALSE Data Element for Domain BOOLE: TRUE (="X") and FALSE (=" ") 20040210
2 MB_EDITABLE Constant Private Type reference (TYPE) BOOLE_D ABAP_TRUE Test Log Only Modifiable When Created New 20040108
3 MO_COMMENT Instance attribute Private Object reference (TYPE REF TO) IF_FOPC_NOTES_API Comment for Test Log 20040109
4 MO_PRE_TESTLOG Instance attribute Private Object reference (TYPE REF TO) CL_FOPC_TESTLOG Test Log 20040130
5 MO_TESTING Instance attribute Private Object reference (TYPE REF TO) CL_FOPC_TESTING Testing Object Provided when Creating this Test Log 20040114
6 MO_TESTING_PROC Instance attribute Private Object reference (TYPE REF TO) IF_FOPC_NOTES_API Testing Procedure Belonging to this Test Log 20040109
7 MO_TE_CONTAINER Instance attribute Private Object reference (TYPE REF TO) CL_FOPC_TE_CONTAINER 20040416
8 MO_VALIDATED_BY Instance attribute Private Object reference (TYPE REF TO) IF_FOPC_DL_STAMP Delegation Timestamp 20060420
Methods
# Method Level Visibility Method type Description Created on
1 ARE_ALL_ISSUES_AUTO_CLOSED Instance method Public Method Method Checks Whether All Issues Are Closed Automatically 20070126
2 ARE_ALL_ISSUES_CLOSED Instance method Public Method Are All Issues Closed? 20041109
3 ARE_ALL_TESTLOG_CREATED Instance method Private Method 20070110
4 ARE_TESTLOS_CLOSED Instance method Private Method Method Checks Whether All Test Logs Are Closed 20070122
5 ASSERT_MODIFIABLE Instance method Public Method Check Assessment is Allowed for Changes 20040115
6 ASSERT_RATING Instance method Private Method Assertion Rating Is Correct 20040520
7 CONSTRUCTOR Instance method Public Constructor Constructor 20040108
8 CREATE Static method Public Method 20041012
9 CREATE_EVENT_AFTER_SAVING Instance method Private Method Trigger Event for Workflow 20040210
10 DELETE_ISSUE Instance method Public Method Delete Issue 20040112
11 FIND_BY_HR_OBJECT Static method Public Method Find Assessments Attached to HR-OBJECT 20040113
12 GET_COMMENT Instance method Public Method Get Testing Technique 20040108
13 GET_EXCEPTION_FOUND Instance method Public Method Get Exception Found 20040108
14 GET_ISSUES Instance method Public Method Get Issues 20040108
15 GET_OPEN_ISSUES Instance method Public Method Get Open Issues 20040217
16 GET_PRE_TESTLOG Instance method Public Method Get Previous Test Log 20040203
17 GET_TESTER_NUMB Instance method Public Method Get Tester Slot 20040109
18 GET_TESTING_DATE Instance method Public Method Get Testing Date 20040108
19 GET_TESTING_METHOD Instance method Public Method Get Testing Method 20040109
20 GET_TESTING_PROC Instance method Public Method Get Testing Technique 20040108
21 GET_TESTING_RATING Instance method Private Method 20040416
22 GET_TESTING_TEC Instance method Public Method Get Testing Technique 20040108
23 GET_TRIGGERING_TESTING Instance method Public Method Get Testing Object That Triggers Issue 20040113
24 INITIATE_DATE_INTERVAL Instance method Private Method Timeframe for Assessment or Test 20040202
25 INSERT_ISSUE Instance method Public Method Insert Issue 20040109
26 IS_STANDARD_TESTING Instance method Public Method Is this Test Log a Standard Testing or Not? 20040108
27 LOAD_ISSUES Instance method Private Method Load Linked Issues from DB 20040109
28 LOAD_NOTES Instance method Private Method Loads All Notes Belonging to This Case 20040311
29 ON_ISSUE_RESOLVED Instance method Public Method Set Re-Assessment Status 20040420
30 SET_COMMENT Instance method Public Method Set Testing Technique 20040108
31 SET_CREATOR Instance method Private Method Sets Creator of the Assessment 20040112
32 SET_EXCEPTION_FOUND Instance method Public Method Set Attribute Exception Found 20040108
33 SET_EXT_SYSTEM Instance method Public Method Set External System 20050308
34 SET_EXT_TESTER Instance method Public Method Set External Tester 20050308
35 SET_PRE_TESTLOG Instance method Private Method Set Testing Object to Which Test Log Belongs 20040112
36 SET_TESTER_NUMB Instance method Public Method Set Tester Slot 20040109
37 SET_TESTING Instance method Private Method Set Assessment Object the Issue Belongs to 20040112
38 SET_TESTING_DATE Instance method Public Method Set Testing Date 20040108
39 SET_TESTING_METHOD Instance method Public Method Set Testing Method: Standard Testing Procedure or not 20040109
40 SET_TESTING_PROC Instance method Public Method Set Testing Technique 20040108
41 SET_TESTING_RATING Instance method Public Method 20040416
42 SET_TESTING_TEC Instance method Public Method Set Testing Technique 20040108
43 SET_VALIDATED_BY Instance method Private Method Set Validated by 20060420
Events
Class CL_FOPC_TESTLOG has no event.
Types
Class CL_FOPC_TESTLOG has no local type.
Method Signatures

Method ARE_ALL_ISSUES_AUTO_CLOSED Signature

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

Method ARE_ALL_ISSUES_AUTO_CLOSED on class CL_FOPC_TESTLOG has no exception.

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_TESTLOG has no exception.

Method ARE_ALL_TESTLOG_CREATED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_ARE_TESTLOG_CREATED Value transfer Type reference (TYPE) ABAP_BOOL Indicates whether testlog for all testers were created 20070110
# Exception Resumable Description Created on
1 CX_FOPC_CASE MIC: Fall 20070110

Method ARE_TESTLOS_CLOSED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_TESTLOGS Call by reference Type reference (TYPE) FOPC_T_CASE Fall 20070122
2 Returning R_ARE_CLOSED Value transfer Type reference (TYPE) ABAP_BOOL 20070122

Method ARE_TESTLOS_CLOSED on class CL_FOPC_TESTLOG has no exception.

Method ASSERT_MODIFIABLE Signature

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

Method ASSERT_RATING Signature

Method ASSERT_RATING on class CL_FOPC_TESTLOG has no parameter.
# Exception Resumable Description Created on
1 CX_FOPC_CASE SOA: Case 20040520

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

Method CREATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_PRE_TESTLOG Call by reference Object reference (TYPE REF TO) CL_FOPC_TESTLOG Test Log 20041012
2 Importing IO_TESTING Call by reference Object reference (TYPE REF TO) CL_FOPC_TESTING Testing 20041012
3 Importing IO_TE_CONTAINER Call by reference Object reference (TYPE REF TO) CL_FOPC_TE_CONTAINER 20041013
4 Importing IS_DATE_INTERVAL Call by reference Type reference (TYPE) FOPC_S_DATE_INTERVAL 20041012
5 Importing IS_HROBJECT Call by reference Type reference (TYPE) HROBJECT Object 20041012
6 Importing IS_HRORG Call by reference Type reference (TYPE) HROBJECT Object 20041012
7 Importing I_CATEGORY Call by reference Type reference (TYPE) SCMG_CATEGORY CL_FOPC_CNST_CASE=>GC_CATEGORY_TL_TL Category 20041012
8 Importing I_UPDATE_TASK Call by reference Type reference (TYPE) ABAP_BOOL ABAP_TRUE 20041012
9 Returning RO_TESTLOG Value transfer Object reference (TYPE REF TO) CL_FOPC_TESTLOG Test Log 20041012
# Exception Resumable Description Created on
1 CX_FOPC_CASE 20041012
2 CX_FOPC_CASE_STATUS 20041012

Method CREATE_EVENT_AFTER_SAVING Signature

Method CREATE_EVENT_AFTER_SAVING on class CL_FOPC_TESTLOG has no parameter.
Method CREATE_EVENT_AFTER_SAVING on class CL_FOPC_TESTLOG has no exception.

Method DELETE_ISSUE Signature

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

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_TL 20040113
2 Importing IS_DATE_INTERVAL Call by reference Type reference (TYPE) FOPC_S_DATE_INTERVAL 20040803
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 ' ' Kategorie 20040303

Method FIND_BY_HR_OBJECT on class CL_FOPC_TESTLOG has no exception.

Method GET_COMMENT Signature

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

Method GET_EXCEPTION_FOUND Signature

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

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 20040108
2 Importing I_WITH_STATUS Call by reference Type reference (TYPE) CRM_J_STATUS Einzelstatus eines Objekts 20040108
3 Returning RT_ISSUE Value transfer Type reference (TYPE) FOPC_T_ISSUE Fall 20040108
# Exception Resumable Description Created on
1 CX_FOPC_CASE SOA: Fall 20040108
2 CX_FOPC_CASE_STATUS Statusverwaltung 20040108

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_TESTLOG has no exception.

Method GET_PRE_TESTLOG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RO_TESTLOG Value transfer Object reference (TYPE REF TO) CL_FOPC_TESTLOG test log 20040203
# Exception Resumable Description Created on
1 CX_FOPC_CASE SOA: Fall 20040203
2 CX_FOPC_CASE_STATUS Statusverwaltung 20040203

Method GET_TESTER_NUMB Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_TESTER_NUMB Value transfer Type reference (TYPE) FOPC_TESTER 20040109
# Exception Resumable Description Created on
1 CX_FOPC_CASE SOA: Fall 20040109

Method GET_TESTING_DATE Signature

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

Method GET_TESTING_METHOD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_TESTING_METHOD Value transfer Type reference (TYPE) FOPC_TESTING_METHOD 20040109
# Exception Resumable Description Created on
1 CX_FOPC_CASE SOA: Fall 20040109

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 SOA: Fall 20040108

Method GET_TESTING_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 20040416

Method GET_TESTING_RATING on class CL_FOPC_TESTLOG has no exception.

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 20040108
2 CX_FOPC_CASE_STATUS Statusverwaltung 20040108

Method GET_TRIGGERING_TESTING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RO_TESTING Value transfer Object reference (TYPE REF TO) IF_FOPC_CASE testing 20040113
# Exception Resumable Description Created on
1 CX_FOPC_CASE SOA: Fall 20040113
2 CX_FOPC_CASE_STATUS Statusverwaltung 20040113

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

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_ISSUE Call by reference Object reference (TYPE REF TO) CL_FOPC_ISSUE Fall: Beurteilung 20040109
# Exception Resumable Description Created on
1 CX_FOPC_CASE SOA: Fall 20040109

Method IS_STANDARD_TESTING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RB_FLAG Value transfer Type reference (TYPE) BOOLE_D Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') 20040108
# Exception Resumable Description Created on
1 CX_FOPC_CASE SOA: Fall 20040108

Method LOAD_ISSUES Signature

Method LOAD_ISSUES on class CL_FOPC_TESTLOG has no parameter.
# Exception Resumable Description Created on
1 CX_FOPC_CASE SOA: Fall 20040109
2 CX_FOPC_CASE_STATUS Statusverwaltung 20040109

Method LOAD_NOTES Signature

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

Method ON_ISSUE_RESOLVED Signature

Method ON_ISSUE_RESOLVED on class CL_FOPC_TESTLOG has no parameter.
# Exception Resumable Description Created on
1 CX_FOPC_CASE SOA: Case 20040420
2 CX_FOPC_CASE_STATUS Status Management 20040420

Method SET_COMMENT Signature

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

Method SET_CREATOR Signature

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

Method SET_EXCEPTION_FOUND Signature

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

Method SET_EXT_SYSTEM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_EXT_SYSTEM Call by reference Type reference (TYPE) FOPC_EXT_SYSTEM External system 20050308
# Exception Resumable Description Created on
1 CX_FOPC_CASE MIC: Fall 20050308

Method SET_EXT_TESTER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_EXT_TESTER Call by reference Type reference (TYPE) FOPC_EXT_TESTER External tester 20050308
# Exception Resumable Description Created on
1 CX_FOPC_CASE MIC: Fall 20050308

Method SET_PRE_TESTLOG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_TESTLOG Call by reference Object reference (TYPE REF TO) CL_FOPC_TESTLOG Fall: Beurteilung 20040112
# Exception Resumable Description Created on
1 CX_FOPC_CASE SOA: Fall 20040112

Method SET_TESTER_NUMB 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) FOPC_TESTER 20040109
# Exception Resumable Description Created on
1 CX_FOPC_CASE SOA: Fall 20040109

Method SET_TESTING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_TESTING Call by reference Object reference (TYPE REF TO) CL_FOPC_TESTING Fall: Beurteilung 20040112
# Exception Resumable Description Created on
1 CX_FOPC_CASE SOA: Fall 20040112

Method SET_TESTING_DATE Signature

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

Method SET_TESTING_METHOD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_TESTING_METHOD Call by reference Type reference (TYPE) FOPC_TESTING_METHOD standard testing tag 20040109
# Exception Resumable Description Created on
1 CX_FOPC_CASE SOA: Fall 20040109

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 20040108
# Exception Resumable Description Created on
1 CX_FOPC_CASE SOA: Fall 20040108

Method SET_TESTING_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 20040416
# Exception Resumable Description Created on
1 CX_FOPC_CASE 20040416

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

Method SET_VALIDATED_BY Signature

Method SET_VALIDATED_BY on class CL_FOPC_TESTLOG has no parameter.
Method SET_VALIDATED_BY on class CL_FOPC_TESTLOG has no exception.
History
Last changed by/on SAP  20070913 
SAP Release Created in 100