cancel
Showing results for 
Search instead for 
Did you mean: 

To draw box

Former Member
0 Kudos

hi all,

i am new to SAP Script and created new script form 1st time plz guide ,how to drow box in script form as i have to print the sticker?,if passible plzz provide the SCript document or related linkks.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

use

/: POSITION XORIGIN '2' CM YORIGIN '7.5' CM

/: BOX WIDTH '18' CM HEIGHT '1.25' CM INTENSITY 15

This will create a box with the given height and width and shading it with 15% intensity.(Need to provide X,Y positions also ).

Regards,

Madhu

Answers (3)

Answers (3)

Former Member
0 Kudos

thanks all .i got it.

Former Member
0 Kudos

Hi,

Use box command.

/: box frame 20 tw

/: box xpos '2' cm height '7' cm width '0' cm frame 20 tw

/: box xpos '5' cm height '7' cm width '0' cm frame 20 tw.

Former Member
0 Kudos

Hi Snehal

Welcome to SCN!!

Regards,

Sravanthi