cancel
Showing results for 
Search instead for 
Did you mean: 

box in form

Former Member
0 Kudos

hi experts,

i have to insert one box in HEADER WINDOW right upper corner window width is 76 CH, its small box like signe purpose ,

iam entering the code like

BOX XPOS '60' CH YPOS '1' LN HIGHT '2' LN WIDTH '10' CH FRAME '8' TW, but displaying out put box is not displaying .

please do the need full help . it is very urgent.

Thanks in advance.

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi RadhaKrishna

Check These links u will find each and every info regarding SAP SCRIPTS

-> http://www.sapmaterial.com/sap_scripts.html

-> http://abapprogramming.blogspot.com/search/label/SAP%20SCRIPT%20CONTROLS%20COMPLETE

Rewards Points if helpful

Regards

Karan

Former Member
0 Kudos

hi there

instead of using ur code u can use the following code

POSITION WINDOW

SIZE WINDOW

BOX FRAME 10 TW

what this does is that position window and size window automatically as you had set that inj ur screen painter....

box frame 10 tw sets the borderlines of the box of 12 TW....

reward if helpful

regards

niharika

Former Member
0 Kudos

Draws a vertical line along the complete height of the left hand edge of the window.

/: BOX WIDTH '17.5' CM HEIGHT 1 CM FRAME 10 TW INTENSITY 15

/: BOX WIDTH '17.5' CM HEIGHT '13.5' CM FRAME 10 TW

/: BOX XPOS '10.0' CM WIDTH 0 TW HEIGHT '13.5' CM FRAME 10 TW

/: BOX XPOS '13.5' CM WIDTH 0 TW HEIGHT '13.5' CM FRAME 10 TW

try this.............

Reward IF..........

Regards

Anbu