Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

How to make sy-linsz dynamic

Former Member
0 Likes
795

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..

1 ACCEPTED SOLUTION
Read only

athavanraja
Active Contributor
0 Likes
626

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..

2 REPLIES 2
Read only

athavanraja
Active Contributor
0 Likes
627

Check out the abap key word

<b>NEW-PAGE</b>

You can set new line size like

New-page line-size XXX .

Regards

Raja

Read only

Former Member
0 Likes
626

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