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: 

Unresolved conflict between enhancement implementations

Former Member
0 Kudos

Hello Experts,

I have created an Implementation ZSD_PRICING_IMP2 of the ENHANCEMENT-SECTION PREISFINDUNG_06 SPOTS ES_SAPLV60A. This was made in include program LV60AA60. Now, when I perform a syntax check the system is giving me a warning message 'There is an unresolved conflict between enhancement "OI0_COMMON_SAPLV60A" and enhancement "ZSD_PRICING_IMP2". Does anyone know the meaning of this error? Also I noticed that the new enhancement implementation is not getting executed.

1 ACCEPTED SOLUTION

GauthamV
Active Contributor
0 Kudos

If it is a warning message that should not effect your implementation.

Check if your implementation is active in SE19 transaction and also see for more information (help button) on that message.

Regards,

Gautham.

4 REPLIES 4

GauthamV
Active Contributor
0 Kudos

If it is a warning message that should not effect your implementation.

Check if your implementation is active in SE19 transaction and also see for more information (help button) on that message.

Regards,

Gautham.

Former Member
0 Kudos

Hello Gautham,

For this warning the help button is not yielding any information. I checked the implementation in SE19 and I can confirm it is active, This enhancement implemention is actually linked to the tcode VF01, when I put a session break point at the first statement the system is not going into debug during VF01 processing. However when I put a break point at the first statement in the other conflicting enhancement OI0_COMMON_SAPLV60A, the system is going into debug mode. To me this means that the custom implementation I have created is not getting executed, and I was just wondering whether the warning message is what is causing this.

Thanks,

Makaza.

Venkat_Sesha
Advisor
Advisor
0 Kudos

Hi Makaza.

If it is a warning, just ignore as Gautham said. However if you want to resolve it you need to make sure that all the Implementations are active and error free.

Before you change the Enhancement you should make sure the Enhancement is Inactive and change the code and then reactivate it. this will avoid the inconsistency errors.

Also if you are implementing this for the first time, I mean if this enhancement is a fresh one then check the BADIs also that are available. i would recommend to go thru this document.

scn.sap.com/docs/DOC-33611

Hope this helps

kesarikatakam
Explorer
0 Kudos

Hello Makaza,

In the work bench can you navigate to the main program of the include LV60AA60 , and choose to activate / generate the main program using menu options and re check in your debugging.

The Generation / Activation of the Main program is key for picking up the enhancements so just to double check.

Regards

Kesari Katakam