‎2010 Feb 03 4:15 PM
Hi,
I have a requirement to create a matchcode in the standard screen of FB6/FV60/MIR7 transactions (Credit memo) on the screen field: INVFO-REBZG (in the Payment subscreen).
wich badi or user exit may i use for that.
the badies i found (BADI_FDCB_SUBBAS01/02/03/04/05/06) is used only for basic data subscreen ).
Any solutions?
many thanks
‎2010 Feb 03 6:34 PM
To find the Badi put a break point at class CL_EXITHANDLER method GET_INSTANCE in SE24.
Then when you navigate in MIR4 and click Payment tab, it will trigger the available Badi's for Payment tabs.
Hope this helps.
‎2010 Feb 03 7:43 PM
May be one of the below BADI's will useful:
BADI_F040_SCREEN_600 Example for Screen Enhancement in F040 Screen 600
BADI_F040_SCREEN_600 Test Badi F040 Screen 600
BADI_FDCB_SUBBAS01 Example for Screen Enhancement 1 on FDCB Basic Data Screen
BADI_FDCB_SUBBAS02 Example for Screen Enhancement 2 on FDCB Basic Data Screen
FI_HEADER_SUB_1300 Example for Screen Enhancement in SAPMF05A Screen 1300
Thanks
Satyasuresh Donepudi
‎2010 Feb 03 9:43 PM
Hello,
If all the match code / search help for one single field or threee different field refering to one data element...
then I would suggest create a search help and assign the search help to the data element
it would solve the problem for all...
Thanks
K.
‎2010 Feb 04 7:53 AM
Thanks for your help,
I will try the solution proposed by Krishnendu : to create a search help on data elemet.
but one more question: it's a standard field (BSEG-REBZG), then what is the procedure of creating a search help for this standard field ?
Many Thanks