SAP ABAP Class CL_SLIM_MEASUREMENT (System Measurement: Main Class)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-SRV-LIM (Application Component) License Measurement
⤷
SLIM (Package) System Measurement
⤷
⤷
Properties
| Class | CL_SLIM_MEASUREMENT | |
| Short Description | System Measurement: Main Class | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | SLIM | System Measurement |
| Created | 20060908 | SAP |
| Last change | 20110908 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) |
Interfaces
Class CL_SLIM_MEASUREMENT has no interface implemented.
Friends
Class CL_SLIM_MEASUREMENT has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Public | Type reference (TYPE) | SY-DATUM | Date | 20061018 | |||
| 2 | Instance attribute | Public | Type reference (TYPE) | SLIM_MEAS_GUID | Measurement ID | 20061018 | |||
| 3 | Instance attribute | Public | Type reference (TYPE) | RSUVM_MNO | System Measurement: Current Measurement Number | 20061018 | |||
| 4 | Instance attribute | Public | Type reference (TYPE) | SY-UZEIT | Current Time of Application Server | 20061018 | |||
| 5 | Instance attribute | Public | Type reference (TYPE) | SLIM_MEAS_USER | User ID for Last Measurement Start | 20061018 | |||
| 6 | Instance attribute | Public | Type reference (TYPE) | SLIM_MEAS_GUID | System Measurement: Measurement ID | 20061018 | |||
| 7 | Instance attribute | Public | Type reference (TYPE) | SLIM_TIMESTAMP | System Measurement: Time Stamp in UTC Format | 20061018 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Constructor | CONSTRUCTOR | 20061018 | |
| 2 | Instance method | Public | Method | Read AUC Status | 20070815 | |
| 3 | Instance method | Public | Method | Returns the Last Transfer ID | 20061018 | |
| 4 | Instance method | Private | Method | Read the ADM Data | 20061018 | |
| 5 | Instance method | Public | Method | Read GUID of a Measurement | 20070815 | |
| 6 | Instance method | Public | Method | Returns Measurement Number | 20061018 | |
| 7 | Instance method | Public | Method | Measurement Data to Be Transferred | 20061027 | |
| 8 | Instance method | Public | Method | Returns the Current Transfer ID | 20061018 | |
| 9 | Instance method | Public | Method | Insert AUC Status | 20070815 | |
| 10 | Instance method | Public | Method | Sets the Measurement Number | 20070926 | |
| 11 | Instance method | Public | Method | Generates the Transfer ID | 20061027 | |
| 12 | Instance method | Public | Method | Sets Transfer Time | 20070921 |
Events
Class CL_SLIM_MEASUREMENT has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | LT_TRANSFER_ID | Public | See coding | 20070921 | BEGIN OF LT_TRANSFER_id ,
trans_id type GUID_16,
transfer_time type SLIM_TIMESTAMP,
counter_id type TUL_TRSTAT-counter_id,
END OF LT_TRANSFER_id
|
Method Signatures
Method CONSTRUCTOR Signature
Method CONSTRUCTOR on class CL_SLIM_MEASUREMENT has no parameter.
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Systemvermessung: Globale | 20061018 |
Method GET_AUC_STATUS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | PR_AUC_STATUS | Value transfer | Type reference (TYPE) | SLIM_AUC_STATUS | Systemvermessung: Status AUC | 20070815 |
Method GET_AUC_STATUS on class CL_SLIM_MEASUREMENT has no exception.
Method GET_LAST_TRANSFER_ID Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | PR_TRANSID | Value transfer | Type reference (TYPE) | GUID_16 | GUID im 'RAW' Format | 20061018 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Systemvermessung: Globale | 20061018 |
Method GET_MEAS_ADM_DATA Signature
Method GET_MEAS_ADM_DATA on class CL_SLIM_MEASUREMENT has no parameter.
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Systemvermessung: Globale | 20061018 |
Method GET_MEAS_GUID Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | PI_MEAS_NO | Call by reference | Type reference (TYPE) | RSUVM_MNO | Systemvermessung: laufende Vermessungsnummer | 20070815 | |||
| 2 | PR_GUID | Value transfer | Type reference (TYPE) | SLIM_MEAS_GUID | Systemvermessung: Id der Vermessung | 20070815 |
Method GET_MEAS_GUID on class CL_SLIM_MEASUREMENT has no exception.
Method GET_MEAS_ID Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | PR_MEAS_NO | Value transfer | Type reference (TYPE) | RSUVM_MNO | Systemvermessung: laufende Vermessungsnummer | 20061018 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Systemvermessung: Globale | 20061018 |
Method GET_TRANSFER_DATA Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | PR_TRANS_DATA | Value transfer | Type reference (TYPE) | SLIM_TRANS_DATA | Systemvermessung: Transfer Data | 20061027 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Systemvermessung: Globale Ausnahmeklasse | 20061027 |
Method GET_TRANSFER_ID Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | PR_TRANSFER_ID | Value transfer | Type reference (TYPE) | CL_SLIM_TRANSFER=>LT_TRANSFER_ID | 20061027 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Systemvermessung: Globale | 20061018 |
Method SET_AUC_STATUS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | PI_STATUS | Call by reference | Type reference (TYPE) | SLIM_AUC_STATUS | Systemvermessung: Status AUC | 20070815 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Systemvermessung: Globale | 20070815 |
Method SET_MEAS_ID Signature
Method SET_MEAS_ID on class CL_SLIM_MEASUREMENT has no parameter.
Method SET_MEAS_ID on class CL_SLIM_MEASUREMENT has no exception.
Method SET_TRANSFER_ID Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | PI_TRANSFER_ID | Call by reference | Type reference (TYPE) | LT_TRANSFER_ID | 20071023 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Systemvermessung: Globale | 20061027 |
Method SET_TRANSFER_TIME Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | PI_TRANSFER_DESCR | Call by reference | Type reference (TYPE) | LT_TRANSFER_ID | ID & timestamp der Übertragung | 20070921 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Systemvermessung: Globale Ausnahmeklasse | 20070921 |
History
| Last changed by/on | SAP | 20110908 |
| SAP Release Created in |