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: 

Help with z program output and scrollbars

Former Member
0 Kudos

Morning all

We are running an ERP2004 SAP system, and we're having some problems with a z program. Basically it was a quick bit of code put together to check user names against the names stored in PA.

Now the problem is that when the report is output on a PC running its screen resolution at 1024x768, we can't see the last field output in the report and there's no horizontal scroll bar. If we run the program on a desktop with a screen resolution at 1280x1024, we can see the last column, so no need for the scrollbar and it's not output.

Now I thought SAP added the scroll bars automatically for you if you needed them? Has anyone come across this before, because I haven't and it seems very strange indeed!

1 ACCEPTED SOLUTION

Former Member
0 Kudos

and also u have to checl LINE-SIZE while defining the Report.

Regards

Prabhu

2 REPLIES 2

Former Member
0 Kudos

and also u have to checl LINE-SIZE while defining the Report.

Regards

Prabhu

0 Kudos

Thanks, that's pretty helpful... but what if LINE-SIZE has not been defined in the program?