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: 

Function module to display pop up for user

Former Member
0 Kudos

Hello All,

I would like to know if there is any function module that displays a popup warning message to a user and the popup should have ok and cancel buttons so some action can take place when user clicks on one of those buttons. Thanks in advance.

Mithun

1 ACCEPTED SOLUTION

Former Member

Hi,

You can use one of them:

  1. POPUP_TO_CONFIRM_STEP - Create a dialog box in which you make a question whether the user wishes to perform the step.

  2. POPUP_TO_CONFIRM_WITH_MESSAGE - Create a dialog box in which you inform the user about a specific decision point during an action.

  3. POPUP_TO_CONFIRM_WITH_VALUE - Create a dialog box in which you make a question whether the user wishes to perform a processing step with a particular object.

  4. POPUP_TO_DECIDE - Provide user with several choices as radio buttons

  5. POPUP_TO_DECIDE_WITH_MESSAGE - Create a dialog box in which you inform the user about a specific decision point via a diagnosis text.

  6. POPUP_TO_DISPLAY_TEXT - Create a dialog box in which you display a two-line message.

  7. POPUP_TO_SELECT_MONTH - Popup to choose a month

  8. POPUP_WITH_TABLE_DISPLAY - Provide a display of a table for user to select one, with the value of the table line returned when selected.

  9. POPUP_TO_CONFIRM - Pop-up dialog confirm an action before it is carried out.

  10. POPUP_TO_DISPLAY_TEXT - Displays a text in a modal screen

  11. POPUP_TO_INFORM - Displays several lines of text. No OK or Cancel buttons.

  12. TH_POPUP - Display a popup system message on a specific users screen.

  13. POPUP_TO_CONFIRM_LOSS_OF_DATA - Create a dialog box in which you make a question whether the user wishes to perform a processing step with loss of data.

  14. POPUP_TO_CONFIRM_STEP - Create a dialog box in which you make a question whether the user wishes to perform the step.

  15. POPUP_TO_CONFIRM_WITH_MESSAGE - Create a dialog box in which you inform the user about a specific decision point during an action.

  16. POPUP_TO_CONFIRM_WITH_VALUE - Create a dialog box in which you make a question whether the user wishes to perform a processing step with a particular object.

  17. POPUP_TO_DECIDE - Provide user with several choices as radio buttons

  18. POPUP_TO_DECIDE_WITH_MESSAGE - Create a dialog box in which you inform the user about a specific decision point via a diagnosis text.

  19. POPUP_TO_DISPLAY_TEXT - Create a dialog box in which you display a two-line message.

  20. POPUP_WITH_TABLE_DISPLAY - Provide a display of a table for user to select one, with the value of the table line returned when selected.

  21. POPUP_TO_CONFIRM_LOSS_OF_DATA - Create a dialog box in which you make a question whether the user wishes to perform a processing step with loss of data.

  22. POPUP_TO_CONFIRM_STEP - Create a dialog box in which you make a question whether the user wishes to perform the step.

  23. POPUP_TO_CONFIRM_WITH_MESSAGE - Create a dialog box in which you inform the user about a specific decision point during an action.

  24. POPUP_TO_CONFIRM_WITH_VALUE - Create a dialog box in which you make a question whether the user wishes to perform a processing step with a particular object.

  25. POPUP_TO_DECIDE - Provide user with several choices as radio buttons

  26. POPUP_TO_DECIDE_WITH_MESSAGE - Create a dialog box in which you inform the user about a specific decision point via a diagnosis text.

  27. POPUP_TO_DISPLAY_TEXT - Create a dialog box in which you display a two-line message.

  28. POPUP_WITH_TABLE_DISPLAY - Provide a display of a table for user to select one, with the value of the table line returned when selected.

Best regards,

Wojciech

please reward points for helpful answer

4 REPLIES 4

Former Member

Hi,

