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