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

fields display in the ALV List

Former Member
0 Likes
325

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.

1 REPLY 1
Read only

Former Member
0 Likes
306

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