Application Development and Automation 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: 
Read only

Modeled Only Class.

Former Member
0 Likes
1,554

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
Read only

Former Member
0 Likes
876

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.

Read only

michael_umlauff
Product and Topic Expert
Product and Topic Expert
0 Likes
876

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