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 C_COMPONENT_TYPE Constant Public Type reference (TYPE) STRING 'ALE_OUTBOUND' Outbound ALE Component 20030604
2 C_FIELD_NAME_IDOCTYP Constant Protected Type reference (TYPE) SPIDFLDNAM 'CIDOCTYP' Field Name of the IDoc Type 20040331
3 C_FIELD_NAME_MESTYP Constant Protected Type reference (TYPE) SPIDFLDNAM 'CMESTYP' Field Name of Message Type 20040325
4 C_FIELD_NAME_RCVPOR Constant Protected Type reference (TYPE) SPIDFLDNAM 'CRCVPOR' Field Name of the Recipient Port 20040325
5 C_FIELD_NAME_SENDER Constant Protected Type reference (TYPE) SPIDFLDNAM '$2IDC_SNDPOR?IDC_MANDT' Field Name of the Sender System in the IDoc Adapter 20040326
6 C_FIRST_AGENT_ID Constant Protected Type reference (TYPE) SPIAGNTID 'jNQUFrQ7Y4cjEXPzjbJVnW' ID of Agent of First Step 20030604
7 C_FIRST_STEP_NAME Constant Protected Type reference (TYPE) SPIPSNAME 'ALE_CREA' 20030604
8 C_IDOC_NUMBER_FIELD Constant Protected Type reference (TYPE) SPIDFLDNAM 'CDOCNUM' Field Name of IDoc Number 20030604
9 C_LAST_STEP_NAME Constant Protected Type reference (TYPE) SPIPSNAME 'ALE_OUT' 20030604
10 C_STEP_EXT_ALE Constant Public Type reference (TYPE) SPIPSNAME 'EX_ALE' Step for External ALE System 20040326
11 C_TEMPLATE Constant Protected Type reference (TYPE) SPIPROCTP 'A5B74A21E9D6114F9B439271193513D0' Template Process for Outbound ALE 20030604
12 GO_HOOK Instance attribute Protected Object reference (TYPE REF TO) CL_SPI_CONFIG_COMPONENT Hook 20030604
13 GO_TRFC Instance attribute Protected Object reference (TYPE REF TO) CL_SPI_CONFIG_COMPONENT tRFC Component 20030604
14 GP_SENDER Instance attribute Protected Type reference (TYPE) STRING System Name of the ALE Sender System (SYSID?MANDT) 20040326
15 GT_IDOCTYP Instance attribute Protected Type reference (TYPE) TSPICMCOND Restriction of the IDoc Type 20040331
16 GT_MESTYP Instance attribute Protected Type reference (TYPE) TSPICMCOND Restriction of the Message Type 20040325
17 GT_RCVPOR Instance attribute Protected Type reference (TYPE) TSPICMCOND Restriction of the Recipient Port 20040325
Methods
# Method Level Visibility Method type Description Created on
1 ADD_IDOC_TYPE_RESTRICTION Instance method Public Method Restricted (Additionally) to Message Type (IDOCTP) 20040331
2 ADD_MESSAGE_TYPE_RESTRICTION Instance method Public Method Restricted (Additionally) to Message Type (MESTYP) 20040325
3 ADD_RECEIVER_PORT_RESTRICTION Instance method Public Method Restricted (Additionally) to Recipient Port (RCVPOR) 20040325
4 CONSTRUCTOR Instance method Public Constructor Constructor 20030604
5 GET_IDOC_TYPE_RESTRICTION Instance method Public Method Restricted (Additionally) to Message Type (IDOCTYP) 20040331
6 GET_MESSAGE_TYPE_RESTRICTION Instance method Public Method Restricted (Additionally) to Message Type (MESTYP) 20040325
7 GET_RECEIVER_PORT_RESTRICTION 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 Importing IP_IDOC_TYPE Call by reference Type reference (TYPE) EDI4IDOCTP Idoctyp 20040331
2 Importing IP_OPTION Call by reference Type reference (TYPE) BAPIOPTION 'EQ' Selektionsoperator ('EQ', 'NE', ...) 20040331
3 Importing 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 Importing IP_MESSAGE_TYPE Call by reference Type reference (TYPE) EDI4MESTYP Nachrichtenart 20040325
2 Importing IP_OPTION Call by reference Type reference (TYPE) BAPIOPTION 'EQ' Selektionsoperator ('EQ', 'NE', ...) 20040325
3 Importing 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 Importing IP_OPTION Call by reference Type reference (TYPE) BAPIOPTION 'EQ' Selektionsoperator ('EQ', 'NE', ...) 20040325
2 Importing IP_PORT Call by reference Type reference (TYPE) EDI4RCVPOR Empfängerport 20040325
3 Importing 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 Importing IO_HOOK_COMPONENT Call by reference Object reference (TYPE REF TO) CL_SPI_CONFIG_COMPONENT Normaly IDoc Inbound Adapter 20030604
2 Importing IO_TRFC_SUB_COMPONENT Call by reference Object reference (TYPE REF TO) CL_SPI_CONFIG_COMPONENT tRFC inkludifert 20030604
3 Importing IP_COMPONENT_NAME Call by reference Type reference (TYPE) SPISYSLOCAL 20030604
4 Importing IP_SENDER_CLIENT Call by reference Type reference (TYPE) SYMANDT Mandant des ALE-Systems 20040326
5 Importing 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 Returning 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 Returning 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 Returning 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