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 increase line-size in Function module

Former Member
0 Likes
565

Hi All,

How to increase line-size in function module..

I am displaying a list in function module.The output is of width more than 150..

Regards,

Srinivas

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
475

Use the new page command with line-size additon.

NEW-PAGE LINE-SIZE 200.

Regards,

Ravi

3 REPLIES 3
Read only

Former Member
0 Likes
476

Use the new page command with line-size additon.

NEW-PAGE LINE-SIZE 200.

Regards,

Ravi

Read only

Former Member
0 Likes
475

Hi Srini,

U can try by setting the system variable SY-LINSZ = 150.

or

Use new page command.

Vasanth

Read only

Former Member
0 Likes
475

Hi,

In New Page Include LINE-SIZE 180.