2008 Feb 22 4:00 AM
hi all
what is the abap keyword that allows for vertical alignment of fields one below another
2008 Feb 22 4:07 AM
Hi,
If u are asking about classical report programming then u can use keyword 'UNDER'
hi all
what is the abap keyword that allows for vertical alignment of fields one below another
2008 Feb 22 4:07 AM
Hi,
If u are asking about classical report programming then u can use keyword 'UNDER'
2008 Feb 22 4:11 AM
Rohit,
U have to use UNDER key word for that
Ex:
WRITE: / SBOOK-BOOKID UNDER 'Book-ID',
SBOOK-SMOKER UNDER 'Smoker',
SBOOK-CLASS UNDER 'Class'.
2008 Feb 22 4:29 AM
hi rohit,
u can use the 'UNDER ' keyword for that.
for example.
if u hav 'MATERIALID' as the column name u can use,
WRITE : matnr under 'MATERIALID'
2008 Feb 22 6:55 AM
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |