cancel
Showing results for 
Search instead for 
Did you mean: 

COMMAND

Former Member
0 Kudos

Hi experts,

In script i ahve to put this command , as single line there is no sufficient space, thats why im putting next in line, but FRAME 12 TW is not taking as continues command it is taking erlier paragraph farmat , i have to put this as single command , please suggest me, it is very urgent.

/: BOX XPOS '14.5' CM YPOS '1' CM WIDTH '3.5' CM HEIGHT '0.7' CM

FRAME 12 TW

Thanks in advance,

Radhakrishna.

Accepted Solutions (0)

Answers (5)

Answers (5)

Former Member
0 Kudos

Hi,

command line are recommended not to split...try to do it in two different command line.

with luck,

pritam.

Former Member
0 Kudos

hi radhakrishna,

You can resolve this problem by splitting your box command into three different commands

position

size

box

Mention the xpos and ypos dimensions using position command

width and height dimensions in size command

frame and intensity in box command

this will definitely resolve your problem

do reward points for this.

regards

padma

bpawanchand
Active Contributor
0 Kudos

hi

use this code it will work

POSITION XORIGIN '14.5' CM YORIGIN '1' CM

SIZE WIDTH '3.5'CM HEIGHT '0.7' CM

BOX FRAME 12 TW.

IT WILL WORK BUDDY

REWARD POINTS

Regards

PAVAN

Former Member
0 Kudos

Hi Radha krishna,

There are two ways....

first way:

you click on EDIT menu -


> click on page Left/Right option or simply press SHIFT+F8 to shift to the left and to return back again press it...

other way is

There are three ways to specify the box command size,position and box details...

It is as follows.

/: BOX [XPOS] [YPOS] [WIDTH] [HEIGHT] [FRAME]  [INTENSITY] 
/: POSITION [XORIGIN] [YORIGIN] [WINDOW] [PAGE] 
/: SIZE [WIDTH] [HEIGHT] [WINDOW] [PAGE]

Hope this would help you,

Regards

Narin Nandivada.

naimesh_patel
Active Contributor
0 Kudos

In the text editor of SAPScript, do Right Click and than select Page Left/Right. This will give you enough space to complete your command.

Regards,

Naimesh Patel