Application Development and Automation 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: 
Read only

cannot implement HR_IN_ER_ADDRESS badi

Former Member
0 Likes
303

Hi,

I cant able to implement HR_IN_ER_ADDRESS badi ,

when i give the badi name in classic badi name and

implement it , it trows an error as

BAdI definition HR_IN_ER_ADDRESS does not exist

But , when i search in se 18 , this badi is defined .

what will be the reason .

Thanks in advance,

A. Thiru.

Hi,

I cant able to implement HR_IN_ER_ADDRESS badi ,

when i give the badi name in classic badi name and

implement it , it trows an error as

BAdI definition HR_IN_ER_ADDRESS does not exist

But , when i search in se 18 , this badi is defined .

what will be the reason .

Thanks in advance,

A. Thiru.

1 REPLY 1
Read only

former_member31961
Contributor
0 Likes
269

Hi,

I guess in ECC6.0 this BADI will come in New Enhancement framework.

So you need to create the implementation under New Badi instead of classic badi,

then create the simple enhancement implementation and then BADI implimentation.

Check following blogs for more detail on new enhancement framework:

[How To Define a New BAdI Within the Enhancement Framework|https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/3430] [original link is broken] [original link is broken] [original link is broken];

[How to implement a BAdI And How to Use a Filter |https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/3506] [original link is broken] [original link is broken] [original link is broken];

Hope this helps,

Shrinivas