‎2007 Jun 12 12:04 PM
Hi all
i want to set Report width dynamically.
my requiremnt like when i click on any field in output it will show another list(interactive).
here i wnat to set width as 155. before this line-size is 132.
how can achieve this.
in top-of-page during line selection i mentioined sy-linsz = 155 , but it is taking line size as 155 but while printing it is coming in next line.
how can set in same line .
Thanks in advance
Rambabu.A
‎2007 Jun 12 12:06 PM
‎2007 Jun 12 12:13 PM
hi,
To determine the width of the output list, use the LINE-SIZE option of the REPORT statement.
Syntax
<b>REPORT <rep> LINE-SIZE <width>.</b>.
<b>u write sy-linsz = 155 in TOP-OF-PAGE DURING LINE-SELECTION insted of writing in TOP-OF-PAGE</b>
top-of-page during line-selection provides the header for secondary lists.
regards,
Ashokreddy.