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: 

How to suppress F4 help in an ALV grid field?

Former Member
0 Kudos
2,106

Hello experts,

I have attached a searchhelp to a custom data element. If I then use a field referring to this data element in an ALV grid, this search help is alway activated for that field.

Is there any way to suppress this (i.e. no search help in some ALV grids for this field)?

Thanks and regards,

Alfio Esposito

1 ACCEPTED SOLUTION

Former Member
0 Kudos
529

Hi A. Esposito,

I also faced the same problem like u.

You assigned search help to one customer data element and where ever u used that data element with field the f4 help is coming.

In order to supress this u need to assign the search help for the field not to data element.

you created one search help and assigned to a data element in further characteristics tab.

So u remove that at data element leval and add that search help in the field level.

to add at field level Go to SE11 and enter table name and click that particular field u want and then click on search help button provided there and give ur search help name.

Please refer the below link to assign a search help at field level

http://help.sap.com/saphelp_nw04/helpdata/en/cf/21ee93446011d189700000e8322d00/frameset.htm

<REMOVED BY MODERATOR>

Ganesh.

Edited by: Alvaro Tejada Galindo on Jun 12, 2008 2:22 PM

4 REPLIES 4

Former Member
0 Kudos
530

Hi A. Esposito,

I also faced the same problem like u.

You assigned search help to one customer data element and where ever u used that data element with field the f4 help is coming.

In order to supress this u need to assign the search help for the field not to data element.

you created one search help and assigned to a data element in further characteristics tab.

So u remove that at data element leval and add that search help in the field level.

to add at field level Go to SE11 and enter table name and click that particular field u want and then click on search help button provided there and give ur search help name.

Please refer the below link to assign a search help at field level

http://help.sap.com/saphelp_nw04/helpdata/en/cf/21ee93446011d189700000e8322d00/frameset.htm

<REMOVED BY MODERATOR>

Ganesh.

Edited by: Alvaro Tejada Galindo on Jun 12, 2008 2:22 PM

Former Member
0 Kudos
529

What is the type of the data element that you are using ? if you can give the type directly for your output table type, obviously field help will not be coming.

Otherwise if u still want to use the dataelement.. try changing the fieldcatalog for that particular field.

LVC_S_FCAT you can refer this structure and CHECKTABLE , F4AVAILABL fields are available. Try passing space to this.

Former Member
529

Thank you all for your suggestions!

We have found a solution whereby, after the field catalogue of the ALV has been created (with FM LVC_FIELDCATALOG_MERGE), we clear the field REF_TABLE of the field concerned. This causes the search help to be suppressed.

Regards,

Alfio

0 Kudos
529

Change it directly in your field catalog to disable your F4 Help on your ALV Grid.
It works for me:

'' TO ls_fcat-f4availabl,
'' TO ls_fcat-checktable,
'' TO ls_fcat-ref_field.