2007 May 26 12:59 PM
Hi All,
While creating aclass in SE24, we will get an option as final and modeled only.
what is modeled only class is?
2007 May 30 7:00 AM
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.
2007 Jul 18 10:43 PM
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