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

increase the margins while printing

Former Member
0 Likes
311

Hi Gurus!

I need to increase my top margin and the left margin while printing a report from se-38 or either one of them. can you please let me know as to how I do it.

Regards

Hi Gurus!

I need to increase my top margin and the left margin while printing a report from se-38 or either one of them. can you please let me know as to how I do it.

Regards

1 REPLY 1
Read only

Former Member
0 Likes
281

Well...while writing the output use "skip" to skip the lines.

You can use

Skip 5.
write:/ 'example'.

Hope it helps.

thanks.