‎2007 Aug 04 8:51 AM
Hi Experts,
I am using 3.0f version, in my report i am using function module LIST_DISPLAY.
Newly i added 3 fields in the report. But these fileds are comming in the second row. But i want to display in the first row only. report line size is nearly 280.
But in the 3.0f version, it not accepting more than 255( Line size).
can any one tell me how to over come this problem.
Thanks In Advance.
Ur's
Harsha.
‎2007 Aug 06 1:47 PM
Hi,
At the top of your main report program, there would be a statement
REPORT ZTEST line-size 255.
change it to
REPORT ZTEST line-size 355.
Best regards,
Prashant