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: 

pop up

Former Member
0 Kudos

i need to create a pop up which gets poped up whenenver the user does any chenge to the pricing condition and only one value needs to be selected from there!!so do i need to create any screen or are there any already existing function modules to implement that code!!

1 ACCEPTED SOLUTION

Former Member
0 Kudos

use any of below...

POPUP_TO_CONFIRM

POPUP_FOR_INFORMATION

POPUP_FOR_USER

POPUP_FOR_CONDITIONS

POPUP_TO_DISPLAY_USERDATA

POPUP_WITH_TABLE_DISPLAY_OK

POPUP_TO_CONFIRM_VALUES

POPUP_TO_CONFIRM_MSG_WITH_CALL

POPUP_TO_DISPLAY_TEXT

POPUP_TO_DECIDE_INFO

POPUP_FOR_INFO

POPUP_FOR_INTERACTION

POPUP_TO_GET_ONE_VALUE

POPUP_TO_GET_VALUE

POPUP_GET_VALUES

POPUP_GET_VALUES_USER_CHECKED

POPUP_TO_DECIDE_LIST

POPUP_DISPLAY_TEXT

POPUP_DISPLAY_TEXT_USER_BUTTON

POPUP_DISPLAY_TEXT_WITH_PARAMS

POPUP_TO_FILL_COMMAND_LINE

POPUP_TO_INFORM

POPUP_GET_SELECTION_FROM_LIST

POPUP_NO_LIST

POPUP_TO_SHOW_USERINFO

3 REPLIES 3

Simha_
Employee
Employee
0 Kudos

Hi,

Use F.M POPUP_TO_GET_VALUE

Cheers,

SImha.

Reward all the helpful answers...

Former Member
0 Kudos

There are so many function module to show pop up

search in se37 like popup*

here 9000 is the screen number

if you want to create pop up then use

call screen '9000'

starting at '1' '10'

ending at '10' '30'.

double click on 9000 and then select modal dialog radio button.

here you need to create your layout as per ur req.

Reward Points if it is useful

Thanks

Seshu

Former Member
0 Kudos

use any of below...

POPUP_TO_CONFIRM

POPUP_FOR_INFORMATION

POPUP_FOR_USER

POPUP_FOR_CONDITIONS

POPUP_TO_DISPLAY_USERDATA

POPUP_WITH_TABLE_DISPLAY_OK

POPUP_TO_CONFIRM_VALUES

POPUP_TO_CONFIRM_MSG_WITH_CALL

POPUP_TO_DISPLAY_TEXT

POPUP_TO_DECIDE_INFO

POPUP_FOR_INFO

POPUP_FOR_INTERACTION

POPUP_TO_GET_ONE_VALUE

POPUP_TO_GET_VALUE

POPUP_GET_VALUES

POPUP_GET_VALUES_USER_CHECKED

POPUP_TO_DECIDE_LIST

POPUP_DISPLAY_TEXT

POPUP_DISPLAY_TEXT_USER_BUTTON

POPUP_DISPLAY_TEXT_WITH_PARAMS

POPUP_TO_FILL_COMMAND_LINE

POPUP_TO_INFORM

POPUP_GET_SELECTION_FROM_LIST

POPUP_NO_LIST

POPUP_TO_SHOW_USERINFO