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 : Main Window Border....

Former Member
0 Likes
808

Dear All,

How can I create a border for main window in SAP Script ?

Thanks & Regards

Venkat

1 ACCEPTED SOLUTION
Read only

RichHeilman
Developer Advocate
Developer Advocate
0 Likes
582

That's pretty easy, its one line of code in your MAIN window.



/:   BOX FRAME 10 TW      

Regards,

Rich Heilman

4 REPLIES 4
Read only

RichHeilman
Developer Advocate
Developer Advocate
0 Likes
583

That's pretty easy, its one line of code in your MAIN window.



/:   BOX FRAME 10 TW      

Regards,

Rich Heilman

Read only

0 Likes
582

If you would like to have vertical lines as well inside the frame....



/:   BOX FRAME 10 TW                                                 
/:   BOX XPOS '1.2'  CM WIDTH 0 TW HEIGHT '12.7' CM FRAME 10 TW      
/:   BOX XPOS '11.00' CM WIDTH 0 TW HEIGHT '12.7' CM FRAME 10 TW     
/:   BOX XPOS '15.5' CM WIDTH 0 TW HEIGHT '12.7' CM FRAME 10 TW      
/:   BOX XPOS '18.4' CM WIDTH 0 TW HEIGHT '12.7' CM FRAME 10 TW      


Regards,

Rich Heilman

Read only

0 Likes
582

Hallo Rich,

Thanks you very much for quick response. I guess my problem will be solved, I am still working on vertical lines inside. I will come back if I have some problems with Vertcle lines.

Will award you points as a token of gratitude.

Thanking you.

Regards,

Venkat.

Read only

0 Likes
582

You are quite welcome. I actually stole that code from a sapscript that I did a while back. You just have to play with the position values(XPOS) untill it is where you need them.

Regards,

Rich Heilman