EICS Event Settings(Outbound)

To execute Outbound operation which calls scripts of DataSpider Servista from SAP system, it is required to set a event in EICS.

Basic settings(New Event)

Item name Required/Optional Description Remarks
Name Required Enter a name to show on EICS.
  • Double byte characters are not available.
Description Optional Enter a description for the event.  
Adapter Required Not used.
  • Do not modify the default value.

Connection settings(Event Connection Properties)

Item name Required/Optional Description Remarks
Username Required Input the user name to connect to SAP system.  
Password Required Input the password of the user to connect to SAP system.
  • SAP system of versions former than ERP6.0(mySAP2005) does not distinguish between upper and lower cases on passwords.
Server Required Enter the IP address or the host name of SAP system to connect.
  • If host name is specified with name, it is required that the entered name can be resolved from the specified host.
Client Required Enter a client number.  
Language Required Select language.
  • When using Japanese data, select "Japanese(JA)".
System Number Required Enter a system number.  
Connection Pool Minimum Count Optional Enter the minimum count of connection which will be pooled to connection pool.
  • Enter an integer more than "0". When "0" is entered, connection pool will not be performed.
  • The default value is "2".
Connection Pool Maximum Count Optional Enter the maximum count of connection which will be pooled to connection pool.
  • Enter an integer more than "1".
  • The default value is "10".
  • Enter a value more than [Connection Pool Minimum Count].
  • An error occurs when the required connection count exceeds the value specified in [Connection Pool Maximum Count].
Convert HostName to IP Address Optional Select whether to convert host name into IP address and send it to SAP system, when the value specified at [Server] is a host name.
  • [False]:
    Sends to SAP system with the host name and does not convert into IP address.
  • [True]:(default)
    Converts into IP address and sends to SAP system with it.
 
Gateway Server Required Enter a gateway service running in SAP system.  
Gateway Host Required Enter the host name or IP address of the server in which SAP system runs.  

Event settings(Event Properties)

Item name Required/Optional Description Remarks
Function Name/IDOC Base Type Required Enter the basic type of IDoc or the general purpose module of RFC including BAPI.
  • In the same integration component, you cannot register events which have the same [Function Name] and [Program ID].
IDOC Extension Type Optional Enter the extension type of IDoc.
  • Do not enter it when IDoc is not specified at [Function Name/IDOC Base Type].
Program ID Required Enter an unique value in gateway service and gateway host specified in [Gateway Server] and [Gateway Host].
Input the value specified here to program ID of RFC destination for SAP GUI.
  • In the same integration component, you cannnot register events which have the same [Function Name] and [Program ID].
Sap IDocument Optional Select whether to receive events as IDoc.
  • [False]:(default)
    Select this when IDoc is not specified at [Function Name/IDOC Base Type].
  • [True]:
    Select this when IDoc is specified at [Function Name/IDOC Base Type].
 
Encoding Optional Enter the encoding of IDoc segment data.
  • The set value will be valid when IDoc is specified at [Function Name/IDOC Base Type] and targeted SAP system is non-Unicode system.
  • Generally there is no need of setting this property, since the encoding of targeted SAP system is acquired. Set the appropriate encoding when it is not registered properly, like when IDoc segment data garbles.
Reply Type Optional Select synchronous execution or asynchronous execution.
  • [Synchronous]:(default)
    Performs synchronous execution. In SAP system, result data can be received from a script by waiting until the script launched from trigger finishes.
  • [Asynchronous]:
    Performs ssynchronous execution. In SAP system, result data can not be received from a script because it does not wait until the script launched from trigger finishes.
 
Search Category Optional Select a search category with [Search] button.  
Search Name Optional Enter a search keyword of IDoc or the general purpose module to search with [Search] button of RFC including BAPI.
  • The functions which includes the search keyword in its name will be searched.

About Log

Log of EICS will be output to $DATASPIDER_HOME/server/logs/server.error.log. In addition, the change of log level can be managed from [Default Level] of [Configuration]-[Logging] in EICS. If it is set to "ALL", the detailed log will be output and if it is set to "OFF", the log will not be output.
Restarting DataSpiderServer will set the log level to "INFO".

Connection Pool Settings

Specification Limits

Main Exceptions

None.

Notes