Skip to main content

EnsLib.SAP.BootStrap

class EnsLib.SAP.BootStrap extends EnsLib.JavaGateway.InterfaceEnabler

Method Inventory

Methods

classmethod ImportSAP(pFullPathToSAPJarFile As %String = "", pPort As %Integer = 55554, pAddress As %String = "127.0.0.1", recast As %Boolean = 0)
This method must be called to import the SAP JavaClases and generate the proxies which enable the SAP connectivity prior to use. The full path to the SAP sapjco3.jar file must be provided along with the port and address of the RUNNING java gateway (see Demo.SAP.Production.BootStrap). If you want to use the new Dynamic Java Gateway, specify 1 as the 4th argument, which defaults to 0 because it is more compatible with the SAP Java proxy classes.

Inherited Members

Inherited Methods

FeedbackOpens in a new tab