Search this site

Tuesday, March 27, 2012

Outputting Data in Lists

a)Simple list

Example:

Output:


b)List formats
REPORT LINE-SIZE LINE-COUNT
LINE-SIZE LINE-COUNT
TOP-OF-PAGE event : generate page headersExample:

Ouput


WRITE [AT] [/] ...
-Option:
NO-ZERO.
CURRENCY .
UNIT .
USING EDIT MARK .
UNDER .
LEFT-JUSTIFIED.
CENTERED.
RIGHT-JUSTIFIED.

SY-ULINE
Contains a horizontal line with length 255 that you can use when creating lists.
SY-VLINE
Contains a vertical line (|) that you can use when creating lists.
NO-ZERO If the contents of field are equal to zero, only spaces are
output.
CURRENCY Formats currency fields based on rules defined in table TCURX.
UNIT Formats quantity fields based on rules defined in table T0006.
USING EDIT MASK Outputs according to the formatting template.
UNDER The output begins at the column in which field was output.
LEFT-JUSTIFIED Left-justified output (default for types C, N, D, T, X).
CENTERED Centered output within the output length.
RIGHT-JUSTIFIED Right-justified output (standard for all number fields: I, P and F)













No comments:

Post a Comment