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: 

Modeled Only Class.

Former Member
0 Kudos

Hi All,

While creating aclass in SE24, we will get an option as final and modeled only.

what is modeled only class is?

2 REPLIES 2

Former Member
0 Kudos

Hi Suman,

The possible status of an object are 'modeled' or 'realized'. Only object types and components with status realized can have executable code.

If the field is selected with the status modeled, or more precisely only modeled; that means class is not included in the class pool. We will not be able to address it at runtime or test it.So this will not allow to us for direct implementation of its methods, can't use directly by reports also.

Thanks.

michael_umlauff
Explorer
0 Kudos

Hello all,

so what is the sense of those "Only modeled" classes?

Is there perhaps a tool to model a class pattern, e.g. in UML, and generate the classes automatically, so they appear as "Only modeled". So a developer has to realise it by setting it to "realized" and implementing the methods?

Best regards

Michael