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: 

userdefined F1 help for FM Popup_to_confirm

Former Member
0 Kudos

Hi All,

I need to create userdefined_f1_help for the function Popup_to_confirm.

Pls tell me how to create customized Z help which I can pass as value to parameter userdefined_f1_help to this FM.

Rishi

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi Rishi,

Create "Dialog Text" in SE61 and pass that name to the POPUP_TO_CONFIRM.

2 REPLIES 2

Former Member
0 Kudos

Hi Rishi,

Create "Dialog Text" in SE61 and pass that name to the POPUP_TO_CONFIRM.

Former Member
0 Kudos

You need to create a document in transaction SE61 and pass the name of the document created to function POPUP_TO_CONFIRM in parameter USERDEFINED_F1_HELP.

~