2006 Nov 06 11:01 AM
Hi..
I want a different line size in my secondary list as in say in my secondary list my line size should be different than the one I have used with the report statement.
Is there any way I can do that.
If yes, please tell me.
Thanks
Hi..
I want a different line size in my secondary list as in say in my secondary list my line size should be different than the one I have used with the report statement.
Is there any way I can do that.
If yes, please tell me.
Thanks
2006 Nov 06 11:05 AM
2006 Nov 06 11:07 AM
hai
You cannot change the width of individual pages within a list level. You can only change the width of all pages of a new list level.
NEW-PAGE LINE-SIZE <width>.
2006 Nov 06 11:14 AM
hi,
i am not sure of this but try
<b>SY-LINSZ</b> contains the current line size for generating lists
so i thinkwe mayy give,
at line-selection.
case sy-lsind.
when 1.
-
when 2.
SY-LINSZ = 150 <define here again.
endcase.
for the secondary list u r defining the line size again.
Regards,
Sowjanya
2006 Nov 06 12:03 PM
Hi,
at line-selection.
if sy-lsind > 1.
new-page line-size 200.
endif.
Regards
amole
| User | Count |
|---|---|
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |