SAP ABAP Class CL_GRRM_UTIL_DIMID (Utility Class for Dimension)
Hierarchy
☛
GRCFND_A (Software Component) GRC Foundation ABAP
⤷
GRC-RM (Application Component) GRC Risk Management
⤷
GRRM_CONTEXT (Package) Context Builder
⤷
⤷
Properties
| Class | CL_GRRM_UTIL_DIMID | |
| Short Description | Utility Class for Dimension | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | GRRM_CONTEXT | |
| Program status | ||
| Category | 0 | |
| Package | GRRM_CONTEXT | Context Builder |
| Created | 20100414 | SAP |
| Last change | 20141106 | |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) | |
| 2 | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
Interfaces
Class CL_GRRM_UTIL_DIMID has no interface implemented.
Friends
Class CL_GRRM_UTIL_DIMID has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Static Attribute | Private | Type reference (TYPE) | YT_DIMENSION_HASHED | 20140520 | ||||
| 2 | Static Attribute | Private | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | 20140520 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Static method | Public | Method | Returns Dimension | 20100514 | |
| 2 | Static method | Public | Method | Returns a Table of Dimensions | 20100514 | |
| 3 | Static method | Public | Method | Returns a Table of Dimensions with Name | 20100514 | |
| 4 | Static method | Public | Method | Returns Dimension with Name | 20100514 | |
| 5 | Static method | Public | Method | Returns Dimension with Name | 20100719 | |
| 6 | Static method | Public | Method | Returns a Table of Dimension IDs with Name | 20100520 | |
| 7 | Static method | Public | Method | Returns a Table of permitted Dimension IDs | 20100707 | |
| 8 | Static method | Public | Method | Return Dimension ID for the DimensionType and RFC Dest. | 20100709 | |
| 9 | Static method | Public | Method | Returns the Name of a Dimension ID | 20100520 | |
| 10 | Static method | Public | Method | Get Entity for dimension | 20100701 | |
| 11 | Static method | Public | Method | Get RFC Destination | 20100414 | |
| 12 | Static method | Public | Method | Returns a Table of Names of Dimensions with ID | 20100708 | |
| 13 | Static method | Public | Method | Returns a Table of Dimension Names with ID | 20100708 | |
| 14 | Static method | Public | Method | Get parameterization | 20100414 | |
| 15 | Static method | Public | Method | Check if any Dimension is requested as reporting column | 20100621 | |
| 16 | Static method | Public | Method | Get .. | 20100414 | |
| 17 | Static method | Public | Method | Check if any Dimension is requested as reporting column | 20100621 | |
| 18 | Static method | Public | Method | Validate automation RFC destination | 20100414 |
Events
Class CL_GRRM_UTIL_DIMID has no event.
Types
Class CL_GRRM_UTIL_DIMID has no local type.
Method Signatures
Method GET_DIMENSION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_DIMID | Call by reference | Type reference (TYPE) | GRRM_DIMID | ID of the Dimension | 20100514 | |||
| 2 | RS_DIMENSION | Value transfer | Type reference (TYPE) | GRRMDIM | Dimension | 20100514 |
Method GET_DIMENSION on class CL_GRRM_UTIL_DIMID has no exception.
Method GET_DIMENSIONS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_DIMENSION | Call by reference | Type reference (TYPE) | IF_GRRM_CTX_TYPE=>YT_DIMENSION | Dimension | 20100514 | |||
| 2 | IT_RANGE_DIMID | Call by reference | Type reference (TYPE) | GRRM_T_RANGE | Range of Dimension IDs | 20100514 |
Method GET_DIMENSIONS on class CL_GRRM_UTIL_DIMID has no exception.
Method GET_DIMENSIONS_NAME Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_DIMENSION | Call by reference | Type reference (TYPE) | IF_GRRM_CTX_TYPE=>YT_DIMENSION_NAME | Table of Dimensions | 20100514 | |||
| 2 | IT_RANGE_DIMID | Call by reference | Type reference (TYPE) | GRRM_T_RANGE | Range of Dimension IDs | 20100514 | |||
| 3 | IV_LANGU | Call by reference | Type reference (TYPE) | SYLANGU | SY-LANGU | Language Key of Current Text Environment | 20100514 |
Method GET_DIMENSIONS_NAME on class CL_GRRM_UTIL_DIMID has no exception.
Method GET_DIMENSION_NAME Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ES_DIMENSION | Call by reference | Type reference (TYPE) | GRRMVDIMENSION | Dimension | 20100514 | |||
| 2 | IV_DIMID | Call by reference | Type reference (TYPE) | GRRM_DIMID | ID of the Dimension | 20100514 | |||
| 3 | IV_LANGU | Call by reference | Type reference (TYPE) | SYLANGU | SY-LANGU | Language Key of Current Text Environment | 20100514 |
Method GET_DIMENSION_NAME on class CL_GRRM_UTIL_DIMID has no exception.
Method GET_DIMENSION_NAME_BY_NAME Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ES_DIMENSION | Call by reference | Type reference (TYPE) | GRRMVDIMENSION | Dimension | 20100719 | |||
| 2 | IV_DIMID_TEXT | Call by reference | Type reference (TYPE) | GRRM_DIMID_TEXT | Name of the Dimension | 20100719 | |||
| 3 | IV_LANGU | Call by reference | Type reference (TYPE) | SYLANGU | SY-LANGU | Language Key of Current Text Environment | 20100719 |
Method GET_DIMENSION_NAME_BY_NAME on class CL_GRRM_UTIL_DIMID has no exception.
Method GET_DIMIDS_NAME Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_DIMENSION | Call by reference | Type reference (TYPE) | IF_GRRM_CTX_TYPE=>YT_DIMID_NAME | Table of Dimension IDs with Name | 20100520 | |||
| 2 | IT_RANGE_DIMID | Call by reference | Type reference (TYPE) | GRRM_T_RANGE | Range of Dimension IDs | 20100520 | |||
| 3 | IV_LANGU | Call by reference | Type reference (TYPE) | SYLANGU | SY-LANGU | Language Key of Current Text Environment | 20100520 |
Method GET_DIMIDS_NAME on class CL_GRRM_UTIL_DIMID has no exception.
Method GET_DIMIDS_PERMITTED Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_RANGE_DIMID_PMTED | Call by reference | Type reference (TYPE) | GRRM_T_RANGE | Range of permitted Dimension IDs | 20100707 | |||
| 2 | IO_SESSION | Call by reference | Object reference (TYPE REF TO) | CL_GRFN_API_SESSION | Session Management for GRC APIs | 20100924 | |||
| 3 | IV_API_OBJECT_ID | Call by reference | Type reference (TYPE) | GRFN_API_OBJECT_ID | Object ID | 20100708 |
Method GET_DIMIDS_PERMITTED on class CL_GRRM_UTIL_DIMID has no exception.
Method GET_DIMID_BY_DIMTYPE_RFC Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_DIM_TYPE_ID | Call by reference | Type reference (TYPE) | GRRM_DIM_TYPE_ID | ID of the Dimension Type | 20100709 | |||
| 2 | IV_RFC_DEST | Call by reference | Type reference (TYPE) | RFCDEST | Logical Destination (Specified in Function Call) | 20100709 | |||
| 3 | RV_DIMID | Value transfer | Type reference (TYPE) | GRRM_DIMID | ID of the Dimension | 20100709 |
Method GET_DIMID_BY_DIMTYPE_RFC on class CL_GRRM_UTIL_DIMID has no exception.
Method GET_DIMID_NAME Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_DIMID | Call by reference | Type reference (TYPE) | GRRM_DIMID | ID of the Dimension | 20100520 | |||
| 2 | IV_LANGU | Call by reference | Type reference (TYPE) | SYLANGU | SY-LANGU | Language Key of Current Text Environment | 20100520 | ||
| 3 | RV_DIMID_TEXT | Value transfer | Type reference (TYPE) | GRRM_DIMID_TEXT | Name of the Dimension | 20100520 |
Method GET_DIMID_NAME on class CL_GRRM_UTIL_DIMID has no exception.
Method GET_ENTITY_FOR_DIMENSION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_ENTITY | Call by reference | Type reference (TYPE) | GRFN_T_ENTITY | Table of entities | 20100701 | |||
| 2 | IV_DIMID | Call by reference | Type reference (TYPE) | GRRM_DIMID | ID of the Dimension | 20100701 |
Method GET_ENTITY_FOR_DIMENSION on class CL_GRRM_UTIL_DIMID has no exception.
Method GET_LOCATION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_DIM_TYPE_ID | Call by reference | Type reference (TYPE) | GRRM_DIM_TYPE_ID | List of Dimension Type ID | 20100414 | |||
| 2 | IV_LANGU | Call by reference | Type reference (TYPE) | SYLANGU | SY-LANGU | Language Key of Current Text Environment | 20100414 | ||
| 3 | RS_RFC_DES | Value transfer | Type reference (TYPE) | GRRM_RFCDEST | Logical Destination (Specified in Function Call) | 20100421 |
Method GET_LOCATION on class CL_GRRM_UTIL_DIMID has no exception.
Method GET_NAMES_DIMID Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_DIMENSION | Call by reference | Type reference (TYPE) | IF_GRRM_CTX_TYPE=>YT_NAME_DIMID | Table of Names of Dimensions with ID | 20100708 | |||
| 2 | IT_RANGE_DIMID | Call by reference | Type reference (TYPE) | GRRM_T_RANGE | Range of Dimension IDs | 20100708 | |||
| 3 | IV_LANGU | Call by reference | Type reference (TYPE) | SYLANGU | SY-LANGU | Language Key of Current Text Environment | 20100708 |
Method GET_NAMES_DIMID on class CL_GRRM_UTIL_DIMID has no exception.
Method GET_NAMES_DIMID_BY_ENTITY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_DIMENSION | Call by reference | Type reference (TYPE) | IF_GRRM_CTX_TYPE=>YT_NAME_DIMID | Table of Names with Dimension ID | 20100708 | |||
| 2 | IT_RANGE_DIMID | Call by reference | Type reference (TYPE) | GRRM_T_RANGE | Range of Dimension IDs | 20100708 | |||
| 3 | IT_RANGE_ENTITY | Call by reference | Type reference (TYPE) | GRRM_T_RANGE | Range of Entity IDs | 20100708 | |||
| 4 | IV_LANGU | Call by reference | Type reference (TYPE) | SYLANGU | SY-LANGU | Language Key of Current Text Environment | 20100708 |
Method GET_NAMES_DIMID_BY_ENTITY on class CL_GRRM_UTIL_DIMID has no exception.
Method GET_PARAMETERIZATION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_DIM_TYPE_ID | Call by reference | Type reference (TYPE) | GRRM_DIM_TYPE_ID | ID of the Dimension Type | 20100414 | |||
| 2 | RS_PARAMETERIZATION | Value transfer | Type reference (TYPE) | CHAR100 | Character 100 | 20100414 |
Method GET_PARAMETERIZATION on class CL_GRRM_UTIL_DIMID has no exception.
Method GET_REPORTING_COLUMNS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_ENTITY | Call by reference | Type reference (TYPE) | GRFN_API_ENTITY_ID | Entity ID | 20100621 | |||
| 2 | RT_COLUMNS | Value transfer | Type reference (TYPE) | GRFN_T_FIELDMAP | List of fields | 20100621 |
Method GET_REPORTING_COLUMNS on class CL_GRRM_UTIL_DIMID has no exception.
Method GET_WD_DIM_TYPE_ID Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_LANGU | Call by reference | Type reference (TYPE) | SYLANGU | SY-LANGU | Language Key of Current Text Environment | 20100414 | ||
| 2 | RT_DIM_TYPE | Value transfer | Type reference (TYPE) | GRRM_WD_S_CONTEXT | ID of the Dimension Type in UI | 20100414 |
Method GET_WD_DIM_TYPE_ID on class CL_GRRM_UTIL_DIMID has no exception.
Method IS_REPORTING_RELEVANT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_REQUIRED_FIELDS | Call by reference | Type reference (TYPE) | GRFN_T_FIELDID_HASHED | List of fields | 20100621 | |||
| 2 | RV_RELEVANT | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20100621 |
Method IS_REPORTING_RELEVANT on class CL_GRRM_UTIL_DIMID has no exception.
Method VALIDATE_RFC_DESTINATION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_DIMID | Call by reference | Type reference (TYPE) | GRRM_DIMID | ID of the Dimension Type Registry | 20100617 | |||
| 2 | IV_RFC_DEST | Call by reference | Type reference (TYPE) | RFCDEST | SAPOSCOL destination | 20100617 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Generic GRC API exception | 20100414 |
History
| Last changed by/on | SAP | 20141106 |
| SAP Release Created in | 600 |