‎2006 Aug 18 10:10 AM
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
‎2006 Aug 18 10:16 AM
Use the new page command with line-size additon.
NEW-PAGE LINE-SIZE 200.
Regards,
Ravi
‎2006 Aug 18 10:16 AM
Use the new page command with line-size additon.
NEW-PAGE LINE-SIZE 200.
Regards,
Ravi
‎2006 Aug 18 10:19 AM
Hi Srini,
U can try by setting the system variable SY-LINSZ = 150.
or
Use new page command.
Vasanth
‎2006 Aug 18 10:20 AM