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 Convertion

flvia_s
Participant
0 Kudos

Hello!

Experts, testing in the new version ECC 6.0 one BADI implemented in 4.6C we discovered that it wasn't working at all. In transaction SE19 I tried to active it again and a screen appeared asking for a convertion, wich I did (I had to create a new implementation). After that the BADI started to work again.

Does anyone know why it happened? I'm concerned that it could happen again...

Thanks!

1 ACCEPTED SOLUTION

former_member188972
Active Contributor
0 Kudos

Business Add-Ins is an anticipated point of extension – these points act like

sockets and exist in the original coding has a well-defined interface in contrast to source code plug-ins and is therefore more stable to changes in the original coding.

Now in the new release

Are integrated directly in the ABAP Language/Runtime

Improved filter support allows non-character filter types

(packed, numeric, string) and complex filter conditions

Enable reusable implementation instances (Stateful BAdI)

Control of the lifetime of implementations (BAdI-context)

Allow for inheritance of implementations

Can be switched by the Switch Framework

So tecnologically them need to be converted with transaction SE18

Regards,

2 REPLIES 2

former_member188972
Active Contributor
0 Kudos

Business Add-Ins is an anticipated point of extension – these points act like

sockets and exist in the original coding has a well-defined interface in contrast to source code plug-ins and is therefore more stable to changes in the original coding.

Now in the new release

Are integrated directly in the ABAP Language/Runtime

Improved filter support allows non-character filter types

(packed, numeric, string) and complex filter conditions

Enable reusable implementation instances (Stateful BAdI)

Control of the lifetime of implementations (BAdI-context)

Allow for inheritance of implementations

Can be switched by the Switch Framework

So tecnologically them need to be converted with transaction SE18

Regards,

Former Member
0 Kudos

Hello Flavia,

I also have this issue. THe BAdi implementation is migrated from 4.7 to ECC 6.0 and is not working in ECC 6.0. Please tell me what exactly you did. THanks!

Br,

LM