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

window inside another window in SAPScript

Former Member
0 Likes
741

Hi ,

Is it possible to create a window inside a main window in SAPScript ? If so,how ?

Please help.

Thanks&regards

Ananya Mukherjee

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
516

Hi !

I don not think that will work...

but... windows can overlap - perhaps that may help you.

Simply create a new window that is laying "over" your main window... that's

working.

Regards

Rainer

Some points would be nice if that helped.

3 REPLIES 3
Read only

Former Member
0 Likes
517

Hi !

I don not think that will work...

but... windows can overlap - perhaps that may help you.

Simply create a new window that is laying "over" your main window... that's

working.

Regards

Rainer

Some points would be nice if that helped.

Read only

Former Member
0 Likes
516

Hi Mukherjee,

Use <b>Box command </b>

/: BOX XPOS 1 CM YPOS 1 CM WIDTH 18 CM HEIGHT 20 CM FRAME 10 TW INTENSITY 10

/: BOX XPOS 6 CM YPOS 8 CM WIDTH 18 CM HEIGHT 5 CM FRAME 10 TW INTENSITY 10

Read only

0 Likes
516

Hi,

Problem is solved .Created overlapping window. Thanks a lot.

Regards

Ananya