Skip to content

Commit

Permalink
release 0.1.16
Browse files Browse the repository at this point in the history
  • Loading branch information
bsrdjan committed Apr 30, 2018
1 parent ca59eb4 commit 3f9a9af
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions doc/intro.rst
Original file line number Diff line number Diff line change
Expand Up @@ -70,20 +70,20 @@ built-in types.
http://help.sap.com/saphelp_nw04/helpdata/en/fc/eb2fd9358411d1829f0000e829fbfe/content.htm
http://msdn.microsoft.com/en-us/library/cc185537%28v=bts.10%29.aspx
================= ========== ========================================== =========== ============== ==================================================================
================= ========== ========================================== =========== ============== =====================================================================
Type Category ABAP Meaning RFC Javascript Remark
================= ========== ========================================== =========== ============== ==================================================================
================= ========== ========================================== =========== ============== =====================================================================
numeric I Integer (whole number) INT Integer Internal 1 and 2 byte integers (INT1, INT2) are also mapped to int
numeric F Floating point number FLOAT Number
numeric P Packed number / BCD number BCD Number
numeric P Packed number / BCD number BCD see remark Input as Number, string or decimal (decimal.js ...), output as string
character C Text field (alphanumeric characters) CHAR string
character D Date field (Format: YYYYMMDD) DATE string
character T Time field (Format: HHMMSS) TIME string
character N Numeric text field (numeric characters) NUM string
hexadecimal X Hexadecimal field BYTE string
variable length STRING Dynamic length string STRING string
variable length XSTRING Dynamic length hexadecimal string BYTE string
================= ========== ========================================== =========== ============== ==================================================================
================= ========== ========================================== =========== ============== =====================================================================

Further `details on predefined ABAP types`_ are available online.

Expand Down

0 comments on commit 3f9a9af

Please sign in to comment.