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

problem with search help exit

Former Member
0 Likes
656

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'.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
581

hello,

i think u need to use At pf status event,and when condition statement.

thank u,

santhosh

4 REPLIES 4
Read only

Former Member
0 Likes
582

hello,

i think u need to use At pf status event,and when condition statement.

thank u,

santhosh

Read only

Former Member
0 Likes
581

As i am using collective search help

only callcontrol-step = 'SELONE' event is trigerring.

how to trigger 'DISP' event

Read only

RaymondGiuseppi
Active Contributor
0 Likes
581

The step 'DISP' belongs to the scope of the individual search-help not the collective one. ([Search Help Exit|http://help.sap.com/erp2005_ehp_03/helpdata/EN/cf/21ee52446011d189700000e8322d00/frameset.htm])

Regards

Read only

Former Member
0 Likes
581

problem resolved by self thanks for help