SAP ABAP Class CL_RSROA_UUID_CONVERSION (Conversion of UUID to ID and vice versa)
Hierarchy
SAP_BW (Software Component) SAP Business Warehouse
   BW-BEX-OT (Application Component) OLAP Technology
     RSROA_MISC (Package) OLAP: Various
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_RS_BASE BW Basis 20060710
Properties
Class CL_RSROA_UUID_CONVERSION  
Short Description Conversion of UUID to ID and vice versa    
Super Class CL_RS_BASE BW Basis 
Instantiability of a Class 0  Private 
Final    
General Data
Message Class    
Program status     
Category 0   
Package RSROA_MISC   OLAP: Various 
Created 20060710   SAP 
Last change 20140121   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 RRK Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
2 RRK0 Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
3 RSD Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
4 RSDM Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class CL_RSROA_UUID_CONVERSION has no interface implemented.
Friends
Class CL_RSROA_UUID_CONVERSION has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 P_R_ATTRBUFFER Static Attribute Private Object reference (TYPE REF TO) LCL_ATTRBUFFER Buffer CHANMID .-> External Attribute 20070827
2 P_R_BUFFER Static Attribute Private Object reference (TYPE REF TO) LCL_BUFFER Buffer 20060710
3 P_R_F4_READER Instance attribute Private Object reference (TYPE REF TO) IF_RSMD_RS Reader for ID -> UUID Conversion 20060710
4 P_R_MD_READER Instance attribute Private Object reference (TYPE REF TO) CL_RSMD_RS_READ_MDATA Read Master Data of an InfoObject 20060710
5 P_S_ID_INFO Instance attribute Private Type reference (TYPE) PT_S_ID_INFO 20060710
6 P_TH_ID_BUFFER Instance attribute Private Type reference (TYPE) PT_TH_ID_BUFFER 20060710
7 P_TH_UUID_BUFFER Instance attribute Private Type reference (TYPE) PT_TH_UUID_BUFFER 20060710
8 P_T_REQ_ATR Instance attribute Private Type reference (TYPE) RSDM_T_REQ_ATR 20060710
Methods
# Method Level Visibility Method type Description Created on
1 ADJUST_CHAPRSNT_RULES Static method Public Method Changes 'Sort by Key' to 'Sort by Attribute' 20070824
2 ADJUST_SORTING_RULES Static method Public Method Changes 'Sort by Key' to 'Sort by Attribute' 20070824
3 CLASS_CONSTRUCTOR Static method Public Constructor CLASS_CONSTRUCTOR 20060710
4 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20060710
5 CONVERT_ID_TO_UUID Static method Public Method Conversion of ID to UUID 20060710
6 CONVERT_UUID_TO_ID Static method Public Method Conversion of UUID to ID 20060710
7 _CONVERT_ID_TO_UUID Instance method Private Method Conversion of ID to UUID (Internal) 20060710
8 _CONVERT_ID_TO_UUID_BUF Instance method Private Method Conversion of ID to UUID (Buffered) 20060710
9 _CONVERT_UUID_TO_ID Instance method Private Method Conversion of UUID to ID (Internal) 20060710
10 _CONVERT_UUID_TO_ID_BUF Instance method Private Method Conversion of UUID to ID (Buffered) 20060710
Events
Class CL_RSROA_UUID_CONVERSION has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 PT_S_ID_INFO Private See coding 20060710 begin of PT_S_ID_INFO, attrinm type rsd_attrinm, convexit type convexit, mask type AS4MASK, inttp type inttype, intlen type RSDINTLEN, outputlen type OUTPUTLEN, end of pt_s_id_info
2 PT_S_UUID_BUFFER Private See coding 20060710 begin of Pt_S_UUID_BUFFER, uuid type rschavl, id type rschavlext, end of pt_s_uuid_buffer
3 PT_TH_ID_BUFFER Private See coding 20060710 PT_TH_ID_BUFFER type hashed table of pt_s_uuid_buffer with unique key id
4 PT_TH_UUID_BUFFER Private See coding 20060710 PT_TH_UUID_BUFFER type hashed table of pt_s_uuid_buffer with unique key uuid
Method Signatures

