Google Search - Blog...........

SYMBOLS, ICONS AND FORMATTING programs in SAP ABAP

Write a program to show the following using system variables
(hint: use include and include

Symbols: Icons:
Telephone Checked; okay,
Fax machine Delete,
Hand pointing left, Print
Hand pointing right,
Caution,

Eg : Write sym_phone as symbol, ‘telephone’.

2 Write a program to show a string with different background colours.

eg.
write ‘HEADER’ color col_heading.
(col_heading is abap/4 name for grayish blue colour. Other colours are
col_key for bluish green, col_normal for bright gray, col_background for
gray, col_positive for green, col_negative for red, col_group for violet and
col_total for yellow)

3 Use Format intensified – format intensified off.
Format color - format color off.
Format inverse – Format inverse off

4 Show current time and today’s date.

5 Show a value ‘123456’ as 12:34:56 using ‘using edit mask’.

6 Take a number as ‘0000011’. Suppress all leading zeros.

7 Suppress a sign before a number.

No comments:

Post a Comment