‎2009 Feb 21 9:20 AM
how to create help button with documentation in parameteres screen.
pls suggest proper soluation.
regard,
mukesh soni
‎2009 Feb 21 9:36 AM
‎2009 Feb 21 9:27 AM
Hi,
You can goto->Documentation and maintain documentation there. It will show you documentation under "I" Button.
‎2009 Feb 21 9:36 AM
‎2009 Feb 21 9:40 AM
Dear,
this is shown in program help. i want in help button required with documentation.
‎2009 Feb 21 10:01 AM
Hi
do you want to create a button on the selection screen which when pushed gives you documentation
then create a button and when its pushed call the documentation
SELECTION-SCREEN BEGIN OF BLOCK block1.
SELECTION-SCREEN BEGIN OF LINE.
SELECTION-SCREEN PUSHBUTTON (20) w_button USER-COMMAND abc .
SELECTION-SCREEN END OF LINE.
SELECTION-SCREEN END OF BLOCK block1.
‎2009 Feb 21 10:18 AM
dear,
i hve create the button in selection -screen . but how to call documentation in button.
‎2009 Feb 21 10:26 AM
‎2009 Feb 21 9:40 AM
hi,
In the abap editor screen of the particular program where you want to maintain help documentation
menu barGOTO ---> Documentation.give the purpose and the output and the required fields in it and save the documentation it will automatically appear on the parameters screen with help button 'i'
have a nice day
thanks
sarves
‎2016 Jun 22 12:46 PM
It will only appear until you make your own PF-STATUS call and then it's gone. Any way to get it back or call the documentation manually?
‎2016 Jun 22 1:33 PM
add the help button to your own PF-STATUS, that's all simple. You may access the code of any GUI status by selecting (but not executing) any button and pressing F1 (so that to access the standard selection screen GUI status to get the détails of the help button).