SAP ABAP Class CL_FOPC_AS_REPORTING (Reporting)
Hierarchy
FINBASIS (Software Component) Fin. Basis
   FIN-CGV-MIC (Application Component) Management of Internal Controls
     FOPC_ASSESSMENT_ISSUE_PLAN (Package) Assessment/Issue/Remediation Plan
Properties
Class CL_FOPC_AS_REPORTING  
Short Description Reporting    
Super Class    
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 20040112   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 FOPCH Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
3 FOPCS Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
4 IF_SRM Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
Interfaces
Class CL_FOPC_AS_REPORTING has no interface implemented.
Friends
Class CL_FOPC_AS_REPORTING has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 ST_TOP_CASE_TYPE Static Attribute Public Type reference (TYPE) FOPC_T_RANGE_CASE_TYPE Range: Case Type 20050404
Methods
# Method Level Visibility Method type Description Created on
1 CALC_ISSUE_DURATION Static method Public Method Calculate Duration of Issue 20040227
2 CALC_MCCTRL_RATING Static method Public Method Calculate Aggregated Test Rating of One MC via Rating Tab 20040610
3 CALC_MCGRP_RATING Static method Public Method Calculate Aggregated Rating of MC Group 20040610
4 CALC_MCGRP_RATING_BY_AVG Static method Public Method Calculate Aggregated Rating of MC Group (by Average) 20040305
5 CALC_MCGRP_RATING_BY_WST Static method Public Method Calculate Aggregated Rating of MC Group (by Worst Case) 20040305
6 CALC_PLAN_DURATION Static method Public Method Calculate Duration of Remediation Plan 20040227
7 CLASS_CONSTRUCTOR Static method Public Constructor CLASS_CONSTRUCTOR 20050404
8 COMPLETE_CLOSED_TESTING Static method Public Method Calculate "Closed" Status for Testing 20061026
9 CONVERT_TIME Static method Public Method Convert Date to Timestamp 20040112
10 FIND_BY_GUID Static method Public Method Find Attributes of One Case 20041022
11 FIND_LAST_AS_BY_HR_OBJECT Static method Public Method Find Assessments Attached to HR-OBJECT 20041103
12 FIND_LAST_CT_BY_HR_OBJECT Static method Public Method Find Assessments Attached to HR-OBJECT 20041103
13 FIND_LAST_TE_BY_HR_OBJECT Static method Public Method Find Assessments Attached to HR-OBJECT 20041103
14 GET_AC_ASSESS Static method Public Method Get Assessments of Assessments Container 20040315
15 GET_ALL_SUB_CASE_GUID Static method Public Method 20050416
16 GET_AS_ISSUES Static method Public Method Get Issues of Assessment 20040213
17 GET_CASE_DESC Static method Public Method Get Description of Case 20041007
18 GET_CD_RATING Static method Public Method Get Control Design Rating and Status 20040112
19 GET_ISSUE_ATTR Static method Public Method Get All Attributes for an Issue 20040213
20 GET_ISSUE_PLAN_BY_USER Static method Public Method Get Active Issue Plan by Processor or Owner 20041110
21 GET_IS_PLANS Static method Public Method Get Remediation Plans for an Issue 20040213
22 GET_MC_TE_RATING Static method Public Method Get Aggregated Test Rating of One MC via HR Object 20040608
23 GET_MC_TE_STATUS Static method Public Method 20050415
24 GET_MC_TE_TESTLOGS Static method Public Method Get Test Logs of Specified MC Testing 20040421
25 GET_NOTE_TEXT Static method Public Method Get Text of Note for Case 20040301
26 GET_PLAN_ATTR Static method Public Method Get All Attributes for a Remediation Plan 20040213
27 GET_STATUS_TEXT Static method Public Method Read Texts for System Status 20040220
28 GET_TE_ISSUES Static method Public Method Get Issues for Testing 20040220
29 GET_TE_TESTLOGS Static method Public Method Get Test Logs from Testing 20040303
30 GET_TL_ISSUES Static method Public Method Get Issues from Test Log 20040607
31 LOAD_SIGNOFF_ISSUES Static method Public Method Load SO Issues Number with Timeframe/Year of the Org Unit 20050321
32 QUERY_ASSESSMENTS Static method Public Method Query Assessments or Testings 20040312
33 QUERY_TOP_CASES Static method Public Method Query Top Cases for Reorganization 20050404
34 SIGNOFF_ISSUE_OPEN Static method Public Method Whether Issue Is Open in Sign-Off 20060406
Events
Class CL_FOPC_AS_REPORTING has no event.
Types
Class CL_FOPC_AS_REPORTING has no local type.
Method Signatures

