Page tree


Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Panel
borderColor#ffffff
titleColor#ffffff
titleBGColor#5495FC
titleAuthorization Objects
Authorization object Explanation

GBU

CPFCTR1_2

ZR_*_CA_P05

PRS Company

C_COMPPRS

C_COMPCDE__C_COMPPRS

ZR_*_CA_P07

PRS Area

C_COMPCDE__C_MNGAREA

C_MNGAREA

ZR_*_CA_P08

Plant

C_PLANT

ZR_*_CA_P02

Authorization Scope

C_COMPCDE__C_AUTHMA

ZR_*_CA_P00

DataFlow

Overview 

https://drive.google.com/open?id=1BiVUn_ILyg-EXmJm-I7Rgd7OA2k8Q1HMtbI_8Tj9kycfile/d/1De8PXqJ4-roA9qB8_j20Rh6Gmyjvro4PRcE3uVRukXs/view


MVCOPA01 (WBP)

For multiprovider MVCOPA01, not all cubes associated are used for integrated margin report.

...

Infoprovider Name

Infoprovider Techname

Source System

Source Infoprovider Name

Source Inforprovider Techname

CCR: Integrated margin

ODS_PCP4

WBP_400

CCR: Integrated margin first-calculation (Direct Update)

ODS_PCP6

CCR: Integrated margin first-calculation (Direct Update)

ODS_PCP6

WBP_400

Updated by ABAP Program

1) Z_M_INT
2) Z_M_INT_IP

CCR: Product Cost Items (Market Margin)

DSO_PCP1

WP1_400
WBP_400

Cost components
CCR: Product Cost Items (Market Margin)

DTS_KEKO_CKIS
DSO_PCP1

CCR: Released Costs Estimates (Market Margin)

DSO_PCP3

WP1_400
WBP_400

Product Cost Planning: Released Calculations
CCR: released costs estimates (Markte Margin)

0CO_PC_PCP_02
DSO_PCP3

Purchase Price (Market Margin)

DSO_PCP2

DW2

Database: DW2 Table: GL_COST_PURCHASE

6DB_GL_COST_PURCHASE


KT file.

Some e xplanations on P&L wiki page .

...

Here is an exemple of file to upload: https://drive.google.com/drive/folders/1UAeGGSXjEh1f4QlDOM0kU16m_5qfI96dnwvtjMl0l6yXPGJI4uHdwKa0C7BtfTpq

The transformation into ODS_PCP4 is similar to the one from ODS_PCP6: it is direct mapping except the conversion of the lot size in Kilogram.

...

ZBW_M_INT in CPX is a copy Z_M_INT in WBP, so if there is a change in Z_M_INT it may be helpful to make the same change in ZBW_M_INT.

...

  • Webmethods load data from CPX with a flat file and this flat file is loaded in DSO AADSOPCP1 → APDSOPCP1 → ABDSOPCP1 and ABDSOPCP2 for historical save.

    Data from DSO ABDSOPCP1 are loaded in ODS_PCP1, like that we have the source from WBP (WP1) and CPX (WPX) to calculate the IM.

    Embedded Google Drive File
    docid1Y7FttO49cNfmRlNunysT46CaQpjm0JioYl8E7ymcWLU

    Between DSO APDSOPCP1 and ABDSOPCP1 we transpose the data to adapt the source to the next target (ODS_PCP1). Some values of ABDSOPCP1 are defined in master dat global filter (C_GLBFILT) on stream "DSO_PCP1"

  • In program Z_M_INT we calcul the  Integrated Duty and the  Integrated Freight with data from CPX (assigned in cost component 400 and 500 in loading of DSO ABDSOPCP1) (this calculation is not done in CPX side with prorgam ZBW_M_INT).

...