SAP ABAP Class CL_UMC_MAPPING_P (Mapping)
Hierarchy
SEM-BW (Software Component) SEM-BW: Strategic Enterprise Management
   FIN-SEM-CPM (Application Component) Corporate Performance Monitor
     UMC (Package) CPM : Common Objects
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  IF_OS_STATE State Management for a 'Managed Object' 20011031
Properties
Class CL_UMC_MAPPING_P  
Short Description Mapping    
Super Class    
Instantiability of a Class 1  Protected 
Final    
General Data
Message Class    
Program status     
Category 10  Persistent Class 
Package UMC   CPM : Common Objects 
Created 20011031   SAP 
Last change 20041209   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 CL_OS_SYSTEM Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
2 CL_UMC_CHART_XML Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
Interfaces
# Interface Abstract Final Description Created on
1 IF_OS_STATE State Management for a 'Managed Object' 20011031
Friends
# Friend Modeled only Created on Description
1 CB_UMC_MAPPING_P 20011106 Base Agent Formula
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 ITEM_TAB Instance attribute Protected Type reference (TYPE) UMC_YT_MAP 20011101
2 MAP Instance attribute Protected Type reference (TYPE) UMC_Y_MAP Assignment 20011031
3 MAPTYPE Instance attribute Protected Type reference (TYPE) UMC_Y_MAPTYPE Assignment Type 20011031
4 TXT_TAB Instance attribute Protected Type reference (TYPE) UMC_YT_LTXT_LANG 20011031
Methods
# Method Level Visibility Method type Description Created on
1 EVALUATE Instance method Public Method Maps Value to Score 20011031
2 GET_ITEM_TAB Instance method Public Get-method of a virtual attribute Reads Attribute ITEM_TAB 20011101
3 GET_MAP Instance method Public Get-method of a virtual attribute Reads Attribute MAP 20011031
4 GET_MAPTYPE Instance method Public Get-method of a virtual attribute Reads Attribute MAPTYPE 20011031
5 GET_TXT_TAB Instance method Protected Get-method of a virtual attribute Reads the Attribute TXT_TAB 20011031
6 GRAPHIC_GET Instance method Public Method Return Chart Data for Drawing the Mapping 20020123
7 INTERSECTION Instance method Private Method Check Intersection 20020923
8 IS_VALID Instance method Public Method Checks the Validity of Mapping Definition 20011031
9 LTXT_GET Instance method Public Method Read Ltxt with Language Key 20011031
10 LTXT_SET Instance method Public Method Set Ltxt with Language Key 20011031
11 SET_ITEM_TAB Instance method Public Set-method of a virtual attribute Sets Attribute ITEM_TAB 20011101
12 SET_MAPTYPE Instance method Public Set-method of a virtual attribute Sets Attribute MAPTYPE 20011031
13 SET_TXT_TAB Instance method Protected Set-method of a virtual attribute Sets the Attribute TXT_TAB 20011031
14 STATUS_INTERVALS Instance method Public Method Calculates Color Intervals 20020923
Events
Class CL_UMC_MAPPING_P has no event.
Types
Class CL_UMC_MAPPING_P has no local type.
Method Signatures

Method EVALUATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning E_SCORE Value transfer Type reference (TYPE) UMB_Y_SCORE Score 20011031
2 Importing I_FVAL Call by reference Type reference (TYPE) UMB_Y_FVAL Formelwert 20011031
# Exception Resumable Description Created on
1 NUMERIC_ERR Other numeric error 20011031

Method GET_ITEM_TAB Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RESULT Value transfer Type reference (TYPE) UMC_YT_MAP Attributwert 20011101
# Exception Resumable Description Created on
1 CX_OS_OBJECT_NOT_FOUND Object Services Exception 20011101

Method GET_MAP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RESULT Value transfer Type reference (TYPE) UMC_Y_MAP Attributwert 20011031
# Exception Resumable Description Created on
1 CX_OS_OBJECT_NOT_FOUND Object Services Exception 20011031

Method GET_MAPTYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RESULT Value transfer Type reference (TYPE) UMC_Y_MAPTYPE Attributwert 20011031
# Exception Resumable Description Created on
1 CX_OS_OBJECT_NOT_FOUND Object Services Exception 20011031

