Skip to main content
Skip table of contents

createConnection

Versionshinweise

12.1

Code

GROOVY
JCoDestination createConnection(Object config)

Beschreibung

Stellt eine Verbindung zum SAP System her.

Parameter

  • config  - Das Konfigurationsobjekt.

Rückgabe

Das SAP Zielobjekt.

Beispiele

GROOVY
Object config = SAPUtils.createConfig();
config.setSapServer("10.0.7.32");
config.setClient("003");
config.setSystemNumber("02");
config.setUser("Hans");
config.setPassword("HansPW");
 
JCoDestination destination = SAPUtils.createConnection(config);
JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.