GBU Assignment in C_ITPO

The GBU (Global Business Unit) and the BU (Business Unit) are now also calculated in C_ITPO master data.

Here is the explaination of the code.
First, we select records from ODS_SCL1 for the * urchase Order Number and Item*.

  • If * O* has a * aterial* and a * lant*
  • We look in* _MATPLNT Material plant master data to find Profit center, Controlling area, GBU and BU
  • Else, if * O* has a * ontrolling area*and a * rofit center*in * DS_SCL1*
  • We look in* PROFIT_CTR Profit center master data to find the GBU and BU
  • Else, if * O* has a * upport of costs*in * DS_SCL1*
  • If* ccount assignment category in DS_SCL1* =* K'
    We look in*C_KSTRG * upport of costs master data the profit center and then we look in*0PROFIT_CTR Profit center master data to find the GBU and BU
  • If* ccount assignment category in DS_SCL1* =* F' or Y'
    We look in*0COORDER* Order number master data the cost center and then we look in* _COSTCTR Cost center master data to find the GBU and BU
  • If* ccount assignment category in DS_SCL1* =* P'
    We look in*C_WBS_ELE WBS Element master data the GBU and BU
  • No labels