Application Development 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: 

line-size

Former Member
0 Kudos

Hi All,

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

2 REPLIES 2

Former Member
0 Kudos

HI

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

Aditya

Former Member
0 Kudos

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.