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

SAP Script Box Width Vs Font Size

Former Member
0 Likes
557

Hi All,

I have a SAP Script where Boxes Width are based on CH for ex..

BOX YPOS 1 LN WIDTH 3 CH HEIGHT 1 LN FRAME 1 TW'

BOX YPOS 1 LN  XPOS 3 CH WIDTH 18 CH HEIGHT 1 LN FRAME 1 TW

Now i have to populate the value in that 2 box with some values say mandt and matnr which are 3 and 18 char in length (Keeping those length in mind i desined the boxes)

When i use Courier Font Size 12 , it fits fine in box boxes but when i use font size 8 then everything is messed up...

It start up properly then the first character of matnr is displayed in the first box...

How do i determine the box size width based on the font size ...

In SAP Script header setting i have char/inch set up as 10 --Would that make any difference

Please the client needs in SAP Script only...

Thanks

2 REPLIES 2
Read only

Former Member
0 Likes
480

Any suggestions

Read only

Former Member
0 Likes
480

Any suggestions will be appreciated