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: 

SAP Standard Screen Size

Former Member
0 Kudos

Hi All,

I'm currently working on Sales Order additional B tab modification. In additional B tab I have a table control. It is getting displayed according to SAP Standard screen size of 21 lines and 83 columns. But my requirement is to display the table control with all the columns in it for example 148 columns.

Can anyone suggest how do we change the standard screen size of SAP.

Any kind of help to resolve this issue would be gratly appreciated.

Thanks in advance.

Maddineni

8 REPLIES 8

naimesh_patel
Active Contributor
0 Kudos

Hello,

You can strecth your screen upto max 240 columns.

To do this.. Go to your screen .. Select attributes.. Put 240 in the Lines/columns Maintainace 2nd box.

regards,

Naimesh

0 Kudos

I tried that but still the display is restricted to 21 X 83 and that is not my requirement. I need to see the screen with my custom attributes.

0 Kudos

You can increase the resolution of your windows.. so, all the necessary columns will hopefully be visible.

Regards,

Naimesh

0 Kudos

I think this may require a modification. You might have to increase the size of the subscreen that contains the additional data B screen.

I wonder if the size can be controlled in user exit MV45AOZZ?

0 Kudos

The subscreen used by the sales order application can handle upto a size of 34L X 148CLS. I think it has nothing to do with subscreen re-sizing.

Any idea about using transaction variant or screen variant for this purpose.

0 Kudos

Can you give the screen number(s) that you are working with?

I assumed you were changing screen SAPMV45A 8459. You set the size to what you need.

Screen 8459 is embedded in screen 4462.

On my system, screen 4462 does not have a large size allocated for the subscreen 8459.

0 Kudos

Additional B tab screen is 459 and it is getting embedded in SAPMV45A - 4003 screen.

0 Kudos

The problem has been solved. Additional B tab screen is 8459 and it is getting embedded in 4462 of program SAPMV45A. 4462 dimensions are 15 X 81 and this is the cause of the problem.

Thanks a lot for all of you for the relies.