2011 Aug 04 9:40 AM
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.
2011 Aug 04 9:45 AM
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.
2011 Aug 04 11:11 AM
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