cancel
Showing results for 
Search instead for 
Did you mean: 

Unable to create box in sap script

Former Member
0 Kudos

Hi All ,

I am unable to create box in sap script , Because unable to identify the pixels in right corner

Could you please suggest me the positions of xpos, and ypos of the left corner of script

I have to create boxes like two colums table ( 2colums and 4 rows )

Please resolve

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi

Its all trail and error method & ur Imagination all u have to use the BOX command and POSITION and make use and try see that u get it.

/: POSITION XORIGIN 2 CM YORIGIN '2.5 CM'

BOX WIDTH '5.0' CM HEIGHT '0.6' CM FRAME 10 TW

BOX XPOS '0.5' CM WIDTH 0 TW HEIGHT '0.6' CM FRAME 10 TW

surya

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

Try this

/: BOX width '20' cm height '20' cm frame 20 tw

/: BOX xpos '2' cm height '20' cm

/: BOX xpos 7'' cm height '20' cm

/: BOX xpos '13' cm height '20' cm

/: BOX xpos '16' cm height '20' cm