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 | ![]() |
Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
2 | ![]() |
Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
3 | ![]() |
Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
4 | ![]() |
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 | ![]() |
Static Attribute | Private | Object reference (TYPE REF TO) | LCL_ATTRBUFFER | Buffer CHANMID .-> External Attribute | 20070827 | ||
2 | ![]() |
Static Attribute | Private | Object reference (TYPE REF TO) | LCL_BUFFER | Buffer | 20060710 | ||
3 | ![]() |
Instance attribute | Private | Object reference (TYPE REF TO) | IF_RSMD_RS | Reader for ID -> UUID Conversion | 20060710 | ||
4 | ![]() |
Instance attribute | Private | Object reference (TYPE REF TO) | CL_RSMD_RS_READ_MDATA | Read Master Data of an InfoObject | 20060710 | ||
5 | ![]() |
Instance attribute | Private | Type reference (TYPE) | PT_S_ID_INFO | 20060710 | |||
6 | ![]() |
Instance attribute | Private | Type reference (TYPE) | PT_TH_ID_BUFFER | 20060710 | |||
7 | ![]() |
Instance attribute | Private | Type reference (TYPE) | PT_TH_UUID_BUFFER | 20060710 | |||
8 | ![]() |
Instance attribute | Private | Type reference (TYPE) | RSDM_T_REQ_ATR | 20060710 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Static method | Public | Method | Changes 'Sort by Key' to 'Sort by Attribute' | 20070824 |
2 | ![]() |
Static method | Public | Method | Changes 'Sort by Key' to 'Sort by Attribute' | 20070824 |
3 | ![]() |
Static method | Public | Constructor | CLASS_CONSTRUCTOR | 20060710 |
4 | ![]() |
Instance method | Public | Constructor | CONSTRUCTOR | 20060710 |
5 | ![]() |
Static method | Public | Method | Conversion of ID to UUID | 20060710 |
6 | ![]() |
Static method | Public | Method | Conversion of UUID to ID | 20060710 |
7 | ![]() |
Instance method | Private | Method | Conversion of ID to UUID (Internal) | 20060710 |
8 | ![]() |
Instance method | Private | Method | Conversion of ID to UUID (Buffered) | 20060710 |
9 | ![]() |
Instance method | Private | Method | Conversion of UUID to ID (Internal) | 20060710 |
10 | ![]() |
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 | ![]() |
E_TH_CHAPRSNT_MOD | Call by reference | Type reference (TYPE) | RSDM_TH_CHAPRSNT | Darstellung | 20070827 | ||
2 | ![]() |
E_TH_CHAPRSNT_NEW | Call by reference | Type reference (TYPE) | RSDM_TH_CHAPRSNT | Darstellung | 20070827 | ||
3 | ![]() |
I_CHANMID | Call by reference | Type reference (TYPE) | RRK_CHANMID | 20070824 | |||
4 | ![]() |
I_INFOPROV | Call by reference | Type reference (TYPE) | RSINFOPROV | InfoProvider | 20070824 | ||
5 | ![]() |
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 | ![]() |
I_INFOPROV | Call by reference | Type reference (TYPE) | RSINFOPROV | InfoProvider | 20070824 | ||
2 | ![]() |
I_TX_SORTING | Call by reference | Type reference (TYPE) | RRK0_TX_SORTING | 20070824 | |||
3 | ![]() |
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 | ![]() |
I_CHANM | Call by reference | Type reference (TYPE) | RSCHANM | Merkmal | 20060710 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
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 | ![]() |
I_CHANM | Call by reference | Type reference (TYPE) | RSCHANM | Merkmal | 20060710 | ||
2 | ![]() |
I_CHAVL_EXT | Call by reference | Type reference (TYPE) | RSCHAVLEXT | Feld für einen beliebigen Merkmalswert (externe Darstellung) | 20060710 | ||
3 | ![]() |
R_CHAVL_INT | Value transfer | Type reference (TYPE) | RSCHAVL | Dim: Feld für einen beliebigen Merkmalswert | 20060710 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
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 | ![]() |
I_CHANM | Call by reference | Type reference (TYPE) | RSCHANM | Merkmal | 20060710 | ||
2 | ![]() |
I_CHAVL_IN | Call by reference | Type reference (TYPE) | C | UUID | 20060710 | ||
3 | ![]() |
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 | ![]() |
I_CHAVL_EXT | Call by reference | Type reference (TYPE) | RSCHAVLEXT | Feld für einen beliebigen Merkmalswert (externe Darstellung) | 20060710 | ||
2 | ![]() |
R_CHAVL_INT | Value transfer | Type reference (TYPE) | RSCHAVL | Dim: Feld für einen beliebigen Merkmalswert | 20060710 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
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 | ![]() |
I_CHAVL_EXT | Call by reference | Type reference (TYPE) | RSCHAVLEXT | Feld für einen beliebigen Merkmalswert (externe Darstellung) | 20060710 | ||
2 | ![]() |
R_CHAVL_IN | Value transfer | Type reference (TYPE) | RSCHAVL | Dim: Feld für einen beliebigen Merkmalswert | 20060710 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
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 | ![]() |
I_CHAVL_IN | Call by reference | Type reference (TYPE) | C | 20060710 | |||
2 | ![]() |
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 | ![]() |
I_CHAVL_IN | Call by reference | Type reference (TYPE) | C | 20060710 | |||
2 | ![]() |
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 |