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 in module Pool

Former Member
0 Likes
643

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.

4 REPLIES 4
Read only

Former Member
0 Likes
611

Did you refer this sample program?DEMO_DYNPRO_F1_HELP

Regards,

Ravi

Read only

Former Member
0 Likes
611

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

Read only

Former Member
0 Likes
611

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.

Read only

Former Member
0 Likes
611

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