Method CALC_ISSUE_DURATION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_DURATION Call by reference Type reference (TYPE) I Duration of issue 20040227
2 Importing I_CLOSING_TIME Call by reference Type reference (TYPE) SCMG_CLOSING_TIME Abgeschlossen zum Zeitpunkt 20040227
3 Importing I_PLAN_END_DATE Call by reference Type reference (TYPE) SCMG_PLAN_END_DATE Das Geplante Abschlussdatum 20040227

Method CALC_ISSUE_DURATION on class CL_FOPC_AS_REPORTING has no exception.

Method CALC_MCCTRL_RATING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_RATING Value transfer Type reference (TYPE) FOPC_AS_RATING Rating 20040610
2 Importing IT_RATING Call by reference Type reference (TYPE) FOPC_T_AS_RATING Rating table in MIC 20040610

Method CALC_MCCTRL_RATING on class CL_FOPC_AS_REPORTING has no exception.

Method CALC_MCGRP_RATING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_MC Call by reference Type reference (TYPE) FOPC_T_MC_HIERARCHY Management-Kontrollen und -Gruppen 20040610

Method CALC_MCGRP_RATING on class CL_FOPC_AS_REPORTING has no exception.

Method CALC_MCGRP_RATING_BY_AVG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_MC Call by reference Type reference (TYPE) FOPC_T_MC_HIERARCHY Management-Kontrollen und -Gruppen 20040305

Method CALC_MCGRP_RATING_BY_AVG on class CL_FOPC_AS_REPORTING has no exception.

Method CALC_MCGRP_RATING_BY_WST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_MC Call by reference Type reference (TYPE) FOPC_T_MC_HIERARCHY Management-Kontrollen und -Gruppen 20040305

Method CALC_MCGRP_RATING_BY_WST on class CL_FOPC_AS_REPORTING has no exception.

Method CALC_PLAN_DURATION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_DURATION Call by reference Type reference (TYPE) I Duration of issue 20040227
2 Importing I_CLOSING_TIME Call by reference Type reference (TYPE) SCMG_CLOSING_TIME Abgeschlossen zum Zeitpunkt 20040227
3 Importing I_PLAN_START_DATE Call by reference Type reference (TYPE) FOPC_START_DATE Plan zur Schwachstellenbehebung: Startdatum 20040227

Method CALC_PLAN_DURATION on class CL_FOPC_AS_REPORTING has no exception.

Method CLASS_CONSTRUCTOR Signature

Method CLASS_CONSTRUCTOR on class CL_FOPC_AS_REPORTING has no parameter.
Method CLASS_CONSTRUCTOR on class CL_FOPC_AS_REPORTING has no exception.

Method COMPLETE_CLOSED_TESTING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CV_STATUS Call by reference Type reference (TYPE) CRM_J_STATUS Einzelstatus eines Objekts 20061026
2 Importing IT_TESTLOG Call by reference Type reference (TYPE) SCMG_TT_CASE_GUID Tabelle: Technischer Schlüssel des Cases 20061030
3 Importing IV_CASEGUID Call by reference Type reference (TYPE) SCMG_CASE_GUID Technischer Schlüssel des Falles (Fall-GUID) 20061026

Method COMPLETE_CLOSED_TESTING on class CL_FOPC_AS_REPORTING has no exception.

