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

Customer property determination - executed when?

0 Likes
912

Hi,

If I use the business object builder to enhance an existing BO with a property determination, I can not see the step "execution sequence".

Is it guaranteed that this determination will be executed after the standard determination, so that I can override standard properties?

Best Regards,

Bruno

Hi,

If I use the business object builder to enhance an existing BO with a property determination, I can not see the step "execution sequence".

Is it guaranteed that this determination will be executed after the standard determination, so that I can override standard properties?

Best Regards,

Bruno

3 REPLIES 3
Read only

Former Member
0 Likes
875

Hi Bruno,

This is assured by the framework. Property determinations of an enhancement BO are always called after the determinations of the extended BO.

Best regards,

Carsten

Read only

0 Likes
875

Great, thanks! This will work for our concept.

Read only

0 Likes
875

Hello Bruno,

In general determinations in an enhancement will be called after the determinations of the standard BO. However there is one exception - If there exists a standard determination of category "Admin data" , this determination will execute at the end.

Regards,

Indranil.