cancel
Showing results for 
Search instead for 
Did you mean: 

Intercompany RRB (Resource related Billing)

Former Member
0 Kudos

Gurus,

In inter-company RRB it is seen that settlement cost elements are not considered for billing. I want to consider settlement as an option to bill. Is it possible to get this done?

Regards,

Ketul

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Ketul

Settled cost are excluded in standard. Therefore the system always adds lines which exclude them from the selection. The exclusion is done by fieds BEKNZ and VRGNG. Therefore you have to remove all entries in ET_COSEL referring to the exclusion of settled cost. This can be done with following Code:

Delete ET_COSEL

       Where  FIELD=BEKNZ

OR      (Field=VRGNG

              And (       LOW=KOAO 

                       OR LOW=KOAL

                       OR LOW=KOAP

                       OR LOW = KOAM))

Hope this helps.

Former Member
0 Kudos

Thanks Pradeesh for your prompt response.

So this would require some sort of development, is that correct?

Regards,

Answers (1)

Answers (1)

Former Member
0 Kudos

Ketul,

To use settlements in DP93 for billing you will need enhancment as suggested above.

If you are looking for std. then go for CO-repostings instead of settlements.

Regards

Pradeesh

Former Member
0 Kudos

Thanks a ton Pradeesh for such a quick response, much appreciate your support.

I had a word with my technical team and at a high level, they also see this as a possibility.

Thanks.