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

second window

Former Member
0 Likes
703

Dear Experts,

there is a main window and I have created a button on his above part.

The following should be happen now :

When someone clicks on this button a second window must open

but smaller and at a certain position.

In this window, I want to ouput an ALV.

How can I implement this req.

Regards

sas

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
667

Ok,

I can do that with:

CALL SCREEN 0100

STARTING AT 70 400

ENDING AT 340 70.

But the problem is I cant close this window . Why ?

Regards

sas

5 REPLIES 5
Read only

Former Member
0 Likes
667

u mean subscreen ?

Read only

Former Member
0 Likes
667

... just a second window

Read only

0 Likes
667

Hi SAS,

Check this sample code. BCALV_TEST_GRID_ONPOPUP

Is this what you require ?

Regards

Read only

Former Member
0 Likes
668

Ok,

I can do that with:

CALL SCREEN 0100

STARTING AT 70 400

ENDING AT 340 70.

But the problem is I cant close this window . Why ?

Regards

sas

Read only

0 Likes
667

Hi SAS,

I am not sure how you code is, but in the sample program it works (able to close the window).

Check the FORM display_popup in the sample code. Use this for displaying your ALV in a second winddow

Regards