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

Doubt in BADIs

Former Member
0 Likes
543

Hi,

I want to implement a new BADI for a standard transaction. I have included all necessary code in the new implementations method. But whether any configuration has to be done to correctly point the newly created implementation from standard transaction.

Regards,

Hari

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
517

Hi Hari,

Configuration is not required. But make sure that implimented badi should be in active.

Thanks

Ramesh Manoharan

Hi,

I want to implement a new BADI for a standard transaction. I have included all necessary code in the new implementations method. But whether any configuration has to be done to correctly point the newly created implementation from standard transaction.

Regards,

Hari

3 REPLIES 3
Read only

Former Member
0 Likes
518

Hi Hari,

Configuration is not required. But make sure that implimented badi should be in active.

Thanks

Ramesh Manoharan

Read only

Former Member
0 Likes
517

Hi Hari,

You need not do any configurations to correctly point the newly created implementation from standard transaction. Only your implementation should be ACTIVE. BADI meant for a particular functionality is always reached automatically from the particular transaction and all the active implementations are processed. Also, you cannot specify the sequence of the active implementations, they are picked up by SAP directly.

Regards,

Shiva

Read only

Former Member
0 Likes
517

hai just put a break point and check

wether ur transcation stops in implementation

if does then ur implementation is active

m.a