Enterprise Resource Planning Blogs by Members
Gain new perspectives and knowledge about enterprise resource planning in blog posts from community members. Share your own comments and ERP insights today!
cancel
Showing results for 
Search instead for 
Did you mean: 
vijaymanikandan
Contributor

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'.

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

2 Comments
Labels in this area