SAP ABAP Class CL_SPI_CM_PSD (Metadata maintenance: step)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-SRV-PMI (Application Component) Process Monitoring Infrastructure
⤷
SPI21 (Package) Central Meta Data (Maintenance)
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_OS_STATE | State Management for a 'Managed Object' | 20021023 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_SPI_CM_CHECK | Consistency Check of PMI Metadata | 20021211 |
Properties
| Class | CL_SPI_CM_PSD | |
| Short Description | Metadata maintenance: step | |
| Super Class | ||
| Instantiability of a Class | 1 | Protected |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 10 | Persistent Class |
| Package | SPI21 | Central Meta Data (Maintenance) |
| Created | 20021023 | 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) | |
| 2 | Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) |
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_OS_STATE | State Management for a 'Managed Object' | 20021023 | ||
| 2 | IF_SPI_CM_CHECK | Consistency Check of PMI Metadata | 20021211 |
Friends
| # | Friend | Modeled only | Created on | Description |
|---|---|---|---|---|
| 1 | CB_SPI_CM_PSD | 20030509 | Base Agent Meta Data Maintenance: Step | |
| 2 | CL_SPI_CU_MAINTAIN | 20021123 | Metadata maintenance: API class |
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Protected | Type reference (TYPE) | SPIPSNAME | Name of a Step - Stays the Same When Copied | 20030422 | |||
| 2 | Instance attribute | Protected | Type reference (TYPE) | SPIPROCTP | SPI: Process Type ID | 20021023 | |||
| 3 | Instance attribute | Protected | Type reference (TYPE) | SPIPRSTID | SPI: Process Step ID | 20021023 | |||
| 4 | Instance attribute | Protected | Type reference (TYPE) | SPIAGSIGN | Global SPI: Agent Signature | 20021023 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Get-method of a virtual attribute | Reads the Attribute NAME | 20030422 | |
| 2 | Instance method | Public | Get-method of a virtual attribute | Reads the Attribute PROCTYPE | 20021023 | |
| 3 | Instance method | Public | Get-method of a virtual attribute | Reads the Attribute PRSTEPID | 20021023 | |
| 4 | Instance method | Public | Get-method of a virtual attribute | Reads the Attribute SIGNATURE | 20021023 | |
| 5 | Instance method | Public | Method | Determines Whether an Event is Involved | 20021203 | |
| 6 | Instance method | Public | Method | Reads System Flag of the Signature | 20021127 | |
| 7 | Instance method | Public | Set-method of a virtual attribute | Sets the Attribute NAME | 20030422 | |
| 8 | Instance method | Public | Method | Gets addresses for this step | 20080305 | |
| 9 | Instance method | Public | Method | Reads Agent ID of the Signature | 20021025 | |
| 10 | Instance method | Public | Method | Reads the Text of the Agent | 20021028 | |
| 11 | Instance method | Public | Method | Gets the components of the signature | 20080125 | |
| 12 | Instance method | Public | Method | Reads Conditions for a Signature | 20021025 | |
| 13 | Instance method | Public | Method | Reads the Destinations for this Step | 20021211 | |
| 14 | Instance method | Public | Method | Reads Original Signature for the Texts | 20031021 | |
| 15 | Instance method | Public | Method | Reads Payload for a Signature | 20021025 | |
| 16 | Instance method | Public | Method | Reads the Text for a Signature | 20021025 | |
| 17 | Instance method | Protected | Method | Sets Original Signature for the Texts | 20031021 | |
| 18 | Instance method | Public | Method | Sets the Signature Text | 20021025 |
Events
Class CL_SPI_CM_PSD has no event.
Types
Class CL_SPI_CM_PSD has no local type.
Method Signatures
Method GET_NAME Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RESULT | Value transfer | Type reference (TYPE) | SPIPSNAME | Attributwert | 20030422 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Object Services Exception | 20030422 |
Method GET_PROCTYPE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RESULT | Value transfer | Type reference (TYPE) | SPIPROCTP | Attributwert | 20021023 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Object Services Exception | 20021023 |
Method GET_PRSTEPID Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RESULT | Value transfer | Type reference (TYPE) | SPIPRSTID | Attributwert | 20021023 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Object Services Exception | 20021023 |
Method GET_SIGNATURE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RESULT | Value transfer | Type reference (TYPE) | SPIAGSIGN | Attributwert | 20021023 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Object Services Exception | 20021023 |
Method IS_EVENT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RESULT | Value transfer | Type reference (TYPE) | SPIBOOL | SPI Global: Boolscher Wert | 20021203 |
Method IS_EVENT on class CL_SPI_CM_PSD has no exception.
Method IS_SYST Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RESULT | Value transfer | Type reference (TYPE) | SPIBOOL | SPI: Generische Signatur (prozessübergreifend) | 20021127 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Fehlerklasse für die Objekte Metadatenpflege | 20021213 |
Method SET_NAME Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_NAME | Call by reference | Type reference (TYPE) | SPIPSNAME | Attributwert | 20030422 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Object Services Exception | 20030422 |
Method _GET_ADDRESSES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RT_RESULT | Value transfer | Type reference (TYPE) | TSPICMADDR | Liste von Referenzen auf Schritt Adressen | 20080305 |
Method _GET_ADDRESSES on class CL_SPI_CM_PSD has no exception.
Method _GET_AGENTID Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RESULT | Value transfer | Type reference (TYPE) | SPIAGNTID | SPI Global: Agenten-ID | 20021025 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Fehlerklasse für die Objekte Metadatenpflege | 20021213 |
Method _GET_AGENTXT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RESULT | Value transfer | Type reference (TYPE) | SPIAGNTXT | SPI: Beschreibung für Agenten | 20021028 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Fehlerklasse für die Objekte Metadatenpflege | 20021213 |
Method _GET_COMPNAME Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RESULT | Value transfer | Type reference (TYPE) | SPITOOLID | SPI: Id eines Tools | 20080125 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Fehlerklasse für die Objekte Metadatenpflege | 20080125 |
Method _GET_CONDITIONS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IP_FLDNAME | Call by reference | Type reference (TYPE) | SPIDFLDNAM | SPI: Name eines Datenfelds | 20021120 | |||
| 2 | RT_RESULT | Value transfer | Type reference (TYPE) | TSPICMSGCON | Liste von Referenzen auf Signatur Konditionen | 20021025 |
Method _GET_CONDITIONS on class CL_SPI_CM_PSD has no exception.
Method _GET_DESTINATIONS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RT_RESULT | Value transfer | Type reference (TYPE) | TSPICMDEST | Liste von Referenzen auf Schritt Destinationen | 20021211 |
Method _GET_DESTINATIONS on class CL_SPI_CM_PSD has no exception.
Method _GET_ORGID Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RESULT | Value transfer | Type reference (TYPE) | SPIAGSIGN | SPI: Beschreibung für Signatur eines Agenten | 20031021 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Fehlerklasse für die Objekte Metadatenpflege | 20031021 |
Method _GET_PAYLOAD Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RT_RESULT | Value transfer | Type reference (TYPE) | TSPICMSGFLD | Liste Referenzen Payload Signatur | 20021025 |
Method _GET_PAYLOAD on class CL_SPI_CM_PSD has no exception.
Method _GET_SIGNATXT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RESULT | Value transfer | Type reference (TYPE) | SPISGNTXT | SPI: Beschreibung für Signatur eines Agenten | 20021025 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Fehlerklasse für die Objekte Metadatenpflege | 20021213 |
Method _SET_ORGID Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ORGID | Call by reference | Type reference (TYPE) | SPIAGSIGN | SPI: Beschreibung für Signatur eines Agenten | 20031021 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Fehlerklasse für die Objekte Metadatenpflege | 20031021 |
Method _SET_SIGNATXT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | SIGNATXT | Call by reference | Type reference (TYPE) | SPISGNTXT | SPI: Beschreibung für Signatur eines Agenten | 20021025 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Fehlerklasse für die Objekte Metadatenpflege | 20021213 |
History
| Last changed by/on | SAP | 20110908 |
| SAP Release Created in | 630 |