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

f4 help in data element.

Former Member
0 Likes
773

I have a fileld in table that has the structure of eban.

There is a field pstyp and it has input help in it's data element.

I want to suppress the f4 help and attach customized f4 help without implementing Badi.

Please help how to suppree the data elements f4 help.

2 REPLIES 2
Read only

Former Member
0 Likes
590

make your own structure, use own data element. Assign own search help to data element. Or assign own search help in your own structure. Then you dont even need an own data element, just copy structure EBAN and change search help assign in structure..

Thats when you need it generally.

If you just need to overwrite the search help for e.G. a certain Dynpro, then just assign your own search help to the dynpro field.

Read only

Clemenss
Active Contributor
0 Likes
590

Hi amritasuam,

what is the context?

In ALV you use different method ( cl_gui_alv_grid=>mc_style_f4_no) to disable F4 than on screen or elsewhere.

Regards,

Clemens