2009 Jun 11 8:16 AM
Dear All,
Is it possible to remove search help values... using search help exit?
my requirment is...I do not want to show in selection some of document types in accounting... BKPF-BLART, search help name CSH_T003
if possible send me sample codes...!
Thanks
2009 Jun 12 5:19 AM
Hi,
Make use of the event 'PRESEL' to restrict selected values for a particular field. This event is available in the search help exit.
Edited by: booma ganesan on Jun 12, 2009 9:50 AM
2009 Jun 12 5:19 AM
Hi,
Make use of the event 'PRESEL' to restrict selected values for a particular field. This event is available in the search help exit.
Edited by: booma ganesan on Jun 12, 2009 9:50 AM
2009 Jun 15 12:40 PM
Hi,
copy CSH_T003 to Z_CSH_T003 .
In this Function module you can add code after below said code.
"IF callcontrol-step = 'DISP'."
"add code"
ENDIF.
then this Z search help add to f4 help.