Method CONVERT_TIME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_TIME_BEGIN Value transfer Type reference (TYPE) SCMG_CREATE_TIME Angelegt am 20040112
2 Exporting E_TIME_END Value transfer Type reference (TYPE) SCMG_CREATE_TIME Angelegt am 20040112
3 Importing I_DATE_BEGIN Value transfer Type reference (TYPE) BEGDATUM Beginndatum 20040112
4 Importing I_DATE_END Value transfer Type reference (TYPE) ENDDATUM Endedatum 20040112

Method CONVERT_TIME on class CL_FOPC_AS_REPORTING has no exception.

Method FIND_BY_GUID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_ATTR Value transfer Type reference (TYPE) ANY 20041022
2 Importing IM_GUID Call by reference Type reference (TYPE) SCMG_CASE_GUID Technischer Schlüssel des Falles (Fall-GUID) 20041022

Method FIND_BY_GUID on class CL_FOPC_AS_REPORTING has no exception.

Method FIND_LAST_AS_BY_HR_OBJECT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_ATTRIBUTE Call by reference Type reference (TYPE) FOPC_S_ATTRIBUTE_AS Attribute: Beurteilung 20041103
2 Importing IS_DATE_INTERVAL Call by reference Type reference (TYPE) FOPC_S_DATE_INTERVAL Date of the Assessment or of the Test 20041103
3 Importing IS_HROBJECT Call by reference Type reference (TYPE) HROBJECT Objekt 20041103
4 Importing IS_HR_ORG Call by reference Type reference (TYPE) HROBJECT Org. Unit 20041103
5 Importing I_CATEGORY Call by reference Type reference (TYPE) SCMG_CATEGORY 'CD' Kategorie 20041103
6 Importing I_TF_DATE Call by reference Type reference (TYPE) BOOLE_D Find by Timeframe or Date begin/end ( 'X': by Timeframe) 20041123

Method FIND_LAST_AS_BY_HR_OBJECT on class CL_FOPC_AS_REPORTING has no exception.

Method FIND_LAST_CT_BY_HR_OBJECT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_ATTRIBUTE Call by reference Type reference (TYPE) FOPC_S_ATTRIBUTE_TE Attribute: Beurteilung 20041103
2 Importing IS_DATE_INTERVAL Call by reference Type reference (TYPE) FOPC_S_DATE_INTERVAL Date of the Assessment or of the Test 20041103
3 Importing IS_HROBJECT Call by reference Type reference (TYPE) HROBJECT Objekt 20041103
4 Importing IS_HR_ORG Call by reference Type reference (TYPE) HROBJECT Org. Unit 20041103
5 Importing I_CATEGORY Call by reference Type reference (TYPE) SCMG_CATEGORY 'CD' Kategorie 20041103
6 Importing I_TF_DATE Call by reference Type reference (TYPE) BOOLE_D Find by Timeframe or Date begin/end ( 'X': by Timeframe) 20041123

Method FIND_LAST_CT_BY_HR_OBJECT on class CL_FOPC_AS_REPORTING has no exception.

Method FIND_LAST_TE_BY_HR_OBJECT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_ATTRIBUTE Call by reference Type reference (TYPE) FOPC_S_ATTRIBUTE_TE Attribute: Beurteilung 20041103
2 Importing IS_DATE_INTERVAL Call by reference Type reference (TYPE) FOPC_S_DATE_INTERVAL Date of the Assessment or of the Test 20041103
3 Importing IS_HROBJECT Call by reference Type reference (TYPE) HROBJECT Objekt 20041103
4 Importing IS_HR_ORG Call by reference Type reference (TYPE) HROBJECT Org. Unit 20041103
5 Importing I_CATEGORY Call by reference Type reference (TYPE) SCMG_CATEGORY 'CD' Kategorie 20041103
6 Importing I_TF_DATE Call by reference Type reference (TYPE) BOOLE_D Find by Timeframe or Date begin/end ( 'X': by Timeframe) 20041123

Method FIND_LAST_TE_BY_HR_OBJECT on class CL_FOPC_AS_REPORTING has no exception.

