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

Former Member
0 Kudos

when trying to create badi project implementation in se19 i am getting a message which saying object can only be created in sap package. if i proceed and i try to activate the implementation using Z001 package which we are using when creating objects its giving this error message 'SAP object SXCI CUSTOMER_ADD_DATA cannot be assigned to package Z001'. which packge can i use. its for transaction vd02

2 REPLIES 2

Manohar2u
Active Contributor
0 Kudos

Have you tried in implementing in local dev class $tmp..I could able to create it

Former Member
0 Kudos

Hi willard

The issue is too simple, jus prefix "Z" before the name that u gave for the implementation, it will work.

For instance if ur creating an implementation for BADI defenition "CUSTOMER_ADD_DATA" , give the implementation name as "ZCUSTOMER_ADD_DATA".

insteard if u giev the name of implementation as "CUSTOMER_ADD_DATA" the system will throw an error because, any custom developement needs to start with "Z" to be able to add into a Z-Package......else the system will mistake it for standard SAP developement

Hope this helps u.....

Regards

Mukundhan