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

F1-Documentation

Former Member
0 Likes
1,550

Hi All,

How to maintain the F1-Documentation for a user defined field( if the field declared with the help of a data element) on a selection screen.

Thank you.

Regards,

Padmsri.

9 REPLIES 9
Read only

Former Member
0 Likes
1,357

Hi,

Add the documentation to the data element (there's a button on the toolbar titled 'Documentation').

Regards.

Nick

Read only

Former Member
0 Likes
1,357

Hi ,

when you are maintaining a field and for that field a z data element is maintained then when you double click on the data element it will take you the screen where data element is maintain , click on change and then from menu click on

GOTO --> Documentation --> change ( this has to be maintained in the data element ) , now try to call this field in your report using parameters statement and press F4 on that field , then the text which i maintained at data elemnt is seen.

please let me know if u have any issues on this,

thanks and regards,

Rajeshwar.

Read only

0 Likes
1,357

If your are using module pool use POH request ....or else you have data element in hand...

Raghav

Read only

0 Likes
1,357

Hi,

Like i have two fields on a selection screen

Parameter: p_var1 TYPE q_VORLAUF,

p_var2 TYPE q_vorlauf.

Now my requirement is to change the F1 documentation of the field p_var1 which doesn't effect the F1 of the P_var2.

Plz suggest me.

Thank you.

Regards,

Padmasri.

Read only

0 Likes
1,357

Hey when declaer the parameter using the data element and if data element has documentation then it willl definately show up..

Raghav

Read only

0 Likes
1,357

Hi Padma,

You can use the abap statement 'AT SELECTION-SCREEN ON HELP-REQUEST FOR p_var1' and then define your f1 help in SE61 transaction or create SE61 documentation dynamically and populate it.

Regards,

Jey

Read only

0 Likes
1,357

Hi,

Could you please suggest me how to create the F1 Help in the SE61 tcode ( under which Document class i need to create the

F1 help ).

Thank you.

Regards,

Padmasri.

Read only

0 Likes
1,357

Hi Padma,

You can choose the document class as 'General Text' or 'Adobe Form'. To populate the F1 help use the Abap API DOKU_OBJECT_SHOW.

Regards,

Jey

Read only

Former Member
0 Likes
1,357

Hi,

Create two Different Data Element.