2007 Mar 14 3:05 PM
I need to create a field filler and initialize it to 6 spaces. What is the best way to do that
filler = ?
Thanks
2007 Mar 14 3:12 PM
I need to create a field filler and initialize it to 6 spaces. What is the best way to do that
filler = ?
Thanks
2007 Mar 14 3:11 PM
2007 Mar 14 3:12 PM
2007 Mar 14 3:12 PM
Hi,
You can try something like this.
DATA: BEGIN OF ITAB OCCURS 0,
FIELD1(10),
FILLER_1(6),
FIELD2(10),
FILLER_2(6).
DATA: END OF ITAB.
Regards,
Ferry Lianto
| User | Count |
|---|---|
| 6 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |