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

SapAttributeOwnCodePage Property

The code page of your system.

Syntax

 sapquery.getSapAttributeOwnCodePage([callback])

Default Value

""


Callback

The 'callback' parameter specifies a function which will be called when the operation completes (or an error is encountered). If the 'callback' parameter is not specified, then the method will block and will not return until the operation completes (or an error is encountered).

The callback for the getSapAttributeOwnCodePage([callback]) method is defined as:

function(err, data){ }

'err' is the error that occurred. If there was no error, then 'err' is 'null'.

'data' is the value returned by the method.

The callback for the setSapAttributeOwnCodePage([callback]) method is defined as:

function(err){ }

'err' is the error that occurred. If there was no error, then 'err' is 'null'.

'err' has 2 properties which hold detailed information:

err.code
err.message

Remarks

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

This property is read-only.

Data Type

String

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