‎2008 Jan 16 7:28 PM
In a report there is a table created vth sy-uline and c_vlines
(vertical and horizontal) .and there is a data .if i have to insert the text there it is not fitting properly means it is truncating by the vlines and uline how to increase the table width in a report
if i am changing any constant values in vline and uline it is effecting to the header and the tezt items in it .PLZ suggest
‎2008 Jan 16 9:34 PM
check you header program and change line-size values for ej.
to 200.
EJ.
report Z_my_Report no standard page
heading line-size 200 line-count 65 message-id zz.
‎2008 Jan 17 7:37 PM
hi ,
I had a report vth output as a table . in the program the header items are made vth sy-uline and c_vlines .
for eg if the table had an item desc which is a heading and the below line contains the text .but text xontent is not fitting into it
how to increase it
‎2008 Jan 17 10:13 PM
hi jucob,
i increased the length wise the list i also want to increase the height plz let me know abt that