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: 

Changing characteristic's property while assigning to class

mageshwaran_subramanian
Active Contributor
0 Kudos

1.I have created a characteristic called ‘Color’ and marked that as 'Mandatory' ( Entry required = X )

2.I have a class called 'Pen', and assigning the characteristic ‘color’ ( where characteristic value is mandatory)

3.I have created another class called 'Water bottle' and assigning the char ‘color’ but here I want to make characteristic value as optional. ( Entry required = '' , optional)

I'm using idoc to create characteristics and classes.

In SAP screen , while creating the class , the characteristic's property (Entry required = '') can be overwritten using the 'Overwrite Char' button.

How this can be achiched with an idoc. Appreciate any help!

1 ACCEPTED SOLUTION

mageshwaran_subramanian
Active Contributor
0 Kudos

Solved. Used CLSMAS04 - E1CABXM segment.

1 REPLY 1

mageshwaran_subramanian
Active Contributor
0 Kudos

Solved. Used CLSMAS04 - E1CABXM segment.