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 issue

Former Member
0 Kudos

Hi Gurus,

I am trying to test a BADI, and when I saved the test BADI as a local object I got this long message. Is this any thing to worry about??

Your responses are highly appreciated !!!

Implementation ZTEST_BADI migrated (see long text for instructions)

Message no. SEEF_BADI049

Diagnosis

A BAdI was migrated. All existing implementations must now be migrated

as well.

Procedure

The new BAdI is now part of an enhancement spot, while the new BAdI implementation is part of an enhancement implementation. In the subsequent dialog box, you either have to create a new enhancement implementation or select an existing one.

Caution: Only select enhancement implementations that you are allowed to process. For example, a customer BADI implementation should never be migrated into an SAP enhancement implementation. If no suitable enhancement implementation exists, create a new one.

Many Thanks in advance.

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hello,

there is a prompt for migration when you upgrade your systems..like ECC 5.0 to ECC 6.0. and try changing/creating the implementation for the badi, make sure that you create a enhanceent implemenation in z name space and not in sap's name space that should suffice.

Hope this helps.

Rajeev

2 REPLIES 2

Former Member
0 Kudos

Hello,

there is a prompt for migration when you upgrade your systems..like ECC 5.0 to ECC 6.0. and try changing/creating the implementation for the badi, make sure that you create a enhanceent implemenation in z name space and not in sap's name space that should suffice.

Hope this helps.

Rajeev

0 Kudos

I am able to fix the issue now. Thanks anyway!