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

SAP script

Former Member
0 Likes
373

Hi all,

I have a problem in sap script.I have to draw a horizontal line between two columns in layout.

below which I hav eto calculate the total of quantity field.

please suggest me the way to draw the line.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
356

HI VIVEK,

USE THIS COMMAND IN THIS ORDER YOU WILL GET YOUR PROBLEM SOLVED

POSITION WINDOW

POSITION XORIGIN '2.3' CM YORIGIN '28' CM

SIZE WIDTH '8.5' CM HEIGHT 0 CM

BOX FRAME 10 TW

REGARDS

KUSHAGRA

3 REPLIES 3
Read only

Former Member
0 Likes
356

Simple solution will be go to the change editor and use BOX command to set your frame.

Read only

Former Member
0 Likes
357

HI VIVEK,

USE THIS COMMAND IN THIS ORDER YOU WILL GET YOUR PROBLEM SOLVED

POSITION WINDOW

POSITION XORIGIN '2.3' CM YORIGIN '28' CM

SIZE WIDTH '8.5' CM HEIGHT 0 CM

BOX FRAME 10 TW

REGARDS

KUSHAGRA

Read only

Former Member
0 Likes
356

Hi try this,

BOX WIDTH 19 CM HEIGHT 5 CM FRAME 10 TW INTENSITY 10

regards,

kavitha.