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

FB60 + matchcode

Former Member
0 Likes
668

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

4 REPLIES 4
Read only

Former Member
0 Likes
581

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.

Read only

Former Member
0 Likes
581

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

Read only

Former Member
0 Likes
581

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.

Read only

Former Member
0 Likes
581

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