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: 

Activity check for BADI

Former Member
0 Kudos

Hi everyone,

I have a filter-dependent BADI. I Would like to check, if exist an active implementation for a cocnret filter value. Know enyone a function or method to do it?

Regards

Bogdan

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi,

Based on Filter Values , you can have Multiple Implementations. and you can Trigger them Accordingly.

According to Filter value appropriate Implementation will be selected

1. While Implementing, It will not allow you to go to next screen till u enter the filter value and short Description. It is giving search help for the filter value.

2.Check Import Parameters of Method GL_POSTINGS_SELECT

whether they contain the values which u are checking.

If not then int will definately show u error.

Check the theards

https://forums.sdn.sap.com/click.jspa?searchID=3320254&messageID=2844675

https://forums.sdn.sap.com/click.jspa?searchID=3320254&messageID=2567851

https://forums.sdn.sap.com/click.jspa?searchID=3320254&messageID=3134059

Regards

2 REPLIES 2

Former Member
0 Kudos

Hi,

Based on Filter Values , you can have Multiple Implementations. and you can Trigger them Accordingly.

According to Filter value appropriate Implementation will be selected

1. While Implementing, It will not allow you to go to next screen till u enter the filter value and short Description. It is giving search help for the filter value.

2.Check Import Parameters of Method GL_POSTINGS_SELECT

whether they contain the values which u are checking.

If not then int will definately show u error.

Check the theards

https://forums.sdn.sap.com/click.jspa?searchID=3320254&messageID=2844675

https://forums.sdn.sap.com/click.jspa?searchID=3320254&messageID=2567851

https://forums.sdn.sap.com/click.jspa?searchID=3320254&messageID=3134059

Regards

0 Kudos

Hi,

I have found a function SXC_EXIT_CHECK_ACTIV. This Function do exactly what I need - find all active BADI implementation for a filter value.

Regards

Bogdan