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

abap sap-scripts

Former Member
0 Likes
930

hi,

iam unable to enter the values inside this command in line editor

/: BOX XPOS '0' CM YPOS '11.20' CM WIDTH '18' CM HEIGHT '.5' CM FRAME 10 TW

in this command i need change width to '18.75' cm its not accepting values b'coz this line filled up no space

to edit.

but i need only '18.75' cm.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
908

Hi Laxman,

Go to Edit->Page Left/Right in the text editor

Regards,

Vidya

9 REPLIES 9
Read only

Former Member
0 Likes
909

Hi Laxman,

Go to Edit->Page Left/Right in the text editor

Regards,

Vidya

Read only

0 Likes
908

yeah this sol solved my problem thanks

Read only

Former Member
0 Likes
908

Hi,

you can write it like this

/: BOX XPOS '0' CM YPOS '11.20' CM WIDTH '18' CM =HEIGHT '.5' CM FRAME 10 TW

give "=" in the next line for continuation

Regards,

Sowjanya

Read only

Former Member
0 Likes
908

sorry,its F8 not F10

USE SHIFT-F8 to go right of that line

regards

srikanth

Message was edited by: Srikanth Kidambi

Read only

0 Likes
908

hi ur answer solved my problem thanks

Read only

Former Member
0 Likes
908

hi,

/: BOX XPOS '0' CM YPOS '11.20' CM WIDTH '18.75' CM HEIGHT '.5' CM

= FRAME 10 TW

hope this helps,

do reward if it helps,

priya.

Read only

Former Member
0 Likes
908

HI

GOOD

go through this link

http://sap.niraj.tripod.com/id19.html

thanks

mrutyun

Read only

Former Member
0 Likes
908

Hi,

<b>you can either give</b>

/: BOX XPOS '0' CM YPOS '11.20' CM

= WIDTH '18.75' CM HEIGHT '.5' CM FRAME 10 TW

<b>

or give like this</b>

/:BOX FRAME 10 TW

/:BOS XPOS '0' cm YPOS '11.20' CM

/:BOX SIZE WIDTH '18' CM HEIGHT '5' CM

Regards,

Sowjanya

Read only

Former Member
0 Likes
908

Hi Laxman,

There is no need to write the complete command in the same line.u can continue in the next line by giving '= '

for any command say *,/:

regards,

keerthi.