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: 

Module pool

Former Member
0 Kudos

Can anyone tell is it possible to open a popup window in Module pool after clicking a button..

I want to display the window with my own headings and values in it..

I used POPUP_WITH_TABLE_DISPLAY..But in it we cant use headings as per our own format...

So can anyone tell how to achieve ths

1 ACCEPTED SOLUTION

Former Member
0 Kudos

there is no need to call a fn mod like POPUP_WITH_TABLE_DISPLAY...

U just have to design a screen for popup window

and u have to call the screen using

<b>call screen number STARTING AT x1 y1 ... ENDING AT x2 y2</b>

reward if helpful.

3 REPLIES 3

Former Member
0 Kudos

You can infact create a new screen (set its property to Modal Dialog under the screen attributes) where in you can give your own heading.

Regards

Pratyusha

Former Member
0 Kudos

there is no need to call a fn mod like POPUP_WITH_TABLE_DISPLAY...

U just have to design a screen for popup window

and u have to call the screen using

<b>call screen number STARTING AT x1 y1 ... ENDING AT x2 y2</b>

reward if helpful.

Former Member
0 Kudos

if you want to pass some values in your popup then use this function mocule

POPUP_GET_VALUES.

If not then

POPUP_TO_CONFIRM_WITH_MESSAGE

Regards

Vasu