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: 

BADI for XK02-multiple implementation conflict

Former Member
0 Kudos

I have implemented a BADI for XK02 ,consider method as X there i pass some values to screen based on some calculation . another person has also implemented same badi same method X and he also passes some value to screen based on some calculation. will it overwrite ? if yes What should i do now?

2 REPLIES 2

SuhaSaha
Advisor
Advisor
0 Kudos

What is the BAdI that you're using? If it's XK02, i think you might be using VENDOR_ADD_DATA in conjunction with VENDOR_ADD_DATA_CS.

VENDOR_ADD_DATA_CS is a filter dependent BAdI with filter on the "Vendor Screen Group". So i think even if you've multiple implementations, there shouldn't be a concern if the filters are defined.

BR,

Suhas

PS: Next time onwards provide sufficient details for better analysis. In this case you could have given the BAdI name, method etc. details

Former Member
0 Kudos

Hi,

I'm agree with Suhas Saha.

If you create a new implementation and class implementation for VENDOR_ADD_DATA_CS you shoudn't have any problem.

In this way you'll work with custom methods.

Hope it helps

Giampiero