This functionality is only available for certain module packages.

You are here: EEC > SAP interface > Basic scope of SAP interface > Library SAPArchitecture > Component absSapObject

Component absSapObject

The abstract component absSapObjekt, or SapObject as an actual derivation of this component, is used as a wrapping object. Components that communicate with SAP can be installed (pre-instantiated) in these components.

In addition, scripts can be stored here that coordinate multiple mutually dependent functionBlock objects.

Specification of target system:

To be able to switch between different SAP systems, the parameters that define a connection must be stored in a file outside of the model. The file name extension is *.jcoDestination.

Language jco.client.lang=en
Host system jco.client.ashost=/H/212.14.236.15/H/172.168.0.20
SAP user jco.client.user=<User>
System number jco.client.sysnr=01
Password jco.client.passwd=<Password>
Client jco.client.client=100
Maximum number of connections jco.destination.pool_capacity=3

In the initialization file, for example, ec.ini, the path to the jcoDestination file must be specified as follows:

-Dde.eplan.sap.destination=AP5_200_DE