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

Determine settlement rule application

Former Member
0 Likes
494

Hi Folks!

I'm trying to find out how can you determine when a settlement rule has been applied to an element from a PS project.

I've tried researching on table COBRB but I haven't found any difference between an element that has a settlement rule applied and one that hasn't. Initially I thought that with the field Konty would do the trick, but I realized it won't work because in an element that has not been applied and in one that has been applied they are the same konty. Other thing is that I don't get why they are registers on the table for elements that no settlement rule have been applied on this table.

I will appreciate any help.

Thanks in advise.

Regards,

Gilberto Li

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
435

Hi,

You can use function module K_SETTLEMENT_RULE_EXISTENCE for it.It requires a import parameter which can be obtained from PRPS table corresponding to a WBS element.

Even you can directly refer the table COBRA for checking the settlement rule existance.

Hope this helps you.

Thank you.

Regards,

M.Karun.

1 REPLY 1
Read only

Former Member
0 Likes
436

Hi,

You can use function module K_SETTLEMENT_RULE_EXISTENCE for it.It requires a import parameter which can be obtained from PRPS table corresponding to a WBS element.

Even you can directly refer the table COBRA for checking the settlement rule existance.

Hope this helps you.

Thank you.

Regards,

M.Karun.