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: 

F4_MATCHCODE_USER_EXIT

Former Member
0 Kudos

Hello,

I am trying to create a search help, but i dont know how to do it using a search exit, I have found that i should use this FM (F4_MATCHCODE_USER_EXIT), i have found that i can call a Z FM from thar FM, but i dont know what is the following step.

I have put a breakpoint on my Z FM and it stops, but what I need to know is how can I use the parameters I already have, select the data for the help, how can I show the matchcode window, and return the selected value.

10xs in advance....

Gabriel

4 REPLIES 4

Former Member
0 Kudos

I found a solution

0 Kudos

Como le has hecho para que funcione?

Saludos,

Adrian Garcia

0 Kudos

Hello,

Check this link,

http://sap4.com/wiki/index.php?title=Matchcode_con_funcion

You will do it very easy. Dont pay atention to the pictures, dont correspond to the reality.

Gabriel P.

Former Member
0 Kudos

Could you please help me with this? I have to append 2 extra fields from table MARA(MBRSH, BSTME)

into this Search help EQUI. I got these FMs F4_MATCHCODE_USER_EXIT and 'PM_HLP_EQUI_LIST'. Now I need to work on these FMs and append the above fields into the search help which is a report. Please help