Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Macro name changed from html to html-bobswift during server to cloud migration processing.

...

Property

UI Field Name

Description

Specifications

Required

Anchor
description - SAP
description - SAP
description

Description

Description of this record.


N

Anchor
exportReleaseLevel - SAP
exportReleaseLevel - SAP
exportReleaseLevel

n/a

Universal Controller release that the record was exported from.

read onlyN

Anchor
exportTable - SAP
exportTable - SAP
exportTable

n/aRecord table information.read onlyN

Anchor
name - SAP
name - SAP
name

Connection Name

Name used within the Controller to identify this SAP Connection.


Y

Anchor
opswiseGroups - SAP
opswiseGroups - SAP
opswiseGroups

Member of Business Services

Business Services that this record belongs to.
 
XML

Panel
Html bobswift
<pre>
&lt;opswiseGroups&gt;
      &lt;opswiseGroup&gt;group1&lt;/opswiseGroup&gt;
      &lt;opswiseGroup&gt;group2&lt;/opswiseGroup&gt;
&lt;/opswiseGroups&gt;
</pre>

 
JSON

Anchor
Panel

N

Html bobswift
<pre>
"opswiseGroups": ["group1","group2"]
</pre>


N

Anchor
retainSysIds - SAP
retainSysIds - SAP
retainSysIds

n/a

Specification for whether or not the Create an SAP Connection web service will persist the sysId property.

Html bobswift
<ul>
<li> If <b>retainSysIds</b>="true" and <code>sysId</code> is included in the request/response, <code>sysId</code> will be persisted to the database.
<li> If <b>retainSysIds</b>="false" and  <code>sysId</code> is included in the request/response, <code>sysId</code> will be ignored; it will be autogenerated by the Controller. 
</ul>
Note
titleNote

In XML web services, retainSysIds is specified as an attribute in the <sapConnection> element.

Valid values: true/false (default is true).

N

Anchor
sapAshost - SAP
sapAshost - SAP
sapAshost

Application Server

If connectionType = Specific Application Server; Host name of an SAP application server. If the path to the server goes through SAP routers, prefix the host name with the SAP router string.


Y

Anchor
sapClient - SAP
sapClient - SAP
sapClient

Client

If connectionType = Specific Application Server; SAP Client number.


Y

Anchor
sapConnectionType - SAP
sapConnectionType - SAP
sapConnectionType

Connection Type

Type of SAP Connection.

Valid Values:

  • As String = Specific Application Server, As Value = 1
  • As String = Load Balancing, As Value = 2

Y

Anchor
sapGroup - SAP
sapGroup - SAP
sapGroup

Group

If connectionType = Load Balancing; Host name of the message server.


N

Anchor
sapGwhost - SAP
sapGwhost - SAP
sapGwhost

Gateway

If connectionType = Specific Application Server; Host name of the SAP gateway.


N

Anchor
sapGwserv - SAP
sapGwserv - SAP
sapGwserv

Gateway Service

If connectionType = Specific Application Server; Service name of the SAP gateway.


N

Anchor
sapMshost - SAP
sapMshost - SAP
sapMshost

Message Server

If connectionType = Load Balancing; Application servers group name.


Y

Anchor
sapMysapsso2 - SAP
sapMysapsso2 - SAP
sapMysapsso2

Single Sign-On Ticket

Path to a file that contains the actual value for the MYSAPSSO2 parameter.


N

Anchor
sapR3name - SAP
sapR3name - SAP
sapR3name

System ID

If connectionType = Load Balancing; System ID of the SAP system to which you want to connect.


Y

Anchor
sapSaprouter - SAP
sapSaprouter - SAP
sapSaprouter

SAProuter

SAProuter parameter.


N

Anchor
sapSncLib - SAP
sapSncLib - SAP
sapSncLib

SNC Library

SNC_LIB parameter; Path to the third-party security library for SNC.


N

Anchor
sapSncMode - SAP
sapSncMode - SAP
sapSncMode

SNC Mode

SNC_MODE parameter; Specification for whether or not SNC is activated.

Valid Values:

  • As String = Off, As Value = 0
  • As String = On, As Value = 1

N

Anchor
sapSncMyname - SAP
sapSncMyname - SAP
sapSncMyname

SNC My Name

SNC_MYNAME parameter; Token/identifier representing the external RFC program.


N

Anchor
sapSncPartnername - SAP
sapSncPartnername - SAP
sapSncPartnername

SNC Partner Name

SNC_PARTNERNAME parameter; Token/identifier representing the back-end system.


N

Anchor
sapSncQop - SAP
sapSncQop - SAP
sapSncQop

SNC Quality of Protection

SNC_QOP parameter.

Valid Values:

  • As String = Authentication Only, As Value = 1
  • As String = Integrity Protection, As Value = 2
  • As String = Privacy Protection, As Value = 3
  • As String = Default Protection, As Value = 8
  • As String = Maximum Protection, As Value = 9

N

Anchor
sapSncSso - SAP
sapSncSso - SAP
sapSncSso

SNC Single Sign-On

SNC_SSO parameter; Specification for whether or not to use single sign-on for SNC.

Valid Values:

  • As String = No, As Value = 0
  • As String = Yes, As Value = 1

N

Anchor
sapSysnr - SAP
sapSysnr - SAP
sapSysnr

System Number

If connectionType = Specific Application Server; SYSNR parameter.


Y

Anchor
sapUseSymbolicNames - SAP
sapUseSymbolicNames - SAP
sapUseSymbolicNames

Use Symbolic Names

If connectionType = Load Balancing; USE_SYMBOLIC_NAMES parameter; Specification for whether or not to use symbolic service names.

Valid Values:

  • As String = Off, As Value = 0
  • As String = On, As Value = 1

N

Anchor
sapX509cert - SAP
sapX509cert - SAP
sapX509cert

X.509 Certificate

Path to a file that contains the actual value for the X509CERT parameter.


Y

Anchor
sysId - SAP
sysId - SAP
sysId

UUID

System ID field in the database for this SAP Connection record.

Persisted only if retainSysIds is set to true.

N

...