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

line-size

Former Member
0 Likes
410

Hi All,

How do we increase the line-size in the output list of Function Module. how to do that?

2 REPLIES 2
Read only

Former Member
0 Likes
383

HI

go to utilities, settings, abap editor, editor and remove check on Default line size (72).

Aditya

Read only

Former Member
0 Likes
383

Hi,

I think You have to increase the size in the report from which you will be calling the function module.......

REPORT Z_SIMPLY_TEST line-SIZE 250.