cancel
Showing results for 
Search instead for 
Did you mean: 

Checking if Settlement Rule is created before releasing project

Former Member
0 Kudos

Hi,

I would like to know if there is SAP is checking by default if settlement rule is created / exists before allowing user to release project? Is there any configuration / SAP standard user exit to restrict that?

Thanks!

Regards,

Vivian

Accepted Solutions (0)

Answers (6)

Answers (6)

Former Member
0 Kudos

not answered

Former Member
0 Kudos

hi vivan,

1.try to use user status SETN -- release not allowed,settlemtn rules allowed SETC

2.one more user status -- SETC1 gets activated with business transaction SETC and SETN to be set as intial status or as required

3.and SETC1 - release allowed .. ,

regards

pushpa

former_member214674
Contributor
0 Kudos

Hi,

I think this can be done with the help of system status.

develop logic if system status is SETC then only release is possible else throw error.

Regards

Abhinay

virendra_pal
Active Contributor
0 Kudos

try BADI WBS_SETTLEMENT_RULE

Former Member
0 Kudos

Try this:

In the settlement profile against the valid receivers make settlement required.

Regards

Sreenivas

Former Member
0 Kudos

Dear Vivian

In a similar necessity I used badi PROJECTDEF_UPDATE Method AT_SAVE , in this abap code is called function that treats the verification.

Regards

Elza