SAP ABAP Syntax for FORMAT

Basic form

FORMAT.

Additions

1. ... COLOR n [ON] or ... COLOR OFF

2. ... INTENSIFIED [ON] or ... INTENSIFIED OFF

3. ... INVERSE [ON] or ... INVERSE OFF

4. ... HOTSPOT [ON] or ... HOTSPOT OFF

5. ... INPUT [ON] or ... INPUT OFF

6. ... RESET

Effect

Sets or modifies the valid output format.

The formats set by FORMAT work from the next output in the list, i.e. from the next WRITE command or from the next new line.

The addition ... ON for switching on the relevant output format is optional.

Addition 1


... COLOR n [ON] or ...COLOR OFF Color of line background .

Note

Every time a new event ( START-OF-SELECTION , TOP-OFPAGE , ... ) is started, the system setting reverts to COLOR 0 .

The additions .. INTENSIFIED and ... INVERSE both affect the color display (see below).

The attribute ...COLOR does not work for lines .

Addition 2

... INTENSIFIED [ON] or ... INTENSIFIED OFF Intensified - affects the background color.

Each color exists in a normal (desaturated) and in an intensified (saturated) form. ... INTENSIFIED takes the current background color from the "intensified" palette, while
the ... INTENSIFIED OFF uses the "normal" palette.

Note

Every time a new event ( START-OF-SELECTION , TOP-OFPAGE , ...) is started, the system setting reverts to ... INTENSIFIED .

On a standard background ( COLOR COL_BACKGROUND ), the foreground color may be affected in certain cases.

If, for example, you use the addition ... INVERSE with the color palette "output field intense" (IntNorm), the addition ... INTENSIFIED has no effect; the only exception to this rule is
COLOR COL_BACKGROUND .

The attribute ...COLOR does not work for lines .



RELATED POST

ABAP SYNTAX CHECK COMPLETE LIST OF KEY WORDS
MySAP CRM System architecture and design
MySAP CRM architecture and E procurement introduction

No comments :

Post a Comment