cancel
Showing results for 
Search instead for 
Did you mean: 

how to make Settl. rule mandatory before release ?

Former Member
0 Kudos

Hi,

I have project with settlement to AUC and to the superior wbs elements. I want to have the settlement rule to be made mandatory (before Release) for all those WBS elements, where it will be settled to superior WBS elements. How to make this mandatory ? Is it possible through validations or is there any BAdI available for this ? I had checked for user exits, i could not find any suitable one.

thanks in advance.

Vinodh

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi

1.For making settlement rule manditory, check with function module "CJPN_SETTLEMENT_RULES" and put into validation in OPSI t.code..

2. when settlement rule is created system status will be set to SETC. So while saving the project , you can check if the status is SETC or not and the throw the required error.

You can use BAdi = Workorder_update interface AT_SAVE.

For staus check you can use BAPI_STATUS_CHECK and pass Objnr of the WBS and check for SETC ( Sys Status = I0028).

try this options

Thanks

S.Murali