ABAP Keyword Documentation →  ABAP − Reference →  User Dialogs →  Classic Lists →  Creating Lists →  WRITE → 

WRITE - int_format_options

Short Reference

Syntax

... [LEFT-JUSTIFIED|CENTERED|RIGHT-JUSTIFIED]
    { { [EXPONENT exp]
        [NO-GROUPING]
        [NO-SIGN]
        [NO-ZERO]
        [CURRENCY cur]
        { { [DECIMALS dec]
            [ROUND scale] }
          | [UNIT unit] } }
      | { [ENVIRONMENT TIME FORMAT]
          [TIME ZONE tz]
      [STYLE stl] }
    [USING { {NO EDIT MASK}|{EDIT MASK mask} }]
    [ DD/MM/YY   | MM/DD/YY
    | DD/MM/YYYY | MM/DD/YYYY
    | DDMMYY     | MMDDYY
    | YYMMDD ] ... .

Effect

These formatting options override the predefined formats of the statement WRITE for list outputs. The formatting result is adjusted to the output length. If the system executes a conversion routine during output, the other format_options are ignored.

The formatting options are the same as for the statement WRITE ... TO, with the following differences: