ERP Integrator V2 - Online Help
ERP Integrator V2
Questions / Feedback?

SapAttributes Type

Describes the current connection to the SAP system.

Remarks

The fields in this type contain detailed information about the SAP system you are connected to.

Fields

ApplicationName
String

The name of the calling program.

Client
String

The client authenticating to the SAP system.

Destination
String

Destination that you are currently connected to.

This field will usually be in the format OwnHost_SystemName_SystemNumber For example, if your computer is named "bender" on the local network, the SystemName is "NSP", and the SystemNumber is the default, this field will contain "bender_NSP_00".

KernelVersion
String

The release version of the kernel.

Language
String

One character code indicating the language of the system.

LanguageCode
String

Two-character ISO 639-1 code indicating the language of the system.

OwnCodePage
String

The code page of your system.

The following is a partial list of SAP code pages. To retrieve the complete list of codepages supported by the R/3 system you're currently connected to, execute the "SCP_POSSIBLE_DB_CODEPAGES" remote function call and inspect the returned table data. (hint, set the COUNTRY and LANGUAGE request parameters to "*" to retrieve the full list).

CodeDescription
1100 SAP internal, like ISO 8859-1
1103 IBM PC Multilingual 850 (00697/00850)
1127 APPLE 8 Bit ASCII
1160 Microsoft 1252, Superset of ISO 8859-1
1401 SAP internal, like ISO 8859-2
1404 Microsoft Windows 1250
1500 SAP-internal, like ISO 8859-5
1504 Microsoft Windows 1251
1610 SAP-internal, like ISO 8859-9 (Latin-5)
1614 MS Windows 1254
1700 SAP-internal, like ISO 8859-7 (Greek)
1703 IBM PC Code Page 869 Greece
1704 MS-Windows 1253
1800 SAP-internal, like ISO 8859-8 (Hebrew)
8000 Shift JIS
8300 Traditional Chinese
8400 Simplified Chinese
8500 Korean
0100 IBM EBCDIC Codepage 00697/00273
0120 EBCDIC 0697/0500 Latin-1, Multilangual
0410 EBCDIC 0959/0870 Latin-2, Multilingual
0500 EBCDIC 1150/1025 Cyrillic, Multilingual
0610 EBCDIC 1152/1026 Latin-5, Turkey
0700 EBCDIC 0925/0875 Greece
0800 EBCDIC 0941/0424 Hebrew
4100 ISO/IEC DIS 10646-1.2 Unicode UCS-2 big-endian
4101 ISO/IEC DIS 10646-1.2 Unicode UCS-2 little-endian
4102 ISO/IEC DIS 10646-1.2 Unicode UTF-16BE
4103 ISO/IEC DIS 10646-1.2 Unicode UTF-16LE
4110 Unicode UTF-8

OwnHost
String

The name of the host you're connected to.

This will be the name of your PC on the local network.

OwnType
OwnTypes

The type of your own system. A list of valid system types are listed below:

otUnknown (0) Unknown
otR2Server (1) R2 Server
otR3Server (2) R3 Server
otExternal (3) External
otRegisteredExternal (4) Registered External
otSHM (5) Shared Memory

OwnVersion
String

The release version of your system.

PartnerCharSize
Integer

The length of a character on the partner's system.

For example, the ASCII codepage will have a 1-byte character, while a Unicode codepage will have 2-byte characters.

PartnerCodePage
String

The code page of your partner's system.

The following is a partial list of SAP code pages. To retrieve the complete list of codepages supported by the R/3 system you're currently connected to, execute the "SCP_POSSIBLE_DB_CODEPAGES" remote function call and inspect the returned table data. (hint, set the COUNTRY and LANGUAGE request parameters to "*" to retrieve the full list).

CodeDescription
1100 SAP internal, like ISO 8859-1
1103 IBM PC Multilingual 850 (00697/00850)
1127 APPLE 8 Bit ASCII
1160 Microsoft 1252, Superset of ISO 8859-1
1401 SAP internal, like ISO 8859-2
1404 Microsoft Windows 1250
1500 SAP-internal, like ISO 8859-5
1504 Microsoft Windows 1251
1610 SAP-internal, like ISO 8859-9 (Latin-5)
1614 MS Windows 1254
1700 SAP-internal, like ISO 8859-7 (Greek)
1703 IBM PC Code Page 869 Greece
1704 MS-Windows 1253
1800 SAP-internal, like ISO 8859-8 (Hebrew)
8000 Shift JIS
8300 Traditional Chinese
8400 Simplified Chinese
8500 Korean
0100 IBM EBCDIC Codepage 00697/00273
0120 EBCDIC 0697/0500 Latin-1, Multilangual
0410 EBCDIC 0959/0870 Latin-2, Multilingual
0500 EBCDIC 1150/1025 Cyrillic, Multilingual
0610 EBCDIC 1152/1026 Latin-5, Turkey
0700 EBCDIC 0925/0875 Greece
0800 EBCDIC 0941/0424 Hebrew
4100 ISO/IEC DIS 10646-1.2 Unicode UCS-2 big-endian
4101 ISO/IEC DIS 10646-1.2 Unicode UCS-2 little-endian
4102 ISO/IEC DIS 10646-1.2 Unicode UTF-16BE
4103 ISO/IEC DIS 10646-1.2 Unicode UTF-16LE
4110 Unicode UTF-8

PartnerHost
String

Partner host name.

PartnerType
PartnerTypes

The type of the partner's system. A list of valid system types are listed below:

otUnknown (0) Unknown
otR2Server (1) R2 Server
otR3Server (2) R3 Server
otExternal (3) External
otRegisteredExternal (4) Registered External
otSHM (5) Shared Memory

PartnerVersion
String

The release version of the partner's system.

PasswordState
PasswordStates

The state of the password. The possible states include:

pwStateUnknown (0) The state of the password is unknown. The RFC Server or SAP system may be too old to support this functionality.
pwStateOK (1) Password okay.
pwStateExpired (2) Password is expired and must be changed.
pwStateCantBeChanged (3) Password cannot be changed (on this SAP system the password can only be changed once a day).

Reserved
String

This field may contain an additional 160 bytes of data which is reserved for future new attributes returned by the R/3 server.

Role
Roles

Indicates whether you're connected as a client or server application. Possible values are as follows:

rUnknown (0) Unknown
rClient (1) Client
rServer (2) Server

SystemName
String

The name or id of the R/3 system you're currently connected to.

SystemNumber
Integer

The system number of the R/3 server you're connected to.

TraceOn
Boolean

Indicates whether debug tracing is active or not.

User
String

The login credential which was used to connect to the R/3 server.

Constructors

[VB.NET]
Public SapAttributes()

[C#]
public SapAttributes();



 
 
Copyright (c) 2017 /n software inc. - All rights reserved.
Build 2.0.6240.0