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 ABAP 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 PC_NR_OBJECT Constant Private Type reference (TYPE) NROBJ 'CNV_PIFD_G' Name of number range object 20130918
2 PC_NR_RANGE_NR Constant Private Type reference (TYPE) NRNR '1' Number Range Number 20130918
3 PT_VARIANTS Instance attribute Private Type reference (TYPE) CNV_MBT_PIFD_T_VARIANT_REFS List of Variant objects 20130918
4 PV_CH_TIMESTAMP Instance attribute Private Type reference (TYPE) CNV_MBT_PIFD_MODIFY_TSTAMP Changed on (timestamp) 20130918
5 PV_CH_USER Instance attribute Private Type reference (TYPE) CHUSER Changed by 20130918
6 PV_CR_TIMESTAMP Instance attribute Private Type reference (TYPE) CNV_MBT_PIFD_CREATION_TSTAMP Created on (timestamp) 20130918
7 PV_CR_USER Instance attribute Private Type reference (TYPE) CRUSER Created by 20130918
8 PV_DESCRIPTION Instance attribute Private Type reference (TYPE) LTR_DESCRIPTION LTR: Object Description Text 20130918
9 PV_NAME Instance attribute Private Type reference (TYPE) LTR_OBJECT_NAME LTR Object Name 20130918
10 PV_VARIANT_LIST_DIRTY 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 FIND_ALL_FOR_INTERFACE Static method Public Method Loads all global variants containing a variant for the IF 20130918
2 GET_CH_TIMESTAMP Instance method Public Method Returns the point in time the global variant was changed 20130918
3 GET_CH_USER Instance method Public Method Returns the user who last modified the global variant 20130918
4 GET_CR_TIMESTAMP Instance method Public Method Returns the point in time the global variant was created 20130918
5 GET_CR_USER Instance method Public Method Returns the user who created the global variant 20130918
6 GET_DESCRIPTION Instance method Public Method Returns the description of the global variant 20130918
7 GET_NAME Instance method Public Method Returns the name of the global variant 20130918
8 GET_NEXT_ID Static method Private Method Get the next free ID for a Global Variant 20130918
9 GET_VARIANT Instance method Public Method Returns a single PIFD variant stored in the global variant 20130918
10 GET_VARIANTS Instance method Public Method Returns the PIFD variants stored in the global variant 20130918
11 LOAD_BY_NAME Static method Public Method Loads a global variant via its name 20130918
12 SET_DESCRIPTION Instance method Public Method Set the descritption of the global variant 20130918
13 SET_VARIANTS Instance method Public Method Set PIFD variants to be stored in this global variant 20130918
14 STORE_TO_DATABASE 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 Importing IR_INTERFACE Call by reference Object reference (TYPE REF TO) CL_CNV_MBT_PIFD_INTERFACE PIFD Parameter Container Class 20130918
2 Returning 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 Returning 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 Returning 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 Returning 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 Returning 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 Returning 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 Returning 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 Returning 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 Importing IR_INTERFACE Call by reference Object reference (TYPE REF TO) CL_CNV_MBT_PIFD_INTERFACE PIFD Parameter Container Class 20130918
2 Returning 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 Returning 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 Importing IV_NAME Call by reference Type reference (TYPE) LTR_OBJECT_NAME LTR Object Name 20130918
2 Returning 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 Importing 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 Importing 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 Importing IV_NAME Call by reference Type reference (TYPE) LTR_OBJECT_NAME Global Variant Name 20130918
2 Importing IV_OVERWRITE Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE Overwrite an existing Global Variant? 20130918
# Exception Resumable Description Created on
1 CX_CNV_MBT_PIFD_DB_WRITE_FAIL Could not write to DB 20130918
2 CX_LTR_MODEL_LOCKED Special Model Locked exception for PIFD objects 20140310
History
Last changed by/on SAP  20141030 
SAP Release Created in