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: 

Problem in invoking the BADI in SE19

Former Member
0 Kudos

Hi,

I am working on a BADI for the Tcode VD02 and i am facing a problem that when i am trying to activate the Implementation it is asking for the creation or assign of the Enhancement Implementation,but i am working on the existing BADI .

Please provide me guidelines whether should i create the Enhancement or assign it to the Existing ones which are displaying in the pop-up screen......

6 REPLIES 6

former_member555112
Active Contributor
0 Kudos

Hi,

Create a new enhancement.

Regards,

Ankur Parab

0 Kudos

Hi,

Check whether that BADI was migrated to enhancement spot , if yes then you have to crearte new enhancement for that badi implementation.

Thanks,

0 Kudos

Hi,

Thanks for you reponse,well i had tried it with creating with the New Enhacement and then activated it and when i execute the Tcode VD02,it is giving the desiered result.

But if we assign it to the existing Enhancment does it going to affect the desiered result?

Edited by: ricx .s on Jul 22, 2009 2:03 PM

former_member187457
Active Contributor
0 Kudos

Hi,

First create an Enhancement ..then assign it to the BADI..

Thnx

Rahul

Former Member
0 Kudos

Hi ,

goto SE18 and give you badi name then click on change , clcick on enter , when you are in change definition screen , from Menu click on implementation and then create , give a name and when you are in Implementation name then click on interface tab , double click on the method ,it will take you to the editor screen , you wiite your code,activate it and activate the BADI.

Please let me know if you still need any more help.

Thanks and regards,

Rajeshwar

0 Kudos

Hi,

I had done the enhacement creation and assigned the BADI to it, the problem is solved But i want to know if i had assigned that BADI then does it going to the desired output as the packeage of them would be different as BADI which is different form it.

Please provide some guidelines for it.....