SAP ABAP Class CL_FOPC_AS_CONTAINER (Container for Assessment of 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
Properties
Class CL_FOPC_AS_CONTAINER  
Short Description Container for Assessment of 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 20050109   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_AS_CONTAINER has no interface implemented.
Friends
Class CL_FOPC_AS_CONTAINER has no friend class.
Attributes
Class CL_FOPC_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 20040416
2 CONSTRUCTOR Instance method Public Constructor Constructor 20040226
3 CREATE Static method Public Method Create 20040226
4 CREATE_ASSESSMENTS Instance method Private Method Load Linked Issues from DB 20040415
5 FIND_BY_HR_OBJECT Static method Public Method Find Assessments Attached to HR-OBJECT 20040227
6 GET_ALL_ASSESSMENTS Instance method Public Method 20040407
7 GET_ISSUES Instance method Public Method Get Issues 20040419
8 GET_OPEN_ISSUES Instance method Public Method Get Open Issues 20040428
9 INITIATE_DATE_INTERVAL Instance method Private Method Timeframe for Assessment or Test 20040226
10 LOAD_ASSESSMENTS Instance method Private Method Load Assessments from DB 20040227
11 ON_ASSESSMENT_REASSESSMENT Instance method Public Method Set Re-Assessment Status 20040227
12 SET_ACTIVITY_FOR_ASSESSMENT Instance method Private Method Make Status Changes for a Transaction 20040520
13 SET_CREATOR Instance method Private Method Sets Creator of the Assessment 20040227
Events
Class CL_FOPC_AS_CONTAINER has no event.
Types
Class CL_FOPC_AS_CONTAINER has no local type.
Method Signatures

Method ASSERT_MODIFIABLE Signature

Method ASSERT_MODIFIABLE on class CL_FOPC_AS_CONTAINER has no parameter.
# Exception Resumable Description Created on
1 CX_FOPC_CASE_STATUS Status Management 20040416

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_FOPC_CASE_API Value transfer 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 IS_DATE_INTERVAL Call by reference Type reference (TYPE) FOPC_S_DATE_INTERVAL Datum der Beurteilung oder des Tests 20040226
2 Importing IS_HROBJECT Call by reference Type reference (TYPE) HROBJECT Objekt 20040226
3 Importing IS_HRORG Call by reference Type reference (TYPE) HROBJECT Objekt 20040226
4 Importing I_UPDATE_TASK Call by reference Type reference (TYPE) ABAP_BOOL ABAP_TRUE 20040226
5 Returning RO_CONTAINER Value transfer Object reference (TYPE REF TO) CL_FOPC_AS_CONTAINER Container for assessment 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_ASSESSMENTS Signature

Method CREATE_ASSESSMENTS on class CL_FOPC_AS_CONTAINER has no parameter.
# Exception Resumable Description Created on
1 CX_FOPC_CASE SOA: Fall 20040415
2 CX_FOPC_CASE_STATUS Statusverwaltung 20040415

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 Attribute: Beurteilung 20040227
2 Importing IS_HROBJECT Call by reference Type reference (TYPE) HROBJECT Objekt 20040227
3 Importing IS_HR_ORG Call by reference Type reference (TYPE) HROBJECT Org. Unit 20040227

Method FIND_BY_HR_OBJECT on class CL_FOPC_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 20040407
2 Importing I_WITH_STATUS Call by reference Type reference (TYPE) CRM_J_STATUS 20040407
3 Returning RT_ASSESSMENT Value transfer Type reference (TYPE) FOPC_T_CASE 20040407
# Exception Resumable Description Created on
1 CX_FOPC_CASE 20040407

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

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 20040428

Method GET_OPEN_ISSUES on class CL_FOPC_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) 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 LOAD_ASSESSMENTS Signature

Method LOAD_ASSESSMENTS on class CL_FOPC_AS_CONTAINER has no parameter.
# Exception Resumable Description Created on
1 CX_FOPC_CASE SOA: Fall 20040227

Method ON_ASSESSMENT_REASSESSMENT Signature

Method ON_ASSESSMENT_REASSESSMENT on class CL_FOPC_AS_CONTAINER has no parameter.
# Exception Resumable Description Created on
1 CX_FOPC_CASE SOA: Fall 20040227
2 CX_FOPC_CASE_STATUS Statusverwaltung 20040227

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 20040623
2 Importing I_ACTIVITY Call by reference Type reference (TYPE) J_VORGANG Business Transaction 20040520
# Exception Resumable Description Created on
1 CX_FOPC_CASE SOA: Case 20040520
2 CX_FOPC_CASE_STATUS Status Management 20040520

Method SET_CREATOR Signature

Method SET_CREATOR on class CL_FOPC_AS_CONTAINER has no parameter.
Method SET_CREATOR on class CL_FOPC_AS_CONTAINER has no exception.
History
Last changed by/on SAP  20050109 
SAP Release Created in 100