Application Development 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: 

detailed pop up screen in selection screen - urgent

jayakummar
Active Participant
0 Kudos

hai experts,

how can we give a detailed pop up screen in selection screen.

My requirement is,

To display Details of spool Nos taken for current porogram to take print out from end user.

from OWN SPOOL REQUEST displays all other programs........

can any one give a right solution?

reward will avail for use full answer.

thanks in advance.

regards,

jai.m

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi Jai

May be you can use this FM POPUP_WITH_TABLE_DISPLAY_OK with the list of spool number populated into internal table.

If you are particulary looking for selection screen, then decalre your selection screen as below

Selection-screen begin of screen 9000.

...

...

Selection-screen end of screen.

Then use the statement Call selection-screen 9000 starting at x y.

Hope this helps !

Regards

Ranganath

1 REPLY 1

Former Member
0 Kudos

Hi Jai

May be you can use this FM POPUP_WITH_TABLE_DISPLAY_OK with the list of spool number populated into internal table.

If you are particulary looking for selection screen, then decalre your selection screen as below

Selection-screen begin of screen 9000.

...

...

Selection-screen end of screen.

Then use the statement Call selection-screen 9000 starting at x y.

Hope this helps !

Regards

Ranganath