cancel
Showing results for 
Search instead for 
Did you mean: 

Regarding WBS settlement Rule using WBS_SETTLEMENT_RULE BADI

Former Member
0 Kudos

Hello every one could any one tel me about

Settlement rule of WBS by using BADI WBS_SETTLEMENT_RULE

I wanted to use same settlement rule far all WBS under same project

eg IF user enter settlement rule for WBS level 1 that should get copy into remaining all WBS thats all requirment

I am trying it thtough BADI WBS_SETTLEMENT_RULE and method DETERMINE STATERGY ?

Can i do selecting settlement rule of WBS1 and updating same table with same values for remianing WBS levels.

Thank you in advance

Deepak Pawar

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member201206
Active Contributor
0 Kudos

Hi Deepak,

Yes, you use the that Badi, but he badi WBS_SETTLEMENT_RULE is actually not needed to fulfill the requirement, if the customizing is set accordingly.

More important is the selection in CJB1 or CJB2, so that the inherit not happend from the project defintion(instead of WBS1) to underlying WBS. I think, it can only be done using right variant with CJB1.

There is a new Badi WBS_SETTLEMENT_RULE_NEW, which allow more detailed control of the copy settlment rule action. The method GET_TEMPLATE can be used to determine which object( e.g. WBS1 ) should be used.

Kind regards,

Zhenbo

Former Member
0 Kudos

Hi

Use the function module K_SRULE_SAVE_UTASK where it directly writes / updates/ changes the settlment rule in the COBRB table.

Hope this helps.

Regards

PP