Application Development 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: 

assign custom function module to F4_MATCHCODE_USER_EXIT possible?

0 Kudos

Recently we upgraded from Ehp6 to Ehp8. During Ehp8 testing some of the search helps are not working properly compared to Ehp6.

Col.Srch.hlp KRED has custom append srch. hlp ZZKRED - KRED2 is elementary search help assigned to ZZKREDkred2.jpg

which has search help exit F4_MATCHCODE_USER_EXIT

When called this fm calls custom function module assigned in the table DD23L.dd23l.jpg

Now in Ehp8 this entry is missing in the DD23L table even though it is current production system copy. Because of this when user tries to open this search help all it shows is the blank gui screen with only one field "number of hits". This z fm is a popup screen with fields for vendor search.

How to assign or add entry in DD23L with this Z function module? or what exactly might be the error?

1 REPLY 1

Sandra_Rossi
Active Contributor
0 Kudos

I am really surprised that you have to deal with the table DD23L which is an obsolete table since 4.0 !! (matchcode technology was replaced by search helps).

Even F4_MATCHCODE_USER_EXIT is obsolete.

So, in your Z search help exit, you should replace the call to F4_MATCHCODE_USER_EXIT with something else (you have to analyze which solution is the best for you).