SAP ABAP Class CL_SPI_ALE_OUTBOUND (Configuration Class for Outbound ALE)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-SRV-PMI (Application Component) Process Monitoring Infrastructure
⤷
SPI13 (Package) Central: Configuration + CCMS Interface
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_SPI_CONFIG_COMPONENT | SPI: Component of an SPI Configuration | 20030604 |
Properties
| Class | CL_SPI_ALE_OUTBOUND | |
| Short Description | Configuration Class for Outbound ALE | |
| Super Class | CL_SPI_CONFIG_COMPONENT | SPI: Component of an SPI Configuration |
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | SPI13 | Central: Configuration + CCMS Interface |
| Created | 20030604 | SAP |
| Last change | 20110908 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_SPI_ALE_OUTBOUND has no forward declaration.
Interfaces
Class CL_SPI_ALE_OUTBOUND has no interface implemented.
Friends
Class CL_SPI_ALE_OUTBOUND has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Public | Type reference (TYPE) | STRING | 'ALE_OUTBOUND' | Outbound ALE Component | 20030604 | ||
| 2 | Constant | Protected | Type reference (TYPE) | SPIDFLDNAM | 'CIDOCTYP' | Field Name of the IDoc Type | 20040331 | ||
| 3 | Constant | Protected | Type reference (TYPE) | SPIDFLDNAM | 'CMESTYP' | Field Name of Message Type | 20040325 | ||
| 4 | Constant | Protected | Type reference (TYPE) | SPIDFLDNAM | 'CRCVPOR' | Field Name of the Recipient Port | 20040325 | ||
| 5 | Constant | Protected | Type reference (TYPE) | SPIDFLDNAM | '$2IDC_SNDPOR?IDC_MANDT' | Field Name of the Sender System in the IDoc Adapter | 20040326 | ||
| 6 | Constant | Protected | Type reference (TYPE) | SPIAGNTID | 'jNQUFrQ7Y4cjEXPzjbJVnW' | ID of Agent of First Step | 20030604 | ||
| 7 | Constant | Protected | Type reference (TYPE) | SPIPSNAME | 'ALE_CREA' | 20030604 | |||
| 8 | Constant | Protected | Type reference (TYPE) | SPIDFLDNAM | 'CDOCNUM' | Field Name of IDoc Number | 20030604 | ||
| 9 | Constant | Protected | Type reference (TYPE) | SPIPSNAME | 'ALE_OUT' | 20030604 | |||
| 10 | Constant | Public | Type reference (TYPE) | SPIPSNAME | 'EX_ALE' | Step for External ALE System | 20040326 | ||
| 11 | Constant | Protected | Type reference (TYPE) | SPIPROCTP | 'A5B74A21E9D6114F9B439271193513D0' | Template Process for Outbound ALE | 20030604 | ||
| 12 | Instance attribute | Protected | Object reference (TYPE REF TO) | CL_SPI_CONFIG_COMPONENT | Hook | 20030604 | |||
| 13 | Instance attribute | Protected | Object reference (TYPE REF TO) | CL_SPI_CONFIG_COMPONENT | tRFC Component | 20030604 | |||
| 14 | Instance attribute | Protected | Type reference (TYPE) | STRING | System Name of the ALE Sender System (SYSID?MANDT) | 20040326 | |||
| 15 | Instance attribute | Protected | Type reference (TYPE) | TSPICMCOND | Restriction of the IDoc Type | 20040331 | |||
| 16 | Instance attribute | Protected | Type reference (TYPE) | TSPICMCOND | Restriction of the Message Type | 20040325 | |||
| 17 | Instance attribute | Protected | Type reference (TYPE) | TSPICMCOND | Restriction of the Recipient Port | 20040325 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Restricted (Additionally) to Message Type (IDOCTP) | 20040331 | |
| 2 | Instance method | Public | Method | Restricted (Additionally) to Message Type (MESTYP) | 20040325 | |
| 3 | Instance method | Public | Method | Restricted (Additionally) to Recipient Port (RCVPOR) | 20040325 | |
| 4 | Instance method | Public | Constructor | Constructor | 20030604 | |
| 5 | Instance method | Public | Method | Restricted (Additionally) to Message Type (IDOCTYP) | 20040331 | |
| 6 | Instance method | Public | Method | Restricted (Additionally) to Message Type (MESTYP) | 20040325 | |
| 7 | Instance method | Public | Method | Restricted (Additionally) to Recipient Port (RCVPOR) | 20040325 |
Events
Class CL_SPI_ALE_OUTBOUND has no event.
Types
Class CL_SPI_ALE_OUTBOUND has no local type.
Method Signatures
Method ADD_IDOC_TYPE_RESTRICTION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IP_IDOC_TYPE | Call by reference | Type reference (TYPE) | EDI4IDOCTP | Idoctyp | 20040331 | |||
| 2 | IP_OPTION | Call by reference | Type reference (TYPE) | BAPIOPTION | 'EQ' | Selektionsoperator ('EQ', 'NE', ...) | 20040331 | ||
| 3 | IP_SIGN | Call by reference | Type reference (TYPE) | BAPISIGN | 'I' | Ein-/Ausschlußkriterium (I oder E) | 20040331 |
Method ADD_IDOC_TYPE_RESTRICTION on class CL_SPI_ALE_OUTBOUND has no exception.
Method ADD_MESSAGE_TYPE_RESTRICTION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IP_MESSAGE_TYPE | Call by reference | Type reference (TYPE) | EDI4MESTYP | Nachrichtenart | 20040325 | |||
| 2 | IP_OPTION | Call by reference | Type reference (TYPE) | BAPIOPTION | 'EQ' | Selektionsoperator ('EQ', 'NE', ...) | 20040325 | ||
| 3 | IP_SIGN | Call by reference | Type reference (TYPE) | BAPISIGN | 'I' | Ein-/Ausschlußkriterium (I oder E) | 20040325 |
Method ADD_MESSAGE_TYPE_RESTRICTION on class CL_SPI_ALE_OUTBOUND has no exception.
Method ADD_RECEIVER_PORT_RESTRICTION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IP_OPTION | Call by reference | Type reference (TYPE) | BAPIOPTION | 'EQ' | Selektionsoperator ('EQ', 'NE', ...) | 20040325 | ||
| 2 | IP_PORT | Call by reference | Type reference (TYPE) | EDI4RCVPOR | Empfängerport | 20040325 | |||
| 3 | IP_SIGN | Call by reference | Type reference (TYPE) | BAPISIGN | 'I' | Ein-/Ausschlußkriterium (I oder E) | 20040325 |
Method ADD_RECEIVER_PORT_RESTRICTION on class CL_SPI_ALE_OUTBOUND has no exception.
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_HOOK_COMPONENT | Call by reference | Object reference (TYPE REF TO) | CL_SPI_CONFIG_COMPONENT | Normaly IDoc Inbound Adapter | 20030604 | |||
| 2 | IO_TRFC_SUB_COMPONENT | Call by reference | Object reference (TYPE REF TO) | CL_SPI_CONFIG_COMPONENT | tRFC inkludifert | 20030604 | |||
| 3 | IP_COMPONENT_NAME | Call by reference | Type reference (TYPE) | SPISYSLOCAL | 20030604 | ||||
| 4 | IP_SENDER_CLIENT | Call by reference | Type reference (TYPE) | SYMANDT | Mandant des ALE-Systems | 20040326 | |||
| 5 | IP_SENDER_SYSTEM | Call by reference | Type reference (TYPE) | SYSYSID | System-ID des ALE-Systems | 20040326 |
Method CONSTRUCTOR on class CL_SPI_ALE_OUTBOUND has no exception.
Method GET_IDOC_TYPE_RESTRICTION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RT_RESTRICTION | Value transfer | Type reference (TYPE) | TSPICMCOND | Empfängerporteischränkung | 20040331 |
Method GET_IDOC_TYPE_RESTRICTION on class CL_SPI_ALE_OUTBOUND has no exception.
Method GET_MESSAGE_TYPE_RESTRICTION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RT_RESTRICTION | Value transfer | Type reference (TYPE) | TSPICMCOND | Empfängerporteischränkung | 20040325 |
Method GET_MESSAGE_TYPE_RESTRICTION on class CL_SPI_ALE_OUTBOUND has no exception.
Method GET_RECEIVER_PORT_RESTRICTION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RT_RESTRICTION | Value transfer | Type reference (TYPE) | TSPICMCOND | Empfängerporteischränkung | 20040325 |
Method GET_RECEIVER_PORT_RESTRICTION on class CL_SPI_ALE_OUTBOUND has no exception.
History
| Last changed by/on | SAP | 20110908 |
| SAP Release Created in | 640 |