Method GET_TXT_TAB Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RESULT Value transfer Type reference (TYPE) UMC_YT_LTXT_LANG Attributwert 20011031
# Exception Resumable Description Created on
1 CX_OS_OBJECT_NOT_FOUND Object Services Exception 20011031

Method GRAPHIC_GET Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_GRATXT Call by reference Type reference (TYPE) UMC_YS_GRATXT Texte auf einer Graphik 20020123
2 Exporting ES_UNITXT Call by reference Type reference (TYPE) UMC_YS_UNITTXT Texte auf einer Graphik Einheit 20020123
3 Exporting ET_VALUE Call by reference Type reference (TYPE) UMC_YT_VALUE Value in a graphic 20020123
4 Exporting E_CUST_XML Call by reference Type reference (TYPE) UMC_Y_RAW_XML Präsentationsgrafiken: Einstellungen im XML Format 20021206
5 Exporting E_GRATYPE Call by reference Type reference (TYPE) UMC_Y_GRATYPE Grafiktyp 20020123
6 Exporting E_MAPPING_XML Call by reference Type reference (TYPE) UMC_Y_RAW_XML Präsentationsgrafiken: Zuordnung zu Datenreihen (XML Format) 20021206
7 Importing I_TITLE Value transfer Type reference (TYPE) AS4FLAG Show title? 20020123

Method GRAPHIC_GET on class CL_UMC_MAPPING_P has no exception.

Method INTERSECTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_CROSS Call by reference Type reference (TYPE) AS4FLAG Flag (X oder Blank) 20020923
2 Exporting E_F Call by reference Type reference (TYPE) UMB_Y_FVAL Ergebnis einer Formel 20020923
3 Importing IS_MAP1 Call by reference Type reference (TYPE) UMC_YS_MAP Mapping 20020923
4 Importing IS_MAP2 Call by reference Type reference (TYPE) UMC_YS_MAP Mapping 20020923
5 Importing I_SCORE Call by reference Type reference (TYPE) UMB_Y_SCORE Score 20020923

Method INTERSECTION on class CL_UMC_MAPPING_P has no exception.

Method IS_VALID Signature

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

Method IS_VALID on class CL_UMC_MAPPING_P has no exception.

Method LTXT_GET Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning E_LTXT Value transfer Type reference (TYPE) UMC_Y_LTXT Langtext 20011031
2 Importing I_LANGU Value transfer Type reference (TYPE) LANGU SY-LANGU Sprachenschlüssel 20011031

Method LTXT_GET on class CL_UMC_MAPPING_P has no exception.

Method LTXT_SET Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_LANGU Value transfer Type reference (TYPE) LANGU SY-LANGU Sprachenschlüssel 20011031
2 Importing I_LTXT Value transfer Type reference (TYPE) UMC_Y_LTXT Langtext 20011031

Method LTXT_SET on class CL_UMC_MAPPING_P has no exception.

Method SET_ITEM_TAB Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_ITEM_TAB Call by reference Type reference (TYPE) UMC_YT_MAP Attributwert 20011101
# Exception Resumable Description Created on
1 CX_OS_OBJECT_NOT_FOUND Object Services Exception 20011101

Method SET_MAPTYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_MAPTYPE Call by reference Type reference (TYPE) UMC_Y_MAPTYPE Attributwert 20011031
# Exception Resumable Description Created on
1 CX_OS_OBJECT_NOT_FOUND Object Services Exception 20011031

Method SET_TXT_TAB Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_TXT_TAB Call by reference Type reference (TYPE) UMC_YT_LTXT_LANG Attributwert 20011031
# Exception Resumable Description Created on
1 CX_OS_OBJECT_NOT_FOUND Object Services Exception 20011031

Method STATUS_INTERVALS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning ET_INT Value transfer Type reference (TYPE) UMC_YT_MAP_INT Mapping interval 20020923

Method STATUS_INTERVALS on class CL_UMC_MAPPING_P has no exception.
History
Last changed by/on SAP  20041209 
SAP Release Created in 3.1B