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 y functions - Urgent

Former Member
0 Kudos

I have the BADI CMAC_BADI_DDS and 3 functions:

FKK_DEFREV_0010, FKK_DEFREV_0030 and FKK_DEFREV_1119.

How do I do to put these 3 function inside the BADI ?

I need this really urgent !!!

5 REPLIES 5

Former Member
0 Kudos

Hi,

You need to activate the BADI first.

Kind regards

Colin.

Former Member
0 Kudos

Hi Cesar,

can u pls clarify your requirement.

if ur requirement is to just use the three FM's inside the badi,just implement the badi first(transaction SE19).When the BADI is implemented,you can implement the methods of the BADI where you can write your own code.

hope this helps.

Cheers,

Kiran.

Former Member
0 Kudos

Yes, the BADI is active. The BADI have two implementation now. Buy I dont know how to do to insert it the 3 functions modules !!!!

0 Kudos

Hi Cesar,

The 3 methods in the BADI are active once the BADI is implemented.

If you are looking to see which one is most applicable, do a where used list on each of the methods to dermine where they are used.

Then within the relevant method, add your code.

Set a breakpoint in your code and run the process just to check your code is processed ok.

Does this help ? I think the transaction SE19 can be used to display the BADI methods then double click on the method to go into the code.

Kind regards

Colin

Former Member
0 Kudos

Thank you Kiran, for your answer.

I know the "SE18" and "Se19", and I sow how the implementation of a BADI are. But now I have this work to do:

To insert a new function to Sap in a standard module ,

you have to put these function modules:

FKK_DEFREV_0010

FKK_DEFREV_0030

FKK_DEFREV_1119

inside the BADI CMAC_BADI_DDS