cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Create new methods

Former Member
0 Likes
927

Hi,

l've created an implemention of a BADI.

l would like to know: How to create a new methods and parameters for that new implementation ?

Robert

View Entire Topic
Former Member
0 Likes

Hi Robert,

Its not possible to change the standard interface method signature of the BADI.

But you can add your own attributes and methods inside the implementing class of the standard interface method of BADI and access these defined components from it.

Just follow the below steps :

Enter into the BADI Implementation using SE19.

Go to Interface Tab.

Note the Implementing class name there.

The standard interface method of BADI is implemented in this class.

So, now go to SE24 and enter this class name in CHANGE mode.

Go to the attributes tab to add your own extra attributes,

Go to the methods tabe to add your own extra methods,

You can use these attributes inside the interface method which is again part of this class.

Also, you can call these methods from the standard interface method of the BADI.

I hope, this solves your problem.

Thanks and Regards,

Arshad