Skip to content

Commit

Permalink
reference update
Browse files Browse the repository at this point in the history
  • Loading branch information
a-fas committed Aug 12, 2018
1 parent e7076fa commit 0bc66a8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion REFERENCE.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@ importing
```

- **I_AMT_FORMAT** - amount separators. First character defines thousand separator, the second one defines decimal separator. E.g. `'.,'` would suppose amounts like `123.000,12`. Empty parameter resets to default - `' ,'`. The second character cannot be empty - this also resets the format to defaults.
- **I_ENCODING** - encoding of text files in zip. Default is 4103 which is UTF16. See table `TCP00` for list of ABAP encodings.
- **I_ENCODING** - encoding of text files in zip. Default is 4103 which is UTF16. See table `TCP00` for list of ABAP encodings. **I have intention to switch to UTF8 in later releases.**
- **I_DATE_FORMAT** - hint how to parse the date. Contains `DMY` in needed order plus separator char. E.g. `DMY.` - `31.12.2017`, `YMD-` - `2017-12-31`.

The method is **static** and should be called in `CLASS_SETUP` method of a test class.

Expand Down

0 comments on commit 0bc66a8

Please sign in to comment.