Application Development and Automation 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: 
Read only

help button with documentation .

Former Member
0 Likes
2,126

how to create help button with documentation in parameteres screen.

pls suggest proper soluation.

regard,

mukesh soni

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,488

In ABAP Editor:

GOTO -> Documentation.

Create and Save.

9 REPLIES 9
Read only

Former Member
0 Likes
1,488

Hi,

You can goto->Documentation and maintain documentation there. It will show you documentation under "I" Button.

Read only

Former Member
0 Likes
1,489

In ABAP Editor:

GOTO -> Documentation.

Create and Save.

Read only

0 Likes
1,488

Dear,

this is shown in program help. i want in help button required with documentation.

Read only

0 Likes
1,488

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.

Read only

0 Likes
1,488

dear,

i hve create the button in selection -screen . but how to call documentation in button.

Read only

0 Likes
1,488

thanks

problem is solve

Read only

Former Member
0 Likes
1,488

hi,

In the abap editor screen of the particular program where you want to maintain help documentation

menu bar
GOTO ---> 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

Read only

0 Likes
1,488

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?

Read only

0 Likes
1,488

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).