‎2007 Feb 20 12:35 PM
Hi ,
My requirement is to show a value in a particular field on F1.
What i mean to say is that when I do F1 on a particular field,that particular field must be assigned with a value like "Hello".
How can we achieve this,Could someone help me with this please...??
Thanks,
Supriya Manik.
‎2007 Feb 20 12:37 PM
Did you refer this sample program?DEMO_DYNPRO_F1_HELP
Regards,
Ravi
‎2007 Feb 20 12:41 PM
Hi,
<b>DEMO_DYNPRO_F1_HELP</b> Demonstration of F1 Help on Screens
<b>DEMO_SELECTION_SCREEN_F1</b> F1 Help on the Selection Screen
Regards
Sudheer
‎2007 Feb 20 2:02 PM
I AM ABLE TO GET THE F1 HELP WITH THESE PROGRAMS,BUT I DONT THE POP-UP COING UP BUT WANT THE FIELD TO GET POPULATED WITH THE PARTICULAR TEXT WHEN I CLICK ON F1.NO POP-UP SHOULD COME UP.
‎2007 Feb 20 2:06 PM
Hi,
F1 is a Standard Function key from SAP, so it always promt the Pop-up, even you can do what you want.
If Sy-Ucomm = 'F1' " Check the Fucntion code for F1 by seeing in the Debug mode
Field1 = 'Text'. " Fill the Field
ENDIF.
Regards
Sudheer