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

only modeled means?

Former Member
0 Likes
1,400

hi, while creating global class , final and only modeled options are seen . what is meant by only modeled.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
741

Hi

Modeled only means

If you have selected this option, the system does not enter the interface in the class pool. You cannot access the components at runtime.

http://help.sap.com/saphelp_nw70/helpdata/en/ca/c035baa6c611d1b4790000e8a52bed/frameset.htm

Regards

Vasu

hi, while creating global class , final and only modeled options are seen . what is meant by only modeled.

2 REPLIES 2
Read only

Former Member
0 Likes
742

Hi

Modeled only means

If you have selected this option, the system does not enter the interface in the class pool. You cannot access the components at runtime.

http://help.sap.com/saphelp_nw70/helpdata/en/ca/c035baa6c611d1b4790000e8a52bed/frameset.htm

Regards

Vasu

Read only

Former Member
0 Likes
741

Hi,

Suneetha,

Status of a class or component:

The status specifies the development status of an object type, component, or relationship.The possible statuses are modeled or realized.

-> Only object types and components with status realized can have executable code.

-> The component has the status modeled is more precisely modeled.it means u can't execute these components at runtime.

If useful, reward points.

Thank you,

Prasad G.V.K

Edited by: PRASAD GVK on Apr 27, 2008 5:58 AM