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: 

Attribute state defines object

Former Member
0 Kudos

please tell me what is meant by following sentence with an example if possible..

'Attribute content defines the state of an object'.

1 REPLY 1

Former Member
0 Kudos

lets say you have a class called ZCL_DOOR and you have an attribute called 'status'. the attribute can have the values 'open' or 'closed' and by this defines the state of the object. two objects with the same attribute values are in the same state and are therefore identical.