Method GET_AC_ASSESS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_GUID Call by reference Type reference (TYPE) SCMG_TT_CASE_GUID Tabelle: Technischer Schlüssel des Cases 20040315
2 Importing I_GUID Call by reference Type reference (TYPE) SCMG_CASE_GUID Technischer Schlüssel des Falles (Fall-GUID) 20040315
# Exception Resumable Description Created on
1 CX_FOPC_CASE SOA: Fall 20040315

Method GET_ALL_SUB_CASE_GUID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_SUB_RELATION Call by reference Type reference (TYPE) FOPC_T_GUID_RELATION 20050416
2 Importing I_CASE_GUID Call by reference Type reference (TYPE) SCMG_CASE_GUID 20050416

Method GET_ALL_SUB_CASE_GUID on class CL_FOPC_AS_REPORTING has no exception.

Method GET_AS_ISSUES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_GUID Call by reference Type reference (TYPE) SCMG_TT_CASE_GUID Tabelle: Technischer Schlüssel des Cases 20040213
2 Importing I_GUID Call by reference Type reference (TYPE) SCMG_CASE_GUID Technischer Schlüssel des Falles (Fall-GUID) 20040213
# Exception Resumable Description Created on
1 CX_FOPC_CASE SOA: Fall 20040213

Method GET_CASE_DESC Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_GUID Call by reference Type reference (TYPE) SCMG_CASE_GUID Technischer Schlüssel des Falles (Fall-GUID) 20041007
2 Returning R_DESC Value transfer Type reference (TYPE) FOPC_TEXT Bezeichnung 20041007

Method GET_CASE_DESC on class CL_FOPC_AS_REPORTING has no exception.

Method GET_CD_RATING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_RATING Value transfer Type reference (TYPE) FOPC_AS_RATING Rating des Kontrolldesigns 20040525
2 Exporting E_STATUS Value transfer Type reference (TYPE) J_ISTAT Systemstatus 20040525
3 Importing IS_DATE_INTERVAL Value transfer Type reference (TYPE) FOPC_S_DATE_INTERVAL Datum der Beurteilung oder des Tests 20041007
4 Importing IS_HR_ORG_OBJECT Value transfer Type reference (TYPE) FOPC_S_HR_ORG_OBJECT HR Org. Unit and Object 20040112
# Exception Resumable Description Created on
1 CX_FOPC_CASE SOA: Fall 20040112
2 CX_FOPC_CASE_STATUS Statusverwaltung 20040525

Method GET_ISSUE_ATTR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_ATTR Call by reference Type reference (TYPE) FOPC_S_ATTRIBUTE_IS Attribute: Schwachstelle 20040213
2 Importing I_GUID Call by reference Type reference (TYPE) SCMG_CASE_GUID Technischer Schlüssel des Falles (Fall-GUID) 20040213

Method GET_ISSUE_ATTR on class CL_FOPC_AS_REPORTING has no exception.

Method GET_ISSUE_PLAN_BY_USER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_RPLC_CASE Call by reference Type reference (TYPE) FOPC_T_RPLC_CASE 20041110
2 Importing IS_HR_ORG Call by reference Type reference (TYPE) HROBJECT 20041110
3 Importing I_USER Call by reference Type reference (TYPE) SYUNAME SAP System, User Logon Name 20041110

Method GET_ISSUE_PLAN_BY_USER on class CL_FOPC_AS_REPORTING has no exception.

Method GET_IS_PLANS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_GUID Call by reference Type reference (TYPE) SCMG_TT_CASE_GUID Tabelle: Technischer Schlüssel des Cases 20040213
2 Importing I_GUID Call by reference Type reference (TYPE) SCMG_CASE_GUID Technischer Schlüssel des Falles (Fall-GUID) 20040213
# Exception Resumable Description Created on
1 CX_FOPC_CASE SOA: Fall 20040213

Method GET_MC_TE_RATING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_RATING Value transfer Type reference (TYPE) FOPC_AS_RATING Rating 20040608
2 Importing IS_DATE_INTERVAL Call by reference Type reference (TYPE) FOPC_S_DATE_INTERVAL Datum der Beurteilung oder des Tests 20040608
3 Importing IS_HR_ORG_OBJECT Call by reference Type reference (TYPE) FOPC_S_HR_ORG_OBJECT HR Org. Unit and Object 20040608

