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: 

registering standard f4-help in ALV

Former Member
0 Kudos
147

Hi all.

I need to attach a standard f4-help(H_TDWA) to the fields of particular column in ALV-grid. What is the easiest way to do it?

TIA, regards

1 ACCEPTED SOLUTION

Former Member
0 Kudos
94

pass these field values in field catalog.

wa_fieldcat-reffieldname = 'FIELDNAME'.

wa_fieldcat-reftabname = 'TABLENAME'.

IT will give u f4 help on that field.

Regards

Vasu

2 REPLIES 2

Former Member
0 Kudos
95

pass these field values in field catalog.

wa_fieldcat-reffieldname = 'FIELDNAME'.

wa_fieldcat-reftabname = 'TABLENAME'.

IT will give u f4 help on that field.

Regards

Vasu

0 Kudos
94

Thanks Vasu.

U might have meant

wa_fieldcat-ref_field and

wa_fieldcat-ref_table

It works.