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

Calling BADI

Former Member
0 Likes
686

Hi,

I've created an implementaion of a badi and activate it.

but when I run the transaction, it is not my implementation that is called.

How can I specify that the txc have to call the method of my implementation?

Thank you

Karim

Hi,

I've created an implementaion of a badi and activate it.

but when I run the transaction, it is not my implementation that is called.

How can I specify that the txc have to call the method of my implementation?

Thank you

Karim

4 REPLIES 4
Read only

suresh_datti
Active Contributor
0 Likes
629

You cannot specify that.. On the contrary, if a BAdI implementation is active, it will invaribaly be called if the Tcode you are using has that BAdI definition call in it.

~Suresh

Read only

Former Member
0 Likes
629

Hi,

make sure the badi implementation is active..

GO TO se19

Give the implementation name..

Press change..

Press activate button..

Thanks,

Naren

Read only

Former Member
0 Likes
629

The badi implemenation is Active.

I've created a badi implementation for the badi ACEPS_BAPIPREDOC_MOD,

but my method is not called.

Do I have to change the TYPE(multiple use - filter dependant)?

Thanks

Karim

Read only

0 Likes
629

This BAid is filter-dependent, so you must specify the filter values for BADI implementation.If a BADI method is called at runtime using this filter type, the method implementation for the BADI implementation is run using this filter value.

~Suresh