Method ADJUST_CHAPRSNT_RULES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_TH_CHAPRSNT_MOD Call by reference Type reference (TYPE) RSDM_TH_CHAPRSNT Darstellung 20070827
2 Exporting E_TH_CHAPRSNT_NEW Call by reference Type reference (TYPE) RSDM_TH_CHAPRSNT Darstellung 20070827
3 Importing I_CHANMID Call by reference Type reference (TYPE) RRK_CHANMID 20070824
4 Importing I_INFOPROV Call by reference Type reference (TYPE) RSINFOPROV InfoProvider 20070824
5 Importing I_TH_CHAPRSNT Call by reference Type reference (TYPE) RSDM_TH_CHAPRSNT Darstellung 20070824

Method ADJUST_CHAPRSNT_RULES on class CL_RSROA_UUID_CONVERSION has no exception.

Method ADJUST_SORTING_RULES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_INFOPROV Call by reference Type reference (TYPE) RSINFOPROV InfoProvider 20070824
2 Importing I_TX_SORTING Call by reference Type reference (TYPE) RRK0_TX_SORTING 20070824
3 Returning R_TX_SORTING Value transfer Type reference (TYPE) RRK0_TX_SORTING 20070824

Method ADJUST_SORTING_RULES on class CL_RSROA_UUID_CONVERSION has no exception.

Method CLASS_CONSTRUCTOR Signature

Method CLASS_CONSTRUCTOR on class CL_RSROA_UUID_CONVERSION has no parameter.
Method CLASS_CONSTRUCTOR on class CL_RSROA_UUID_CONVERSION has no exception.

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_CHANM Call by reference Type reference (TYPE) RSCHANM Merkmal 20060710
# Exception Resumable Description Created on
1 CX_RS_ERROR BW: Allgemeine Fehlerklasse 20060731

Method CONVERT_ID_TO_UUID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_CHANM Call by reference Type reference (TYPE) RSCHANM Merkmal 20060710
2 Importing I_CHAVL_EXT Call by reference Type reference (TYPE) RSCHAVLEXT Feld für einen beliebigen Merkmalswert (externe Darstellung) 20060710
3 Returning R_CHAVL_INT Value transfer Type reference (TYPE) RSCHAVL Dim: Feld für einen beliebigen Merkmalswert 20060710
# Exception Resumable Description Created on
1 CX_RSROA_INVALID_ID Wert ist keine ID 20060821

Method CONVERT_UUID_TO_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_CHANM Call by reference Type reference (TYPE) RSCHANM Merkmal 20060710
2 Importing I_CHAVL_IN Call by reference Type reference (TYPE) C UUID 20060710
3 Returning R_CHAVL_E Value transfer Type reference (TYPE) RSCHAVLEXT Feld für einen beliebigen Merkmalswert (externe Darstellung) 20060710

Method CONVERT_UUID_TO_ID on class CL_RSROA_UUID_CONVERSION has no exception.

Method _CONVERT_ID_TO_UUID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_CHAVL_EXT Call by reference Type reference (TYPE) RSCHAVLEXT Feld für einen beliebigen Merkmalswert (externe Darstellung) 20060710
2 Returning R_CHAVL_INT Value transfer Type reference (TYPE) RSCHAVL Dim: Feld für einen beliebigen Merkmalswert 20060710
# Exception Resumable Description Created on
1 CX_RSROA_INVALID_ID Wert ist keine ID 20060821

Method _CONVERT_ID_TO_UUID_BUF Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_CHAVL_EXT Call by reference Type reference (TYPE) RSCHAVLEXT Feld für einen beliebigen Merkmalswert (externe Darstellung) 20060710
2 Returning R_CHAVL_IN Value transfer Type reference (TYPE) RSCHAVL Dim: Feld für einen beliebigen Merkmalswert 20060710
# Exception Resumable Description Created on
1 CX_RSROA_INVALID_ID Wert ist keine ID 20060830

Method _CONVERT_UUID_TO_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_CHAVL_IN Call by reference Type reference (TYPE) C 20060710
2 Returning R_CHAVL_E Value transfer Type reference (TYPE) RSCHAVLEXT Feld für einen beliebigen Merkmalswert (externe Darstellung) 20060710

Method _CONVERT_UUID_TO_ID on class CL_RSROA_UUID_CONVERSION has no exception.

Method _CONVERT_UUID_TO_ID_BUF Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_CHAVL_IN Call by reference Type reference (TYPE) C 20060710
2 Returning R_CHAVL_E Value transfer Type reference (TYPE) RSCHAVLEXT Feld für einen beliebigen Merkmalswert (externe Darstellung) 20060710

Method _CONVERT_UUID_TO_ID_BUF on class CL_RSROA_UUID_CONVERSION has no exception.
History
Last changed by/on SAP  20140121 
SAP Release Created in 710