SAP ABAP Class CL_GRRM_API_ORGUNIT_UOM (API class for Orgunit Unit Of Measure)
Hierarchy
☛
GRCFND_A (Software Component) GRC Foundation ABAP
⤷
GRC-RM (Application Component) GRC Risk Management
⤷
GRRM_ENTITY_API (Package) Risk Management APIs
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_GRFN_API_EXTENSION | Basis Extension implementations | 20091110 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_GRFN_REPORT | Get data for reporting engine | 20080827 |
| 3 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_GRRM_API_ORGUNIT_UOM | unit of measure interface | 20080609 |
Properties
| Class | CL_GRRM_API_ORGUNIT_UOM | |
| Short Description | API class for Orgunit Unit Of Measure | |
| Super Class | CL_GRFN_API_EXTENSION | Basis Extension implementations |
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | GRRM_ENTITY_API | Risk Management APIs |
| Created | 20080609 | SAP |
| Last change | 20141106 | |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_GRRM_API_ORGUNIT_UOM has no forward declaration.
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_GRFN_REPORT | Get data for reporting engine | 20080827 | ||
| 2 | IF_GRRM_API_ORGUNIT_UOM | unit of measure interface | 20080609 |
Friends
| # | Friend | Modeled only | Created on | Description |
|---|---|---|---|---|
| 1 | CL_GRFN_API_BASIS | 20091110 | Basis class for GRC API classes | |
| 2 | CL_GRFN_API_ORGUNIT | 20091110 | Orgunit Entity API class |
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Private | Type reference (TYPE) | SY-MSGTY | 'E' | Message Type | 20080609 | ||
| 2 | Constant | Private | Type reference (TYPE) | CLASSNAME | 'CL_GRRM_MODEL_ORG_ATTR' | Reference type | 20080609 | ||
| 3 | Constant | Private | Type reference (TYPE) | SY-MSGID | 'GRRM_ENTITY_API' | Reference type | 20080609 | ||
| 4 | Constant | Private | Type reference (TYPE) | CLASSNAME | 'CL_GRFN_MODEL_CATALOGUE' | Reference type | 20081016 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Static method | Private | Method | Get the object of the API class | 20080609 | |
| 2 | Static method | Public | Method | Return the Monetory amount for a UOM | 20080922 | |
| 3 | Static method | Public | Method | Get the impact Category Customization | 20080626 | |
| 4 | Static method | Public | Method | Get the impact Category Customization | 20080716 |
Events
Class CL_GRRM_API_ORGUNIT_UOM has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | YS_UOM_CUSTOMIZING | Public | See coding | 20090604 | BEGIN OF ys_uom_customizing,
uom_abbr TYPE grrm_uom_abbr,
uom_iso_unit TYPE msehi,
uom_name TYPE grfn_title,
END OF ys_uom_customizing
|
||
| 2 | YT_UOM_CUSTOMIZING | Public | See coding | 20090604 | yt_uom_customizing TYPE STANDARD TABLE OF ys_uom_customizing
|
Method Signatures
Method GET Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_SESSION | Call by reference | Object reference (TYPE REF TO) | CL_GRFN_API_SESSION | Session Management for GRC APIs | 20080609 | |||
| 2 | IV_OBJECT_ID | Call by reference | Type reference (TYPE) | GRFN_API_OBJECT_ID | Object ID | 20080609 | |||
| 3 | RV_EXTENSION | Value transfer | Object reference (TYPE REF TO) | IF_GRFN_API_EXTENSION | API class for Orgunit Thresholds | 20091110 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Generic GRC API exception | 20080609 |
Method GET_AMOUNT_FOR_UOM Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_LOG | Call by reference | Type reference (TYPE) | BAPIRET2_TAB | Error Messages | 20090626 | |||
| 2 | EV_AMOUNT | Value transfer | Type reference (TYPE) | GRFN_AMOUNT | Currency amount | 20080923 | |||
| 3 | EV_CURRENCY | Value transfer | Type reference (TYPE) | GRFN_CURRENCY | Currency | 20080923 | |||
| 4 | EV_UOM_NAME | Call by reference | Type reference (TYPE) | GRRM_UOM_NAME | Unit Of Measure Text | 20090113 | |||
| 5 | IO_SESSION | Call by reference | Object reference (TYPE REF TO) | CL_GRFN_API_SESSION | Session Management for GRC APIs | 20080922 | |||
| 6 | IV_ORGUNIT_ID | Value transfer | Type reference (TYPE) | GRFN_API_OBJECT_ID | Object ID | 20080922 | |||
| 7 | IV_UOM_ID | Value transfer | Type reference (TYPE) | GRFN_API_OBJECT_ID | 32 Char GUID | 20080922 | |||
| 8 | IV_UOM_VALUE | Value transfer | Type reference (TYPE) | GRFN_QUANTITY | Quantity corresponding to UOM defined on Orgunit | 20080922 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Generic GRC API exception | 20080922 |
Method GET_IMPACT_CATEGORY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_VALUESET | Call by reference | Type reference (TYPE) | GRFN_T_API_VALUESET | Table type for Value Set | 20080626 |
Method GET_IMPACT_CATEGORY on class CL_GRRM_API_ORGUNIT_UOM has no exception.
Method GET_UOM_CUSTOMIZING Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_UOM_CUST_COMPLETE | Call by reference | Type reference (TYPE) | YT_UOM_CUSTOMIZING | 20090604 | ||||
| 2 | ET_VALUESET | Call by reference | Type reference (TYPE) | GRFN_T_API_VALUESET | Table type for Value Set | 20080716 |
Method GET_UOM_CUSTOMIZING on class CL_GRRM_API_ORGUNIT_UOM has no exception.
History
| Last changed by/on | SAP | 20141106 |
| SAP Release Created in | 300 |