‎2006 Oct 19 10:06 PM
Hi
What are the possible ways to add a matchcode to a standard SAP program if the field doesnt have a matchcode associated and there is no ON VALUE-REQUEST event defined in the dynpro?
Is it possible to create a matchcode using a field exit?
Thanks
‎2006 Oct 20 9:32 AM
Hi
No! It's not possible.
You should do:
- Or to change the dynpro and assign your serch help to that field;
- Or if the field belong to a dictionary structure, assign your search help to that field in dictionary
Anyway you have to change a std object.
Max
‎2006 Oct 20 8:16 AM
Using a field exit ... its not possible to create match code.
regards,
Sandeep Josyula
*Reward for useful answers
‎2006 Oct 20 9:29 AM
You can create a Search help and assign it to the particular field in your program.
Reward if helpful ***
‎2006 Oct 20 9:32 AM
Hi
No! It's not possible.
You should do:
- Or to change the dynpro and assign your serch help to that field;
- Or if the field belong to a dictionary structure, assign your search help to that field in dictionary
Anyway you have to change a std object.
Max
‎2006 Oct 20 9:49 AM
In same cases there is BADI to add your search help to certain fields in standard SAP transactions. If there is no such BADI, you can try GuiXT...
‎2006 Oct 20 2:09 PM
What about calling F4IF_INT_TABLE_VALUE_REQUEST or HELP_VALUES_GET_WITH_TABLE from the field exit? Would this work? I'm going to try it and return.
‎2006 Oct 20 2:20 PM
Hi
U can use that fms only un the POV process or AT SELECTION-SCREEN ON VALUE-REQUEST event, so can't use them in field-exit.
U have to change the program if you want to use them, because it means you want to manage the matchcode programmatically.
Max
‎2009 Jun 01 10:37 AM
Hi Max,
What about the previous comment from Tomasz?
I still haven't looked for such a BADI, but it sounds logic/reasonable.
Thanks in advance.
José Gabriel.
Edited by: José Gabriel on Jun 1, 2009 11:39 AM
‎2009 Jun 01 10:32 AM
Hi Fernando,
Could you solve your problem? (adding custom Matchcode to standard field in standard transaction) without modify standard SAP?
I got same problem as you.
Thanks in advance.
Regards,
José Gabriel.