‎2009 Jul 21 2:04 PM
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.
‎2009 Jul 21 2:16 PM
Hi,
Add the documentation to the data element (there's a button on the toolbar titled 'Documentation').
Regards.
Nick
‎2009 Jul 21 2:19 PM
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.
‎2009 Jul 21 2:35 PM
If your are using module pool use POH request ....or else you have data element in hand...
Raghav
‎2009 Jul 21 2:39 PM
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.
‎2009 Jul 21 2:43 PM
Hey when declaer the parameter using the data element and if data element has documentation then it willl definately show up..
Raghav
‎2009 Jul 21 4:34 PM
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
‎2009 Jul 22 11:06 AM
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.
‎2009 Jul 22 11:18 AM
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
‎2009 Jul 21 2:44 PM