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: 

BADI - Implementation

Former Member
0 Kudos

HI Guys,

I have to implement a BADI “BADI_FDCB_SUBBAS01" in MIRO transaction, It was problem related to the "Document type".

Already this BADI is available in that T-code, in this i have to insert my class and my coding, Can you please suggest me steps to implement the BADI.

Waiting for your answers,

Thanks,

Gourisankar.

3 REPLIES 3

Former Member
0 Kudos

Hi,

1. Go to the BADI BADI_FDCB_SUBBAS01 from TCode SE18.

2. From the menu bar Implementation -> display to see if there are any implementations already created. If they are custom implementation then you can deactivate and ytou can create your own.

3. Make sure to activate once you created, otherwise BADI will not be considered during runtime.

Regards,

Satish

0 Kudos

Hi Satish,

We have implemented "BADI_FDCB_SUBBAS01 " but we are not able to activate it as there is one stanard BADI (FM_BADI_FDCB_BAS) which is allready active.

Since we can implement only one Badi and there is a standard badi which is allready active FM_BADI_FDCB_BAS , <b>is there any other option avaialble?</b>

Pleae help me as it is critical.

Regards

Gourisankar.

Former Member
0 Kudos

Go to transaction se19

Click the radio button BADI name

provide the badi nameBADI_FDCB_SUBBAS01 and press display

At top under implementation tab choose create implementation

Now click interface tab. You will see list of methods. Choose the method you want to implement