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

Bussiness object

Former Member
0 Likes
460

Hello All,

I have a query regarding the bussiness object Builder swo1.

For the bussiness object we can maintain the four type of status.Modeled,

implemented and released obsolte .

Can anyone explain the meaning of all these status.

And whether we have set the set the status of the methods and attrubtes as implemented. Why?

And also the purpose of generation

Regards,

Harpreet Singh

Hello All,

I have a query regarding the bussiness object Builder swo1.

For the bussiness object we can maintain the four type of status.Modeled,

implemented and released obsolte .

Can anyone explain the meaning of all these status.

And whether we have set the set the status of the methods and attrubtes as implemented. Why?

And also the purpose of generation

Regards,

Harpreet Singh

2 REPLIES 2
Read only

Former Member
0 Likes
432

hello!

As far as i know only when the method/attributes are in release status they will work.

when they are in obsolete status its as if they are suspended and you cant use them.

The object itself must also have release status in order to work.

The generate function is same as activation.

regards

Yifat

Read only

Former Member
0 Likes
432

Hello,

Yifat is correct. I only have a few comments from my experience. These statuses determine which version of the object to use. So, if you create a new object that is not yet ready to be transported, you keep it as modeled. Once you are ready for testing, you should change it to implemented. Only then it will work. The same applies to object's attributes/methods. If an object or its attribute/method is obsolete, it can't be used any more.

These statuses will make a difference when you are delegating standard objects to your own objects.

I never had to set an object or its attributes/methods to released. Implemented will do (even for over-riding standard objects and their attributes/methods in case of delegation).

Hope this helps,

Abdullah