SAP ABAP Class CL_SATC_ID (Service Class for ID Handling)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-DWB-TOO-ATF (Application Component) ABAP Test Frameworks ( ATC, CheckMan, Code Inspector)
⤷
SATC_SHARED_AUX_API (Package) INTERNAL: - *NO* REUSE - Auxilaries API
⤷
⤷
Properties
| Class | CL_SATC_ID | |
| Short Description | Service Class for ID Handling | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | SATC_SHARED_AUX_API | INTERNAL: - *NO* REUSE - Auxilaries API |
| Created | 20060601 | SAP |
| Last change | 20130531 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_SATC_ID has no forward declaration.
Interfaces
Class CL_SATC_ID has no interface implemented.
Friends
Class CL_SATC_ID has no friend class.
Attributes
Class CL_SATC_ID has no attribute.
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Static method | Public | Method | Converts ID from Standard/Binary Format to Text Format | 20060601 | |
| 2 | Static method | Public | Method | Converts ID from Text to Standard/Binary Format | 20060601 | |
| 3 | Static method | Public | Method | Creates GUID in Binary Format | 20060601 |
Events
Class CL_SATC_ID has no event.
Types
Class CL_SATC_ID has no local type.
Method Signatures
Method CONVERT_STANDARD_TO_TX Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_ID | Call by reference | Type reference (TYPE) | SATC_D_ID | ATC: Unique ID | 20060601 | |||
| 2 | RESULT | Value transfer | Type reference (TYPE) | SATC_D_ID_TX | ATC: Unique ID in Text Format | 20060601 |
Method CONVERT_STANDARD_TO_TX on class CL_SATC_ID has no exception.
Method CONVERT_TX_TO_STANDARD Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_TX_ID | Call by reference | Type reference (TYPE) | SATC_D_ID_TX | ATC: Unique ID in Text Format | 20060601 | |||
| 2 | RESULT | Value transfer | Type reference (TYPE) | SATC_D_ID | ATC: Unique ID | 20060601 |
Method CONVERT_TX_TO_STANDARD on class CL_SATC_ID has no exception.
Method CREATE_GUID Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RESULT | Value transfer | Type reference (TYPE) | SATC_D_ID | ATC: Unique ID | 20060601 |
Method CREATE_GUID on class CL_SATC_ID has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in |