Popular Posts
Text Symbols *&---------------------------------------------------------------------* *& Report ZA000020 ... Calculated Field Formulas Conditional formulas ... Translating 1.3 <html> <head>     <title>Translating 1.1</title>     <meta http-equiv="content-type" content="text...
Stats
Horizontal, vertical line and space
* Horizontal line
write sy-uline.
write '------'.
uline.

* Vertical line
write sy-vline.
write '|'.

* space
skip 3.
skip to line 10.