Method GET_MC_TE_RATING on class CL_FOPC_AS_REPORTING has no exception.

Method GET_MC_TE_STATUS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_STATUS Value transfer Type reference (TYPE) CRM_J_STATUS 20050415
2 Importing IS_DATE_INTERVAL Call by reference Type reference (TYPE) FOPC_S_DATE_INTERVAL 20050415
3 Importing IS_HR_ORG_OBJECT Call by reference Type reference (TYPE) FOPC_S_HR_ORG_OBJECT 20050415
4 Importing I_USER Call by reference Type reference (TYPE) SYUNAME 20050415
# Exception Resumable Description Created on
1 CX_FOPC_CASE 20050415

Method GET_MC_TE_TESTLOGS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_MC_TL Call by reference Type reference (TYPE) FOPC_T_MC_TL Table: Management Control Test Log Attribute 20040423
2 Importing I_BY_TESTER Call by reference Type reference (TYPE) BOOLE_D IF_SRM=>FALSE Datenelement zur Domäne BOOLE: TRUE (='X') und FALSE (=' ') 20040421
3 Importing I_TE_GUID Call by reference Type reference (TYPE) SCMG_CASE_GUID Technischer Schlüssel des Falles (Fall-GUID) 20040421
# Exception Resumable Description Created on
1 CX_FOPC_CASE SOA: Fall 20040421

Method GET_NOTE_TEXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_CONTENT Call by reference Type reference (TYPE) STRING Note Content 20040301
2 Importing I_GUID Call by reference Type reference (TYPE) SCMG_CASE_GUID Technischer Schlüssel des Falles (Fall-GUID) 20040301
3 Importing I_MODEL_ID Call by reference Type reference (TYPE) STRING Note's Model ID In The Backend Record 20040301
# Exception Resumable Description Created on
1 CX_FOPC_CASE SOA: Fall 20040301

Method GET_PLAN_ATTR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_ATTR Call by reference Type reference (TYPE) FOPC_S_ATTRIBUTE_PL Attribute: Schwachstelle 20040213
2 Importing I_GUID Call by reference Type reference (TYPE) SCMG_CASE_GUID Technischer Schlüssel des Falles (Fall-GUID) 20040213

Method GET_PLAN_ATTR on class CL_FOPC_AS_REPORTING has no exception.

Method GET_STATUS_TEXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RTS_STATUS_TEXT Value transfer Type reference (TYPE) FOPC_TS_STATUS Systemstatus und Text 20040220

Method GET_STATUS_TEXT on class CL_FOPC_AS_REPORTING has no exception.

Method GET_TE_ISSUES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_GUID Call by reference Type reference (TYPE) SCMG_TT_CASE_GUID Tabelle: Technischer Schlüssel des Cases 20040220
2 Importing I_GUID Call by reference Type reference (TYPE) SCMG_CASE_GUID Technischer Schlüssel des Falles (Fall-GUID) 20040220
# Exception Resumable Description Created on
1 CX_FOPC_CASE SOA: Fall 20040220

Method GET_TE_TESTLOGS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_GUID Call by reference Type reference (TYPE) SCMG_TT_CASE_GUID Tabelle: Technischer Schlüssel des Cases 20040303
2 Importing I_GUID Call by reference Type reference (TYPE) SCMG_CASE_GUID Technischer Schlüssel des Falles (Fall-GUID) 20040303
# Exception Resumable Description Created on
1 CX_FOPC_CASE SOA: Fall 20040303

Method GET_TL_ISSUES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_GUID Call by reference Type reference (TYPE) SCMG_TT_CASE_GUID Tabelle: Technischer Schlüssel des Cases 20040607
2 Importing I_GUID Call by reference Type reference (TYPE) SCMG_CASE_GUID Technischer Schlüssel des Falles (Fall-GUID) 20040607
# Exception Resumable Description Created on
1 CX_FOPC_CASE SOA: Fall 20040607

