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: 

Can I change the domain of data element KVGR1 with Z domain?

0 Kudos

My client wants to use customer group 1,2,3,4 fields. But domain length is only 3 char. I don't to do any enhancement.Can I change the domain with a Z domain. If I do the change, what are the precautions I need to take.

Thanks in advance.

1 ACCEPTED SOLUTION

raymond_giuseppi
Active Contributor

Don't do that, better append some new zz-fields to customer database tables and manage the new fields with BAdI CUSTOMER_ADD_DATA and CUSTOMER_ADD_DATA_CS.

3 REPLIES 3

raymond_giuseppi
Active Contributor

Don't do that, better append some new zz-fields to customer database tables and manage the new fields with BAdI CUSTOMER_ADD_DATA and CUSTOMER_ADD_DATA_CS.

nabheetscn
Active Contributor
0 Kudos

Hello

Please do not replace the standard one with custom, use append structure or check if already any CI include is present.

Thanks

Nabheet

matt
Active Contributor
0 Kudos

Technically possible, but a really really bad idea. You can really screw up a system this way.