‎2008 Oct 29 6:44 AM
I want to modify F4 help of VF02 Transaction.
F4 help is collective search help.
created F4UT_SHLP_EXIT_VF_BILL search help exit in se37.
and i am calling it in vmcf search help.
In that F4UT_SHLP_EXIT_VF_BILL i have added code
IF callcontrol-step = 'DISP'.
SORT record_tab.
DELETE ADJACENT DUPLICATES FROM record_tab.
EXIT.
ENDIF.
but this event is not triggering.
how to trigger this event 'DISP'.
‎2008 Oct 29 6:55 AM
hello,
i think u need to use At pf status event,and when condition statement.
thank u,
santhosh
‎2008 Oct 29 6:55 AM
hello,
i think u need to use At pf status event,and when condition statement.
thank u,
santhosh
‎2008 Oct 29 7:12 AM
As i am using collective search help
only callcontrol-step = 'SELONE' event is trigerring.
how to trigger 'DISP' event
‎2008 Oct 29 7:21 AM
‎2008 Oct 29 7:51 AM