SAP ABAP Class CL_SPI_DEMO_AGENT (SPI Agent for Alert Test Application)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-SRV-PMI (Application Component) Process Monitoring Infrastructure
⤷
SPI9 (Package) Central: Tests and Test Environment
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_SPI_AGENT | Abstract Class for PMIT Agents | 20101004 |
Properties
| Class | CL_SPI_DEMO_AGENT | |
| Short Description | SPI Agent for Alert Test Application | |
| Super Class | CL_SPI_AGENT | Abstract Class for PMIT Agents |
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | SPI9 | Central: Tests and Test Environment |
| Created | 20101004 | SAP |
| Last change | 20110908 | 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) |
Interfaces
Class CL_SPI_DEMO_AGENT has no interface implemented.
Friends
Class CL_SPI_DEMO_AGENT has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Private | Type reference (TYPE) | SPIAGNTID | 'J2gPrmd62xxX00002a8IEG' | SPI Global: Agent ID | 20101004 | ||
| 2 | Instance attribute | Private | Type reference (TYPE) | SPICMPFIN | SPIL_NFIN | Instance Status ("forced finish") | 20101004 | ||
| 3 | Instance attribute | Private | Type reference (TYPE) | SPIERRST | SPIL_TR_TEMP_STATUS_OKAY | Status in the Tracking Record (Header: "ERROR") | 20101004 | ||
| 4 | Instance attribute | Private | Type reference (TYPE) | TSPINV | SPI Global: Table of Name-Value Pairs | 20101004 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Deletes all tracking data of application | 20101004 | |
| 2 | Instance method | Public | Constructor | Create Instance with Condition Specified (Step ID) | 20101004 | |
| 3 | Instance method | Public | Method | Set Customer Number | 20101004 | |
| 4 | Instance method | Public | Method | Set Delivery Number | 20101004 | |
| 5 | Instance method | Public | Method | Set Status "Finished" | 20101004 | |
| 6 | Instance method | Public | Method | Set Invoice Number | 20101004 | |
| 7 | Instance method | Public | Method | Set Order Number | 20101004 | |
| 8 | Instance method | Public | Method | Set Time Stamp from Application | 20101004 | |
| 9 | Instance method | Public | Method | Sets the TR status | 20101004 | |
| 10 | Instance method | Protected | Method | Writes the tracking data for the application | 20101004 |
Events
Class CL_SPI_DEMO_AGENT has no event.
Types
Class CL_SPI_DEMO_AGENT has no local type.
Method Signatures
Method CLEAR_DATA Signature
Method CLEAR_DATA on class CL_SPI_DEMO_AGENT has no parameter.
Method CLEAR_DATA on class CL_SPI_DEMO_AGENT has no exception.
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IP_CONDITION | Call by reference | Type reference (TYPE) | SPIATTVAL | Bedingung für Bedingungsfeld | 20101004 |
Method CONSTRUCTOR on class CL_SPI_DEMO_AGENT has no exception.
Method SET_CUST_NO Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IP_CUSTNO | Call by reference | Type reference (TYPE) | SPIDEMOCUSTOMERID | Kundennummer | 20101004 |
Method SET_CUST_NO on class CL_SPI_DEMO_AGENT has no exception.
Method SET_DELIVERY_NO Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IP_DELIVERY | Call by reference | Type reference (TYPE) | SPIDEMOSHIPMENTID | Liefernummer | 20101004 |
Method SET_DELIVERY_NO on class CL_SPI_DEMO_AGENT has no exception.
Method SET_FORCED_FINISH Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IP_ALL_BRANCHES | Call by reference | Type reference (TYPE) | SPIBOOL | SPI Global: Boolscher Wert | 20101004 |
Method SET_FORCED_FINISH on class CL_SPI_DEMO_AGENT has no exception.
Method SET_INVOICE_NO Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IP_INVOICE | Call by reference | Type reference (TYPE) | SPIDEMOORDERID | Rechnungsnummer | 20101004 |
Method SET_INVOICE_NO on class CL_SPI_DEMO_AGENT has no exception.
Method SET_ORDER_NO Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IP_ORDERNO | Call by reference | Type reference (TYPE) | SPIDEMOORDERID | Auftragsnummer | 20101004 |
Method SET_ORDER_NO on class CL_SPI_DEMO_AGENT has no exception.
Method SET_TIMESTAMP Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IP_TIMESTMP | Call by reference | Type reference (TYPE) | TIMESTAMP | Zeitstempel aus der Anwendung | 20101004 |
Method SET_TIMESTAMP on class CL_SPI_DEMO_AGENT has no exception.
Method SET_TR_STATUS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IP_TR_STATUS | Call by reference | Type reference (TYPE) | SPIERRST | SPI: Fehlerstatus für Prozess | 20101004 |
Method SET_TR_STATUS on class CL_SPI_DEMO_AGENT has no exception.
Method WRITE_DATA Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IP_FIELDNAME | Call by reference | Type reference (TYPE) | SPIDFLDNAM | SPI: Name eines Datenfelds | 20101004 | |||
| 2 | IP_VALUE | Call by reference | Type reference (TYPE) | SPIATTVAL | SPI Global: Wert zu einem Feldnamen | 20101004 |
Method WRITE_DATA on class CL_SPI_DEMO_AGENT has no exception.
History
| Last changed by/on | SAP | 20110908 |
| SAP Release Created in | 703 |