You can use one of them:

  1. POPUP_TO_CONFIRM_STEP - Create a dialog box in which you make a question whether the user wishes to perform the step.

  2. POPUP_TO_CONFIRM_WITH_MESSAGE - Create a dialog box in which you inform the user about a specific decision point during an action.

  3. POPUP_TO_CONFIRM_WITH_VALUE - Create a dialog box in which you make a question whether the user wishes to perform a processing step with a particular object.

  4. POPUP_TO_DECIDE - Provide user with several choices as radio buttons

  5. POPUP_TO_DECIDE_WITH_MESSAGE - Create a dialog box in which you inform the user about a specific decision point via a diagnosis text.

  6. POPUP_TO_DISPLAY_TEXT - Create a dialog box in which you display a two-line message.

  7. POPUP_TO_SELECT_MONTH - Popup to choose a month

  8. POPUP_WITH_TABLE_DISPLAY - Provide a display of a table for user to select one, with the value of the table line returned when selected.

  9. POPUP_TO_CONFIRM - Pop-up dialog confirm an action before it is carried out.

  10. POPUP_TO_DISPLAY_TEXT - Displays a text in a modal screen

  11. POPUP_TO_INFORM - Displays several lines of text. No OK or Cancel buttons.

  12. TH_POPUP - Display a popup system message on a specific users screen.

  13. POPUP_TO_CONFIRM_LOSS_OF_DATA - Create a dialog box in which you make a question whether the user wishes to perform a processing step with loss of data.

  14. POPUP_TO_CONFIRM_STEP - Create a dialog box in which you make a question whether the user wishes to perform the step.

  15. POPUP_TO_CONFIRM_WITH_MESSAGE - Create a dialog box in which you inform the user about a specific decision point during an action.

  16. POPUP_TO_CONFIRM_WITH_VALUE - Create a dialog box in which you make a question whether the user wishes to perform a processing step with a particular object.

  17. POPUP_TO_DECIDE - Provide user with several choices as radio buttons

  18. POPUP_TO_DECIDE_WITH_MESSAGE - Create a dialog box in which you inform the user about a specific decision point via a diagnosis text.

  19. POPUP_TO_DISPLAY_TEXT - Create a dialog box in which you display a two-line message.

  20. POPUP_WITH_TABLE_DISPLAY - Provide a display of a table for user to select one, with the value of the table line returned when selected.

  21. POPUP_TO_CONFIRM_LOSS_OF_DATA - Create a dialog box in which you make a question whether the user wishes to perform a processing step with loss of data.

  22. POPUP_TO_CONFIRM_STEP - Create a dialog box in which you make a question whether the user wishes to perform the step.

  23. POPUP_TO_CONFIRM_WITH_MESSAGE - Create a dialog box in which you inform the user about a specific decision point during an action.

  24. POPUP_TO_CONFIRM_WITH_VALUE - Create a dialog box in which you make a question whether the user wishes to perform a processing step with a particular object.

  25. POPUP_TO_DECIDE - Provide user with several choices as radio buttons

  26. POPUP_TO_DECIDE_WITH_MESSAGE - Create a dialog box in which you inform the user about a specific decision point via a diagnosis text.

  27. POPUP_TO_DISPLAY_TEXT - Create a dialog box in which you display a two-line message.

  28. POPUP_WITH_TABLE_DISPLAY - Provide a display of a table for user to select one, with the value of the table line returned when selected.

Best regards,

Wojciech

please reward points for helpful answer

Former Member
0 Kudos

Hi,

Just to make the choice easier for you, I normally use the function module POPUP_TO_CONFIRM.

Otherwise SAP has some four function modules and a little explanation on them in the link from help.sap.com:

[function module to confirm.|http://help.sap.com/saphelp_47x200/helpdata/en/2a/f9ffd6493111d182b70000e829fbfe/frameset.htm]

Hope this helps.

Cheers,

Aditya

Former Member
0 Kudos

Hi,

Try below FM's

POPUP_TO_CONFIRM

COPO_POPUP_TO_GOON

POPUP_TO_CONFIRM_STEP

Regards,

Chandru

Former Member
0 Kudos

Thanks and full points to everyone.

Mithun