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

BADI Implementation vs Definition...

Fabio777-hub
Explorer
0 Likes
1,046

Good morning,

I have created via SE19 BADI implementation of ZMMCOLL_ME_REQ_POSTE that is a "copy" of standard BAPI ME_REQ_POSTED.

I have also done my abap code and all it's ok.

I haven't created any BADI definition via SE18, have I to do it? If I don't create BADI definition what kind of problem can have?Is something about transportation problems?

Now, If I have to create the BADI definition the question is: Can I create my BADI definition and connect it to my BADI Implementation or I have to create another BADI implementation?

Many thanks

Fabio.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
833

HI

You are implementing standard badi ME_REQ_POSTED which is arldy having the definition. So we can implement BADI for that definition so there is no problem.




regards

laxman

4 REPLIES 4
Read only

Former Member
0 Likes
833

Hi Fabio,

I didn't get your issue.

But in general you first need a BADI Definition, from which the BADI Interface will be generated. There are some options in the BADI Definition, for example, if you can have only one or several active Implementations.

You can only create a new implementation and activate it, too, if the multiple active implementations setting is set in the definition.

If this setting is active, after creating the new implementation don't forget to activate it.

Regards,

Klaus

Read only

Former Member
0 Likes
833

hi ,

If I have understood your question corrently , for your implementation the definition name is  me_req_posted.You just have to activate your implementation to call it.

Read only

Former Member
0 Likes
834

HI

You are implementing standard badi ME_REQ_POSTED which is arldy having the definition. So we can implement BADI for that definition so there is no problem.




regards

laxman

Read only

0 Likes
833

Many thanks.

regards

Fabio