Skip to Content
Author's profile photo Vijay Venkataraman

Enhancing RRB creation (DP93) screen with Cost Center

Hello all,

In this blog I will explain how to add cost center as additional parameter to the DP93 screen. In our case we have cost booking done on the Cost center and we needed to create debit request for the costs that are booked in the Cost center.

In standard DP93 screen we don’t have this option of Cost center. I have used the BADI ‘BADI_DPICB’ for this purpose. This BADI will be called during the screen generation of DP93. Its very straight forward change but you need help from your developer to perform this.

Create a BADI implementation in se18  for BADI_DPICB’ and inside the method ‘IF_RRICB~INCLUDE_COST_CENTERS’ add the below code.

CV_COSTS_TO_COST_CENTERS = ‘X’.

DP93.png

There is no other coding needed for the system to pick up the costs booked on the cost center and create inter company resource debit requests.

Hope this helps.

Thanks,

Vijay V

Assigned Tags

      2 Comments
      You must be Logged on to comment or reply to a post.
      Author's profile photo Former Member
      Former Member

       

      Thanks for sharing this. We are looking to activate this.

      Do we have the same facility for DP90 and DP91.

       

      Regards

      Amit

      Author's profile photo Stefaan Dochy
      Stefaan Dochy

       

      Dear Vijay – how is the cost centre marked as ‘billing element’ similar to what you see at the WBS side?  In other words, how does DP93 know what cost centres to pick up?

      And secondly, does the BAPI you propose also work in DP91?

      Regards,

      Stefaan.