2004 Nov 22 10:45 AM
I have done a report. In that i have various checkboxes.. depending upon the selection, the output varies.. so, i want to make the Linesize of my report dynamic.. ie .it should vary automatically as per the input.
Please help me out..
Thanks..
2004 Nov 22 10:54 AM
Check out the abap key word
<b>NEW-PAGE</b>
You can set new line size like
New-page line-size XXX .
Regards
Raja
I have done a report. In that i have various checkboxes.. depending upon the selection, the output varies.. so, i want to make the Linesize of my report dynamic.. ie .it should vary automatically as per the input.
Please help me out..
Thanks..
2004 Nov 22 10:54 AM
Check out the abap key word
<b>NEW-PAGE</b>
You can set new line size like
New-page line-size XXX .
Regards
Raja
2004 Nov 22 10:56 AM
Hi,
please check out the F1-help for the statement new-page.
With new-page line-size col, you can set the line size dynamically, depending on your needs.
regards
Siggi