Application Development 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: 

Regarding F1 Help

sreeramkumar_madisetty
Active Contributor
0 Kudos
82

Hi Gurus

I am designing one ALV Report and my requirement is:

In Selection-screen suppose for fields i need F1 or F4 help I can achieve it using FM:

F4IF_INT_TABLE_VALUE_REQUEST like that.

now my requirement is I have to add the F1 help for output fields means I need F1 help on fields after i got the output . Need F1 help on output fields.

Correct answers are highly appreciable by giving good points.

Regards,

kumar

1 ACCEPTED SOLUTION

amit_khare
Active Contributor
0 Kudos
57

check the link -

Regards,

Amit

3 REPLIES 3

amit_khare
Active Contributor
0 Kudos
58

check the link -

Regards,

Amit

Former Member
0 Kudos
57

in fieldcatalog give this

IT_FCAT-REF_FIELDNAME = 'MATNR'

IT_FCAT-REF_TABNAME = 'MARA'

or

IT_FCAT-ROLLNAME = 'MATNR'

You will get F1 help automatically

chk this

https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/abap/an%20easy%20r...

sreeramkumar_madisetty
Active Contributor
0 Kudos
57

Hi

It's Answered.