2007 Nov 05 4:18 PM
Hi gurus,
I am new to ABAP and I have a small qustion, can you please tell me how to insert a new line while displaying, I mean I have to display two items and I want 1st one to be at 1st line and second one to be at 4th.
thanks
Rajeev
2007 Nov 05 4:21 PM
write: 'first line'.
skip 2.
write: 'second line'.Regards,
Naimesh Patel
Hi gurus,
I am new to ABAP and I have a small qustion, can you please tell me how to insert a new line while displaying, I mean I have to display two items and I want 1st one to be at 1st line and second one to be at 4th.
thanks
Rajeev
2007 Nov 05 4:21 PM
write: 'first line'.
skip 2.
write: 'second line'.Regards,
Naimesh Patel
2007 Nov 05 4:22 PM
Hi,
I dint undestand clearly your requirement....may be this following code help ful for you...
WRITE :/ 'First LIne'.
SKIP 2.
WRITE :/ 'Second line'.
2007 Nov 05 4:23 PM
of what are you talking???
displaying in:
- an ALV?
- a Table Control?
- a smartform?
- a SAP-Script?
- interactive list?
- list-control?
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |