SAP ABAP Class CL_SPI_ALE_INBOUND (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 20030610
Properties
Class CL_SPI_ALE_INBOUND  
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 20030610   SAP 
Last change 20110908   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_SPI_ALE_INBOUND has no forward declaration.
Interfaces
Class CL_SPI_ALE_INBOUND has no interface implemented.
Friends
Class CL_SPI_ALE_INBOUND 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_INBOUND' Inbound ALE Component 20030610
2 C_FIELD_NAME_MANDT Constant Protected Type reference (TYPE) SPIDFLDNAM 'CMANDT' Field Name of Sender Client 20040326
3 C_FIELD_NAME_MESTYP Constant Protected Type reference (TYPE) SPIDFLDNAM 'CMESTYP' Field Name of Message Type 20040326
4 C_FIELD_NAME_SNDPOR Constant Protected Type reference (TYPE) SPIDFLDNAM 'CSNDPOR' Field Name of Sender Port 20040326
5 C_FIRST_AGENT_ID Constant Protected Type reference (TYPE) SPIAGNTID 'FTeMpocyZq291a2ebuccK0' ID of Agent of First Step 20030610
6 C_FIRST_STEP_NAME Constant Protected Type reference (TYPE) SPIPSNAME 'ALE_IN' 20030610
7 C_IDOC_NUMBER_FIELD Constant Protected Type reference (TYPE) SPIDFLDNAM 'CDOCNUM' Field Name of IDoc Number 20030610
8 C_LAST_STEP_NAME Constant Protected Type reference (TYPE) SPIPSNAME 'ALE_FIN' 20030610
9 C_OLD_NUMBER_FIELD Constant Protected Type reference (TYPE) SPIDFLDNAM 'CODOCNUM' Field Name of Sender IDoc Number 20030610
10 C_STEP_EXT_ALE Constant Public Type reference (TYPE) SPIPSNAME 'EXO_ALE' Step for External ALE System 20040326
11 C_TEMPLATE Constant Protected Type reference (TYPE) SPIPROCTP '6703E7D1E3EB5344AA9F9926355657AB' Template Process for Inbound ALE 20030610
12 GO_HOOK Instance attribute Protected Object reference (TYPE REF TO) CL_SPI_CONFIG_COMPONENT Hook 20030610
13 GO_TRFC Instance attribute Protected Object reference (TYPE REF TO) CL_SPI_CONFIG_COMPONENT tRFC Component 20030610
14 GT_MANDT Instance attribute Protected Type reference (TYPE) TSPICMCOND Restriction of the Sender Client 20040326
15 GT_MESTYP Instance attribute Protected Type reference (TYPE) TSPICMCOND Restriction of the Message Type 20040325
16 GT_SNDPOR Instance attribute Protected Type reference (TYPE) TSPICMCOND Restriction of the Recipient Port 20040326
Methods
# Method Level Visibility Method type Description Created on
1 ADD_MESSAGE_TYPE_RESTRICTION Instance method Public Method Restricted (Additionally) to Message Type (MESTYP) 20040326
2 ADD_SENDER_MANDT_RESTRICTION Instance method Public Method Restricted (Additionally) to Sender Client (MANDT) 20040326
3 ADD_SENDER_PORT_RESTRICTION Instance method Public Method Restricted (Additionally) to Sender Port (SNDPOR) 20040326
4 CONSTRUCTOR Instance method Public Constructor Constructor 20030610
5 GET_MESSAGE_TYPE_RESTRICTION Instance method Public Method Restricted (Additionally) to Message Type (MESTYP) 20040326
6 GET_SENDER_MANDT_RESTRICTION Instance method Public Method Restricted (Additionally) to Sender Client (MANDT) 20040326
7 GET_SENDER_PORT_RESTRICTION Instance method Public Method Restricted (Additionally) to Sender Port (SNDPOR) 20040326
Events
Class CL_SPI_ALE_INBOUND has no event.
Types
Class CL_SPI_ALE_INBOUND has no local type.
Method Signatures

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 20040326
2 Importing IP_OPTION Call by reference Type reference (TYPE) BAPIOPTION 'EQ' Selektionsoperator ('EQ', 'NE', ...) 20040326
3 Importing IP_SIGN Call by reference Type reference (TYPE) BAPISIGN 'I' Ein-/Ausschlußkriterium (I oder E) 20040326

Method ADD_MESSAGE_TYPE_RESTRICTION on class CL_SPI_ALE_INBOUND has no exception.

Method ADD_SENDER_MANDT_RESTRICTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IP_MANDT Call by reference Type reference (TYPE) EDI4MANDT Sendermandant 20040326
2 Importing IP_OPTION Call by reference Type reference (TYPE) BAPIOPTION 'EQ' Selektionsoperator ('EQ', 'NE', ...) 20040326
3 Importing IP_SIGN Call by reference Type reference (TYPE) BAPISIGN 'I' Ein-/Ausschlußkriterium (I oder E) 20040326

Method ADD_SENDER_MANDT_RESTRICTION on class CL_SPI_ALE_INBOUND has no exception.

Method ADD_SENDER_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', ...) 20040326
2 Importing IP_PORT Call by reference Type reference (TYPE) EDI4RCVPOR Senderport 20040326
3 Importing IP_SIGN Call by reference Type reference (TYPE) BAPISIGN 'I' Ein-/Ausschlußkriterium (I oder E) 20040326

Method ADD_SENDER_PORT_RESTRICTION on class CL_SPI_ALE_INBOUND 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 20030610
2 Importing IO_TRFC_SUB_COMPONENT Call by reference Object reference (TYPE REF TO) CL_SPI_CONFIG_COMPONENT tRFC inkludifert 20030610
3 Importing IP_COMPONENT_NAME Call by reference Type reference (TYPE) SPISYSLOCAL 20030610

Method CONSTRUCTOR on class CL_SPI_ALE_INBOUND 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 20040326

Method GET_MESSAGE_TYPE_RESTRICTION on class CL_SPI_ALE_INBOUND has no exception.

Method GET_SENDER_MANDT_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 20040326

Method GET_SENDER_MANDT_RESTRICTION on class CL_SPI_ALE_INBOUND has no exception.

Method GET_SENDER_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 20040326

Method GET_SENDER_PORT_RESTRICTION on class CL_SPI_ALE_INBOUND has no exception.
History
Last changed by/on SAP  20110908 
SAP Release Created in 640