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 Implementations

former_member577909
Participant
0 Likes
310

Dear All,

Here is the issue I am facing,:- for the existing badi , when I am implementing by giving Z_"badiname" name & the same package name where the Badi exists and saving , it is not able to saving and giving the message "<b>Customer object Z_Badiname cannot be assignmed to the package "packagename"</b>

Can you tell how to do the badi implementation.

Thankyou for your time

best regards,

Bhaskar.

1 ACCEPTED SOLUTION
Read only

Peter_Inotai
Active Contributor
0 Likes
293

You have to use a Z-package, not the SAP one.

Peter

2 REPLIES 2
Read only

Peter_Inotai
Active Contributor
0 Likes
294

You have to use a Z-package, not the SAP one.

Peter

Read only

Former Member
0 Likes
293

You are trying to save it in a standard SAP package.

Try to do it in a Custom package (Z Package)