SAP ABAP Class CL_CNV_MBT_PIFD_GLOBAL_VARIANT (Named collection of Variants stored per Client)
Hierarchy
☛
DMIS (Software Component) DMIS 2011_1
⤷
CA-EUR (Application Component) European Monetary Union: Euro
⤷
CNV_MBT_PIFD_CORE (Package) PIFD Core Functionality and Types
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_CNV_MBT_UNITTEST | Unit testing @ SLO | 20130918 |
Properties
| Class | CL_CNV_MBT_PIFD_GLOBAL_VARIANT | |
| Short Description | Named collection of Variants stored per Client | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | CNV_MBT_PIFD_CORE | PIFD Core Functionality and Types |
| Created | 20130620 | SAP |
| Last change | 20141030 | |
| 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) |
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_CNV_MBT_UNITTEST | Unit testing @ SLO | 20130918 |
Friends
Class CL_CNV_MBT_PIFD_GLOBAL_VARIANT has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Private | Type reference (TYPE) | NROBJ | 'CNV_PIFD_G' | Name of number range object | 20130918 | ||
| 2 | Constant | Private | Type reference (TYPE) | NRNR | '1' | Number Range Number | 20130918 | ||
| 3 | Instance attribute | Private | Type reference (TYPE) | CNV_MBT_PIFD_T_VARIANT_REFS | List of Variant objects | 20130918 | |||
| 4 | Instance attribute | Private | Type reference (TYPE) | CNV_MBT_PIFD_MODIFY_TSTAMP | Changed on (timestamp) | 20130918 | |||
| 5 | Instance attribute | Private | Type reference (TYPE) | CHUSER | Changed by | 20130918 | |||
| 6 | Instance attribute | Private | Type reference (TYPE) | CNV_MBT_PIFD_CREATION_TSTAMP | Created on (timestamp) | 20130918 | |||
| 7 | Instance attribute | Private | Type reference (TYPE) | CRUSER | Created by | 20130918 | |||
| 8 | Instance attribute | Private | Type reference (TYPE) | LTR_DESCRIPTION | LTR: Object Description Text | 20130918 | |||
| 9 | Instance attribute | Private | Type reference (TYPE) | LTR_OBJECT_NAME | LTR Object Name | 20130918 | |||
| 10 | Instance attribute | Private | Type reference (TYPE) | ABAP_BOOL | abap_false | Was the setter of the variant list called? | 20140310 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Static method | Public | Method | Loads all global variants containing a variant for the IF | 20130918 | |
| 2 | Instance method | Public | Method | Returns the point in time the global variant was changed | 20130918 | |
| 3 | Instance method | Public | Method | Returns the user who last modified the global variant | 20130918 | |
| 4 | Instance method | Public | Method | Returns the point in time the global variant was created | 20130918 | |
| 5 | Instance method | Public | Method | Returns the user who created the global variant | 20130918 | |
| 6 | Instance method | Public | Method | Returns the description of the global variant | 20130918 | |
| 7 | Instance method | Public | Method | Returns the name of the global variant | 20130918 | |
| 8 | Static method | Private | Method | Get the next free ID for a Global Variant | 20130918 | |
| 9 | Instance method | Public | Method | Returns a single PIFD variant stored in the global variant | 20130918 | |
| 10 | Instance method | Public | Method | Returns the PIFD variants stored in the global variant | 20130918 | |
| 11 | Static method | Public | Method | Loads a global variant via its name | 20130918 | |
| 12 | Instance method | Public | Method | Set the descritption of the global variant | 20130918 | |
| 13 | Instance method | Public | Method | Set PIFD variants to be stored in this global variant | 20130918 | |
| 14 | Instance method | Public | Method | Save the global variant to the database | 20130918 |
Events
Class CL_CNV_MBT_PIFD_GLOBAL_VARIANT has no event.
Types
Class CL_CNV_MBT_PIFD_GLOBAL_VARIANT has no local type.
Method Signatures
Method FIND_ALL_FOR_INTERFACE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IR_INTERFACE | Call by reference | Object reference (TYPE REF TO) | CL_CNV_MBT_PIFD_INTERFACE | PIFD Parameter Container Class | 20130918 | |||
| 2 | RT_GLOBAL_VARIANTS | Value transfer | Type reference (TYPE) | CNV_MBT_PIFD_T_GLOBAL_VARIANTS | List of Global Variants | 20130918 |
Method FIND_ALL_FOR_INTERFACE on class CL_CNV_MBT_PIFD_GLOBAL_VARIANT has no exception.
Method GET_CH_TIMESTAMP Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_CH_TIMESTAMP | Value transfer | Type reference (TYPE) | CNV_MBT_PIFD_MODIFY_TSTAMP | Changed on (timestamp) | 20130918 |
Method GET_CH_TIMESTAMP on class CL_CNV_MBT_PIFD_GLOBAL_VARIANT has no exception.
Method GET_CH_USER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_CH_USER | Value transfer | Type reference (TYPE) | CHUSER | Changed by | 20130918 |
Method GET_CH_USER on class CL_CNV_MBT_PIFD_GLOBAL_VARIANT has no exception.
Method GET_CR_TIMESTAMP Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_CR_TIMESTAMP | Value transfer | Type reference (TYPE) | CNV_MBT_PIFD_CREATION_TSTAMP | Created on (timestamp) | 20130918 |
Method GET_CR_TIMESTAMP on class CL_CNV_MBT_PIFD_GLOBAL_VARIANT has no exception.
Method GET_CR_USER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_CR_USER | Value transfer | Type reference (TYPE) | CRUSER | Created by | 20130918 |
Method GET_CR_USER on class CL_CNV_MBT_PIFD_GLOBAL_VARIANT has no exception.
Method GET_DESCRIPTION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_DESCRIPTION | Value transfer | Type reference (TYPE) | LTR_DESCRIPTION | LTR: Object Description Text | 20130918 |
Method GET_DESCRIPTION on class CL_CNV_MBT_PIFD_GLOBAL_VARIANT has no exception.
Method GET_NAME Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_NAME | Value transfer | Type reference (TYPE) | LTR_OBJECT_NAME | Global Variant Name | 20130918 |
Method GET_NAME on class CL_CNV_MBT_PIFD_GLOBAL_VARIANT has no exception.
Method GET_NEXT_ID Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_ID | Value transfer | Type reference (TYPE) | CNV_MBT_PIFD_GLOBAL_VAR_ID | Global Variant ID (for internal use) | 20130918 |
Method GET_NEXT_ID on class CL_CNV_MBT_PIFD_GLOBAL_VARIANT has no exception.
Method GET_VARIANT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IR_INTERFACE | Call by reference | Object reference (TYPE REF TO) | CL_CNV_MBT_PIFD_INTERFACE | PIFD Parameter Container Class | 20130918 | |||
| 2 | RR_VARIANT | Value transfer | Object reference (TYPE REF TO) | CL_CNV_MBT_PIFD_VARIANT | PIFD concrete Variant of an Interface | 20130918 |
Method GET_VARIANT on class CL_CNV_MBT_PIFD_GLOBAL_VARIANT has no exception.
Method GET_VARIANTS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RT_VARIANTS | Value transfer | Type reference (TYPE) | CNV_MBT_PIFD_T_VARIANT_REFS | List of Variant objects | 20130918 |
Method GET_VARIANTS on class CL_CNV_MBT_PIFD_GLOBAL_VARIANT has no exception.
Method LOAD_BY_NAME Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_NAME | Call by reference | Type reference (TYPE) | LTR_OBJECT_NAME | LTR Object Name | 20130918 | |||
| 2 | RR_GLOBAL_VARIANT | Value transfer | Object reference (TYPE REF TO) | CL_CNV_MBT_PIFD_GLOBAL_VARIANT | Named collection of Variants stored per Client | 20130918 |
Method LOAD_BY_NAME on class CL_CNV_MBT_PIFD_GLOBAL_VARIANT has no exception.
Method SET_DESCRIPTION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_DESCRIPTION | Call by reference | Type reference (TYPE) | LTR_DESCRIPTION | LTR: Object Description Text | 20130918 |
Method SET_DESCRIPTION on class CL_CNV_MBT_PIFD_GLOBAL_VARIANT has no exception.
Method SET_VARIANTS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_VARIANTS | Call by reference | Type reference (TYPE) | CNV_MBT_PIFD_T_VARIANT_REFS | List of Variant objects | 20130918 |
Method SET_VARIANTS on class CL_CNV_MBT_PIFD_GLOBAL_VARIANT has no exception.
Method STORE_TO_DATABASE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_NAME | Call by reference | Type reference (TYPE) | LTR_OBJECT_NAME | Global Variant Name | 20130918 | |||
| 2 | IV_OVERWRITE | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | Overwrite an existing Global Variant? | 20130918 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Could not write to DB | 20130918 | ||
| 2 | Special Model Locked exception for PIFD objects | 20140310 |
History
| Last changed by/on | SAP | 20141030 |
| SAP Release Created in |