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: 

popup window with sap F1 help icon

former_member307398
Participant
0 Kudos

Hello All,

How to create f1 help on popup window?

i can see icons "ok" and "cancel" but i want to add one more icon like f1 help.

can any one tell me how to add f1 help icon in popup window.

now i am using popup_to_get_values FM.

Thanks.

Regards,

Santhosh G

3 REPLIES 3

SimoneMilesi
Active Contributor
0 Kudos

You should refer to POPUP_GET_VALUES_USER_HELP, as per standard wiki here

POPUP_GET_VALUES_USER_HELP
This function module sends a dialog box for data to be input with the possibility of a check in an external sub-routine (user exit) and branching in a user F1 or F4 help. The input fields are passed in a structure and must be defined in the Dictionary. You can also specify individual field display attributes and a field text in the structure, if the key word from the Dictionary is not to be displayed as field text in the dialog box. You can pass the data which are entered by the user in a dialog box to a sub-routine which must be specified in the interface for checking. Errors occurring in the check are stored in an error structure and are analyzed by the function module upon return from the sub-routine. The data, and an error message, if appropriate, are displayed again. The standard help functionality (F1, F4) is supported. User exits for a user F1 or F4 help can also be specified. The user action (Continue or Cancel) is returned in a parameter. 

former_member307398
Participant
0 Kudos

Hello Milesi,

Thanks for your answer, but I want to add below screen shot in f1 help button.

please any one tell me how can I get the icon in popup screen?

Regards,

Santhosh Ghelp-pic.png

horst_keller
Product and Topic Expert
Product and Topic Expert

Create your own pop-up window in the screen painter with the buttons that you need. Ideally, you encapsulate it in a function group.