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: 

Changing BADI properties

Former Member
0 Kudos

Hi,

Can I change properties of existing BADI?

Suppose, for an existing method of an existing BADI, can I add more parameters?

Does it effect existing functionality?(I think NO)

When I try to change the BADI proprties, it is asking for ACCESS KEY.

Thnx,

Shivaa.

4 REPLIES 4

Former Member
0 Kudos

I am not sure if you can change the original BADI, but you can definately add new parameters to your implemetation of the BADI. Just go in change mode to your implementation, go to class defination and add parameters in the attributes tab.

Former Member
0 Kudos

Hi Aparna,

You mean we cant change the BADI definition in SE18. But, rather we can change the parameters in our own implementation of the BADI in SE19.

Please correct me, if Iam wrong.

0 Kudos

What I meant is I dont know if we can change the BADI definition in SE18, but i do know that we can add parameters in our own implementation of the BADI in SE19.

Former Member
0 Kudos

Ok, Aparna.

I will try and let you know.