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

classical report layout

Former Member
0 Likes
420

i have only 3 fields in out put to display when i use the sy-uline it is drawing up to 142 screen lenght but i need only up to some 70 of sy-uline what i need to do, sample code will be usefull.

3 REPLIES 3
Read only

Former Member
0 Likes
402

hi Rocky ...

do this way ..



uline(70).

or 

write : /0 sy-uline(70). 

Read only

Former Member
0 Likes
402

uline(70).

Read only

Former Member
0 Likes
402

hi,

Try like this...

write 😕 '500 characters'.

New-line.

write : 'next 500 characters'

Regards.