Method LOAD_SIGNOFF_ISSUES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_ISSUES Call by reference Type reference (TYPE) FOPC_NO_ISSUES Anzahl signifikanter Schwachstellen bei der Abzeichnung 20050928
2 Exporting EV_OPEN_ISSUES Call by reference Type reference (TYPE) FOPC_NO_ISSUES Anzahl signifikanter Schwachstellen bei der Abzeichnung 20050928
3 Importing IS_DATE_INTERVAL Call by reference Type reference (TYPE) FOPC_S_DATE_INTERVAL Datum der Beurteilung oder des Tests 20050321
4 Importing IV_ORGUNIT Call by reference Type reference (TYPE) FOPCS_OBJECTID 20050321

Method LOAD_SIGNOFF_ISSUES on class CL_FOPC_AS_REPORTING has no exception.

Method QUERY_ASSESSMENTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_CASE Call by reference Type reference (TYPE) FOPC_T_AS_REORG Re-organize Cases and Workflows 20040312
2 Importing IS_HR_ORG_OBJECT Value transfer Type reference (TYPE) FOPC_S_HR_ORG_OBJECT Org. Unit 20040312
3 Importing I_CASE_CATEGORY Value transfer Type reference (TYPE) SCMG_CATEGORY Kategorie 20040312
4 Importing I_CASE_TYPE Value transfer Type reference (TYPE) SCMGCASE_TYPE Fallart 20040312
5 Importing I_DATE_FROM Value transfer Type reference (TYPE) FOPC_DATE_FROM Gültig von 20040312
6 Importing I_DATE_TO Value transfer Type reference (TYPE) FOPC_DATE_TO Gültig bis 20040312
7 Importing I_TF_YEAR Value transfer Type reference (TYPE) FOPC_YEAR Jahr 20040312
8 Importing I_TIMEFRAME Value transfer Type reference (TYPE) FOPC_TIMEFRAME Zeitraum 20040312
9 Importing I_WITHOUT_STATUS Value transfer Type reference (TYPE) CRM_J_STATUS Einzelstatus eines Objekts 20040312
10 Importing I_WITH_STATUS Value transfer Type reference (TYPE) CRM_J_STATUS Einzelstatus eines Objekts 20040312
# Exception Resumable Description Created on
1 CX_FOPC_CASE SOA: Fall 20040312
2 CX_FOPC_CASE_STATUS Statusverwaltung 20040312

Method QUERY_TOP_CASES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_CASE_ATTR Call by reference Type reference (TYPE) SCMG_T_CASE_ATTR_TABLE Tabelle für Fallattribute 20050405
2 Importing IS_HR_ORG_OBJECT Call by reference Type reference (TYPE) FOPC_S_HR_ORG_OBJECT Org. Unit 20050404
3 Importing IT_RANGE_CASE_CATEGORY_EX Call by reference Type reference (TYPE) FOPC_T_RANGE_CASE_CATEGORY Exclusive Range: Kategorie 20050502
4 Importing IT_RANGE_CASE_CT Call by reference Type reference (TYPE) FOPC_T_RANGE_CASE_CREATE_TIME Range: Angelegt am 20050502
5 Importing IT_RANGE_CASE_TYPE_EX Call by reference Type reference (TYPE) FOPC_T_RANGE_CASE_TYPE Exclusive Range: Fallart 20050502
6 Importing I_OTYPE Call by reference Type reference (TYPE) OTYPE Objekttyp 20050404
# Exception Resumable Description Created on
1 INVALID_OTYPE Object Type is not supported 20050502

Method SIGNOFF_ISSUE_OPEN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_STATUS Call by reference Type reference (TYPE) J_ISTAT Systemstatus 20060406
2 Returning RV_OPEN Value transfer Type reference (TYPE) SRMBOOLEAN Boolean: Mögliche Werte IF_SRM=>TRUE / FALSE 20060406

Method SIGNOFF_ISSUE_OPEN on class CL_FOPC_AS_REPORTING has no exception.
History
Last changed by/on SAP  20070913 
SAP Release Created in 100