You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 105 Next »

General presentation

Objective of the application

Develop a new reporting solution for Sales & Distribution data coming from SAP/ERP/PF1&WP1 with a first deliverable the ORDER BOOK REPORT (Sold & Pending).

Detail on: Sales Orders, Purchase Orders (transfers), Sales Order Lines, Schedule Lines,Deliveries, Invoices.

Innovation: Process Core Rules integrated to the Order Book Report, generating 4 views:

  1. Order Book Business View: Determine for each sales order item when it will BE INVOICED, so determine the best estimation for the billing date                                                                                          → FOCUS: BUSINESS / TOP MANAGEMENT / FINANCE
  2. Order Book Business View + contrib: Available for WP1, this order book combine the figures of the order book and the contribution (actual for the invoiced part, estimated for the to be invoiced part).
  3. Order Book to Be Issued: Determine for each sales order item when it will be issued, so determine the best estimation when the product will leave the plant                                                                        → FOCUS SUPPLY CHAIN TEAM
  4. Order Book to Be Issued (PO+SO): Determine for each sales order item and transfers order item when it will be issued, so determine the best estimation when the product will leave the plant                 → FOCUS SUPPLY CHAIN TEAM

Usage information

 

History

Global Sales started to replace BI4. This project is extension of OBAS project (PF1). At the end Global Sales is able to offer sales report for the ERPs PF1 and WP1.

Roles & Access

Roles and access

Two roles were created. The first one is the application role and the other one is the role menu.

Role CodeRole DescriptionExplanation
ZBI_RCS_SD_A01Application role for Global Sales project / SD data / OrderbookRole for the application
ZR_RCS_CA_M49SD - Sales and DistributionRole menu for the application

Authorization objects

The authorization is done regarding the BFC GBU, the legal company and the sales office.

Authorization objectExplanation
CPFCTR1_2GBU
C_COMPCDELegal company
C_SAL_OFSales office

WARNING: For the PO part the notion of sales offices doesn't exist. The restriction in sales offices will not be considered for the reports PO and PO+SO.

Order book

Sales order book

 Sales Order Book is a presentation in a detailed level of all sales orders placed in SAP/PF1 system, being possible to determine:

  • Sales order on going and open
  • Sales Orders Shipped Not Billed
  • Sales Orders invoiced

The sales order book is defined at most detailed level. That means at the schedule line level. The concept of line is very important to understand how the order book works. Each sales document can generate an item, the combination of document number / item number is a line.

To generate the sales order book the documents lines below are used:

  • Order line
    • Schedule line
      • Delivery line
      • Shipment(1)
      • Billing line

Document line generation:

  • Each sales order document can generate n order line.
  • Each scheduled line can generate n delivery document.
  • Each delivery document can generate n delivery line.
  • Each delivery line can generate n billing document.
  • Each Billing document can generate n billing line.

(1)Global Sales doesn't use the shipment line. Informations which are necessaries to generate the sales order book are at the shipment to the end customer in the header level. For more detail please refer to Definitions and concepts (Shipment to the end customer).

Core rules

All rules used in Global Sales were determined by SAP experts.

IMPORTANT:

  • The sales order book excludes the order line which has a rejection code.
  • The sales order book is defined at the most detailed level (the schedule line).

  • Order line classification: An order line can be in one of the three class:
  1. If the country of legal company is diference than the country of plant.
  2. If the transportation mode is "SEA" (Export).
  3. The others cases

Order line status

  • The status of the order line (from SAP) is not used in Global Sales.

 It's because in PF1, an order line is with the status "C" (completed). When the deliveries regarding the total confirmed quantity of the order line is planned or issued .

To be invoiced date

The to be invoiced date is used to know when an order line will be billed. This concept is used in the order book for the Open order and the Shipped but not billed part.

Important: the to be invoiced date can be calculated only if the type of sales order will generate a delivery document. That means the credit/debit memo are not included in the Open order and the shipped but not billed part. The returns are not considered in the Open order and shipped but not billed part.

The to be invoiced date is calculated by use the more update document in the document flow.

  • More updated document:
  1. The shipment document.
  2. The delivery document.
  3. The sales order document at the schedule line level.

Regarding the order line classification, the to be invoiced is calculated following the rules below:

PF1 rules:

  • If the order line classification is "1" (the country plant is diference than the ship-to country):
  1. If a shipment document exist. To be invoiced date = shipment end date (planned or actual)
  2. If a delivery document exist with an actual GI date, but no shipment document. To be invoiced date = the actual GI date + transit time.
  3. If a delivery document exist without an actual GI date, but no shipment document. To be invoiced date = the planned GI date + transit time.
  4. If the delivery document not exist. To be invoiced date = the scheduled GI date of the order line (at the schedule line level) + transit time.
  • If the order line classification is "2" (the transportation mode = "SEA" (Export)):
  1. If a shipment document exist. To be invoiced date = shipment start date (planned or actual)
  2. If a delivery document exist with an actual GI date, but no shipment document. To be invoiced date = the actual GI date.
  3. If a delivery document exist without an actual GI date, but no shipment document. To be invoiced date = the planned GI date.
  4. If the delivery document not exist. To be invoiced date = the scheduled GI date of the order line (at the schedule line level).
  • If the order line classification is "3" (the others cases):
  1. If a shipment document exist. To be invoiced date = shipment completion date (planned or actual)
  2. If a delivery document exist with an actual GI date, but no shipment document. To be invoiced date = the actual GI date.
  3. If a delivery document exist without an actual GI date, but no shipment document. To be invoiced date = the planned GI date.
  4. If the delivery document not exist. To be invoiced date = the scheduled GI date of the order line (at the schedule line level).

WARNING: A shipment document can be created without the shipment dates. If this case appears, the shipment document will be ignored in the determination of the to invoiced date.

 

WP1 rules:

If incoterm CIP-CPT & order shipping condition group = SEA (New)

      If SHIPMENT      :     date of shipment COMPLETION (Exec-Planned)

      If DELIVERY-C   : Despatch actual good issue

      If DELIVERY-A   : Despatch planned good issue

      Else                   : Scheduled good issue


>>> POD <<<

If POD + incoterm DAP-DDP-DDU + order shipping condition AC-AF (New)

              If SHIPMENT :  date END of shipment (Exec-Planned)  + 2 days

              If SCHEDULE : Schedule line delivery date when confirmed qty >0  - 2 days

              Else   : Order last Delivery date (ATP/Requested)  - 2 days

If POD (OTHERS)

      If SHIPMENT  : date END shipment (Exec-Planned)

      Else   : Schedule line delivery date  when confirmed qty >0

      Else               : Order last requested delivery date

Take in consideration just if there is a POD flag

>>> NON-POD <<<

If NON-POD + ROAD-RAIL-OTHER

      If SHIPMENT     :     date START shipment (Exec-Planned)

      If DELIVERY-C  : Despatch actual good issue

      If DELIVERY-A  : Despatch planned good issue

      Else               : Scheduled good issue

 

If NON-POD + AIR-SEA

If SHIPMENT + (shipment COMPLETION (Exec-Planned) = shipment START (Exec-Planned))

: date START shipment + 3 (in case there is no date in the

                           shipment doc, so GI date (actual or planned)

      If SHIPMENT + (shipment COMPLETION <> shipment START (Exec-Planned))

                              : date START shipment + 0

      If DELIVERY-C  : Despatch actual good issue + tolerance

      If DELIVERY-A  : Despatch planned good issue + tolerance

      Else               : Scheduled good issue + tolerance


>>> NON-POD Air-Sea TOLERANCE <<<

All GBU         Legal Company country = BR                   +0

 

P&I               Plant 7822   +4                                    Plant 7544   +10

                    Plant 7673   +3                                    Plant 7852   +10

                    Plant 7603   +2                                    Plant 0273   +4

                    Plant 8060   +0                                    Plant 8055   +0

                    Plant 7860   +0                                    Other          +0

 

EP                Plant country = BR                                                   +7

                    Plant = 7822                             +7

                    Plant =  0228                          +4

                    Other                                                                       +3

 

AROMA         Order delivery condition code AA-AB-AC-AD-AE-AF-BQ-BP

                       & Plant geo zone = AMERIQ                                     +14

                       & Plant geo zone <> AMERIQ                                   +10

                    Order delivery condition code 8-10-0

                       & Plant geo zone = AMERIQ                                     +14

                       & Plant geo zone <> AMERIQ                                   +10

                    Order delivery condition code 40-AG-AH-AI-AZ-BA        +7

                    Other                                                                           +0

 

SILICA                  +7

 

RES              Order delivery condition code AA-AB-AC-AD-BQ-BP     +9

                    Order delivery condition code 8-10-0                            +9

                    Order delivery condition code AE-AF                           +5

                    Order delivery condition code AH-AI                             +3

                    Other                                                                           +0

 

NOVECARE   Legal company zone "AMERIQ"                                   +11

                    sinon                                                                           +7

 

Other GBU            +3

 


PF1+WP1 rules:

To be issued date

The to be issued date is used to know when an order line will be billed. This concept is used in the order book to be issued for the Open order and the Shipped but not billed part.

Important: like the to be invoiced date, the to be issued date can be calculated only if the type of sales ordert will generate a delivery document. That means the credit/debit memo are not included in the Open order and the shipped but not billed part. The returns are not considered in the Open order and shipped but not billed part.

The to be issued date is calculated by use the more update document in the document flow.

  • More updated document:
  1. The delivery document if the quantity is issued.
  2. The shipment document.
  3. The delivery document if the quantity is not issued.
  4. The sales order document at the schedule line level.

To calcul the to be issued date we use the rules with the hierarchy below:

  1. If a delivery document exist with an actual GI date. to be issued date = the actual GI date.
  2. If a shipment document exist, and the delivery is not issued. to be issued date = shipment completion date (planned or actual).
  3. If a delivery document exist without an actual GI date. to be issued date = the planned GI date.
  4. If the delivery document not exist. to be issued date = the scheduled GI date of the order line (at the schedule line level).

WARNING: A shipment document can be created without the shipment dates. If this case appears, the shipment document will be ignored in the determination of the to issued date.

The rest to be delivered

The rest to be delivered is the quantity which need to be delivered to the customer to complete the requested quantity. The rest to be delivered is defined at the schedule line level. It is used in the Open order part, to determine the to be invoiced/issued quantities and the values. The calculation is done following the rules below:

  • If the confirmed quantity = 0.
    • The rest to be delivered = the schedule line quantity - ( the issued quantity + delivery tolerance)
  • If the confirmed quantity <> 0.
    • The rest to be delivered = the schedule line confirmed quantity - ( the issued quantity + delivery tolerance)

IMPORTANT: If the rest to be delivered is negatif, the quantity: rest to be delivered is forced to 0.

Not invoiced

Definitions

The notion of Not Invoiced (or not billed) is very important to generate the order book. That will define the sales documents lines which are Open or Shipped not billed.

To know if a document line is invoiced or not (billed or not billed) 2 checks are done:

  • The first check is done regarding a delivery line. If a billing document exist with reference the delivery line. The corresponding delivery line is billed (invoiced).
  • The second check is done regarding the sales document line. If a billing document exist with reference, the sales order line. The corresponding order line is billed (invoiced).

IMPORTANT: An order line can be partially billed.

Open order

Definitions

If a rest to be delivered exist for an order line. The order line is open.

Two cases:

  • The order line is open and no delivery is planned.
  • The order line is open and a delivery is planned.
Open order without planned delivery

This case appear when an order line was created, but no delivery is yet planned.

Example:

The order line 4268469/20 has no delivery created. This order line is at the beginning of the sales process.

Open order with planned delivery

This case appear when an order line was created, and delivery is planned.

Example:

The order line 4311472/20 has the delivery lines 87743333/10 and 87743333/900001 created.


The delivery is planned but the material is not yet issued. The order line 4311472/20 is open.

Shipped but not billed

Definition

Order line which has a delivery line with an issued quantity but the issued quantity is not yet billed.

Example:

The order line 4357166/10 has the deliveries lines 70367763/10 and 70367763/900001 created.

 

The material was issued, no billing exist for the delivery. The order line 4357166/10 is shipped not billed.

 

Billed

Definition

An order line is billed, when a billing line is created with reference document:

  • the order line 
  • the order line's delivery

Example:

The order line 4204405/10 has a billing document created in reference of the delivery line. The order line is billed.


Not Scheduled

The not scheduled part exists when a quantity is not yet scheduled in the ERP. For this part, it's not possible to determine a to invoiced date or a to be issue date.

 

Order book with estimated contribution:

Link documentation

Master data

List of mater data:

Technical name

Description

C_ITM_SDSales order item

C_ROUTE

Route

C_TRMODE

Transportation mode
C_SHIPCD2Shippment condition

IMPORTANT: The object C_ITM_SD AND C_ITM_GS are critical due to it useS to generate the order book. 

Data flow

The data flow is based on the LSA method. The data visualization is done on the multiprovider MVSDSO41 (MP: Sales order book).

Global Sales data layers:

  • Propagation Layer
  • Business Layer
  • Reporting Layer
  • Virtual Layer
  • Master Data

The draw below represent the data flow of the multiprovider MVSDSO41:

Click on the draw to enlarge.

Propagation layer

List of infoproviders used by the Sales order book:

DSO tech. nameDSO description

DTS tech. name

DTS descriptionComments
DPSDSO02Sales Document Item Data (Solvay)2LIS_11_VAITMSales Document Item DataGlobal Sales

DPSDSO04

Sales Document Order Delivery (Solvay)2LIS_11_V_SSLSales Document Order DeliveryGlobal Sales
DPSD001Deliveries (Solvay)2LIS_12_VCITMDelivery Item DataGlobal Sales
DPSDSO07Billing Document Item Data (Solvay)2LIS_13_VDITM

Billing Document Item Data

Global Sales
DPSDTR22TR Prop: Shipments & Deliveries (Solvay)2LIS_08TRTLPShipment: Delivery Item Data per SectionFrom TIERS
DPSDTR28TR Prop: Shipments & Deliveries Status 1-4 (Solvay)DTS_BW_SHIP_SBSExtract Shipment doc overall status 1 to 4From TIERS
DPSDSO42Sales Document Item Data (Rhodia)2LIS_11_VAITMSales Document Item DataGlobal Sales

DPSDSO44

Sales Document Order Delivery (Rhodia)2LIS_11_V_SSLSales Document Order DeliveryGlobal Sales
DPSDSO70Deliveries (Rhodia)2LIS_12_VCITMDelivery Item DataGlobal Sales
DPSDSO47Billing Document Item Data (Rhodia)2LIS_13_VDITM

Billing Document Item Data

Global Sales
DPSDTR02TR Prop: Shipments & Deliveries (Rhodia)2LIS_08TRTLPShipment: Delivery Item Data per SectionFrom TIERS
DPSDTR08TR Prop: Shipments & Deliveries Status 1-4 (Rhodia)DTS_BW_SHIP_SBSExtract Shipment doc overall status 1 to 4From TIERS

 

Technical point: We never use the propagation layer for reporting. No SIDs are generated in the propagation layer.

Business layer

List of infoproviders used by the Sales order book:

DSO tech. nameDSO description

source DSO tech. name

source DSO description
DBSDSO01SO: Not Invoiced (Solvay)DPSDSO04Sales Document Order Delivery (Solvay)
BDSDSO11SO Global: Sales Document Item Data (Solvay)DPSDSO02Sales Document Item Data (Solvay)
DBSDSO14SO Global: Deliveries (Solvay)DPSD001Deliveries (Solvay)
DBSDSO06SO Global: Invoices (Solvay)DPSDSO07Billing Document Item Data (Solvay)
DBSDSO18SO: OPEN ORDER W/O DLV DOC (Solvay)DBSDSO01SO: Not Invoiced (Solvay)
DBSDSO17SO: OPEN ORDER WITH DLV DOC (Solvay)DBSDSO01SO: Not Invoiced (Solvay)
DBSDSO16SO: SHIPPED NOT INVOICED (Solvay)DBSDSO01SO: Not Invoiced (Solvay)

 

DBSDSO09

 

SO global: Shipments status 1 to 7 (Solvay)

DPSDTR22

DPSDTR28

TR Prop: Shipments & Deliveries (Solvay)

TR Prop: Shipments & Deliveries Status 1-4 (Solvay)

DBSDSO10SO global: Deliveries and Shipment to the customer (Solvay)DBSDSO09SO global: Shipments status 1 to 7 (Solvay)
DBSDSO41SO: Not Invoiced (Rhodia)DPSDSO44Sales Document Order Delivery (Rhodia)
BDSDSO51SO Global: Sales Document Item Data (Rhodia)DPSDSO42Sales Document Item Data (Rhodia)
DBSDSO54SO Global: Deliveries (Rhodia)DPSDSO70Deliveries (Rhodia)
DBSDSO46SO Global: Invoices (Rhodia)DPSDSO47Billing Document Item Data (Rhodia)
DBSDSO58SO: OPEN ORDER W/O DLV DOC (Rhodia)DBSDSO41SO: Not Invoiced (Rhodia)
DBSDSO57SO: OPEN ORDER WITH DLV DOC (Rhodia)DBSDSO41SO: Not Invoiced (Rhodia)
DBSDSO56SO: SHIPPED NOT INVOICED (Rhodia)DBSDSO41SO: Not Invoiced (Rhodia)

 

DBSDSO49

 

SO global: Shipments status 1 to 7 (Rhodia)

DPSDTR02

DPSDTR08

TR Prop: Shipments & Deliveries (Rhodia)

TR Prop: Shipments & Deliveries Status 1-4 (Rhodia)

DBSDSO50SO global: Deliveries and Shipment to the customer (Rhodia)DBSDSO49SO global: Shipments status 1 to 7 (Rhodia)

 

Reporting layer

List of infoproviders used by the Sales order book:

CUBE tech. nameCUBE description

source DSO tech. name

source DSO descriptionComments

 

CRSDSO42

 

SO Order Book: OPEN ORDER+SHIPPED NOT INVOICED (Rhodia)

DBSDSO56

DBSDSO57

DBSDSO58

SO: SHIPPED NOT INVOICED (Rhodia)

SO: OPEN ORDER WITH DLV DOC (Rhodia)

SO: OPEN ORDER W/O DLV DOC (Rhodia)

 

 

CRSDSO02

 

 SO Order Book: OPEN ORDER+SHIPPED NOT INVOICED (Solvay)

DBSDSO16

DBSDSO17

DBSDSO18

SO: SHIPPED NOT INVOICED (Solvay)

SO: OPEN ORDER WITH DLV DOC (Solvay)

SO: OPEN ORDER W/O DLV DOC (Solvay)

 
CRSDSO41SO Order Book: Current month Invoices (Rhodia)

DBSDSO46

SO Global: Invoices (Rhodia)

 
CRSDSO01SO Order Book: Current month Invoices (Solvay)

DBSDSO06

SO Global: Invoices (Solvay)

 
CRSDFC01Financial ForecastDBSDFC01Financial Forecast 

 

For more detail on the propagation layer, click on this LINK.

Virtual layer

List of infoproviders used by the Sales order book:

multiprovider tech. namemultiprovider description

source DSO tech. name

source DSO descriptionComments

 

 

 

MVSDSO41

 

 

 

MP: Sales order book

CRSDSO01

CRSDSO02

CRSDSO41

CRSDSO42

CRDYN11

CRDYN12

CRDYN52

SO Order Book: Current month Invoices (Solvay)

SO Order Book: OPEN ORDER+SHIPPED NOT INVOICED (Solvay)

SO Order Book: Current month Invoices (Rhodia)

SO Order Book: OPEN ORDER+SHIPPED NOT INVOICED (Rhodia)

DYN - Reporting (forecast)

From SO - Devileries and Invoices (Solvay)

From SO - Devileries and Invoices (Rhodia)

 Global Sales

Global Sales

Global Sales

Global Sales

DYNASIS

DYNASIS

DYNASIS

 

IMPORTANT: In the multiprovider MVSDSO41, they are data coming from DYNASYS (CRDYN11 and CRDYN12). These data are not used in the Order book.


Master data

List of master data used to generate the Sales order book:

Object tech. nameObject description

source tech. name

source descriptionComments
C_DOCNUMBSales document (with System ID)

DPFIAR06

DPFIAR05

DBSDSO9K

DPSDSO6E

DPSDSO6F

DBSDSO11

DBSDSO51

FIAR: Credit blocked by Credit Reasons - Solvay

FIAR: Credit blocked by Credit Reasons - Rhodia

Global sales: Partner document VBPA (Solvay+Rhodia)

VBAK/VBUK (Solvay)

VBAK/VBUK (Rhodia)

SO Global: Sales Document Item Data (Solvay)

SO Global: Sales Document Item Data (Rhodia)

 

 

 

C_ITM_SD

 

 

 

Sales document item

DBSDSO08

DBSDSO11

DBSDSO12

DBSDSO48

DBSDSO51

DBSDSO52

DPSDSO16

DPSDSO56

SO Global: Sales Document Schedule Line (Solvay)

SO Global: Sales Document Item Data (Solvay)

SO global: Sales Document Item Status (Solvay)

SO Global: Sales Document Schedule Line (Rhodia)

SO Global: Sales Document Item Data (Rhodia)

SO global: Sales Document Item Status (Rhodia)

Sales Document Header/Item Data Active docs (Solvay)

Sales Document Header/Item Data Active docs (Rhodia)

 

 

Is the more critical object. Used to generate the data flow.

 

C_SHIPNU2

 

Shipment Number (Core)

DPSDTR21

DPSDTR28

DPSDTR01

DPSDTR08

TR Prop: Shipments header (Solvay)

TR Prop: Shipments & Deliveries Status 1-4 (Solvay)

TR Prop: Shipments header (Rhodia)

TR Prop: Shipments & Deliveries Status 1-4 (Rhodia)

 

For more detail please see the TIERS documentation

 

For more detail on the master data layer, click on this LINK.

Data update

Process chain

IMPORTANT: The same process chain is used to update the Order book and the Historical sales data.

The processes chains below are used to update the multiprovider MVSDSO41 (Sales order book):

For Solvay:

  • SD - Main Process Chain - UPDATE DATA - (PC_SD_MAIN)
    • SD - Propagation Update (PC_SD_PROPAG)
    • SD - Business Layer (Solvay) (PC_SD_BUSINESS_LAYER)
    • Global Sales: Reporting layer (PC_Global Sales_REPORTING)

For Rhodia:

  • PC: Global Sales: Main (Rhodia) - (PC_GLOBAL_SALES_MAIN)
    • Global Sales: Propagation Layer (Rhodia) (PC_GL_SALES_PROP_01)
    • Global Sales: Business Layer (Rhodia) (PC_GL_SALES_BUS02)
    • Global Sales: Reporting Layer (Rhodia) (PC_GL_SALES_REP02)

 

IMPORTANT: The sales order book is generated every day from scratch. No historic is done for the sales order book.

Loading frequency

The data is updated every day. The process chain start after the end of TIERS update. 

Reporting

The reporting is based on Core workbooks based on Core queries.

The core workbooks give an aggregated view (SNAPSHOT), to have information on the documents detail jumps are done.

IMPORTANTE: The core queries are not published on the role menu. Only the workbooks are published on the role menu, folder Order Book.

Data selection

Data selections are done at the query level:

  • On the sales documents type.
  • On the billing document type.
  • On the consolidated method.
  • On the sales unit.

For more detail on the selections, click on this LINK.

Core queries

List of Queries
FolderSub-folderWorkbook Query 
Commission-Sales - Agent Commissions - AnalysisBW_WBK_MVSDSO55_0002BW: SO Agent Comission (Core Query)BW_QRY_MVSDSO55_0002
Data Admin-Data Admin - Customer GroupBW_WBK_SD_ADM_0002Historical Data: Sales Orders (Core query)
Tabs in workboook:
- CORP. GROUP and SALES (Ship-to)
- CORP. GROUP and SALES (Sold-to)
- CORP. GROUP and SALES (Payer)
BW_QRY_MVSDSO44_SD0002
GBR - GBU Customer Group (core query)BW_QRY_MVSDAD01_0008
GBR - Corporate Group (core query)BW_QRY_MVSDAD01_0009
Data Admin - End UseBW_WBK_SD_ADM_0001Historical Data: Sales Orders (Core query)
- END-USE and SALES
BW_QRY_MVSDSO44_SD0002
GBR - End Use Link (core query)
- END-USE link
BW_QRY_MVSDAD01_0001
GBR - End Use Axis (core query)
- END-USE axis
BW_QRY_MVSDAD01_0002
Data Admin - Material not convertedBW_WBK_MVSDSO44_SD0009Data Admin: Material not converted (Core query)BW_QRY_MVSDSO44_SD0009
Historical DataDetailed ReportsHistorical Data: Corporate Trade (SO+PO)BW_WBK_MVSDSO53_001BW: Corporate trade by billing date (Core)BW_QRY_MVSDSO53_0001
Historical Data: Corporate Trade by Actual GI (SO+PO)BW_WBK_MVSDSO53_002BW: Corporate trade by actual GI date (Core)BW_QRY_MVSDSO53_0002
Historical Data: Deliveries (Detailed)BW_WBK_MVSDSO45_SD0002BW - Deliveries details (Core jump)BW_QRY_MVSDSO45_SD0002
Historical Data : Deliveries SO/PO (Detailed)BW_WBK_MVSDSO57_0002BW - Deliveries details SO&PO (core query)BW_QRY_MVSDSO57_0002
Historical Data: Invoices Document Flow by creation date (SO+PO)BW_WBK_MVSDSO57_0005BW - Invoices document flow details SO&PO (core query)BW_QRY_MVSDSO57_0005
Historical Data: Invoices (Detailed)BW_WBK_MVSDSO45_SD0001BW - Invoices details (Core jump)BW_QRY_MVSDSO45_SD0001
Historical Data: Invoices (Document Flow Detailed)BW_WBK_MVSDSO45_SD0005BW - Invoices document flow details (Core jump)BW_QRY_MVSDSO45_SD0005
Historical Data: Invoices (Document Flow)BW_WBK_MVSDSO45_SD0006BW - Invoices documents flow (Core jump)BW_QRY_MVSDSO45_SD0006
Historical Data: Invoices SO/PO (Detailed)BW_WBK_MVSDSO57_0001BW - Invoices details SO&PO (core query)BW_QRY_MVSDSO57_0001
Historical Data: Orders SO/PO (Detailed)BW_WBK_MVSDSO57_0003BW - Orders details SO&PO (core query)BW_QRY_MVSDSO57_0003
Historical Data: PO's Transfer deliveries (Detailed)BW_WBK_MVSDSO43_SD001DETAIL: Transfers PO deliveries (Core jump)BW_QRY_MVSDSO43_SD001
Historical Data: PO's Transfer invoices (Detailed)BW_WBK_MVSDSO43_SD003DETAIL: Transfers PO invoices (Core jump)BW_QRY_MVSDSO43_SD003
Historical Data: PO's Transfer orders (Detailed)BW_WBK_MVSDSO43_SD002DETAIL: Transfers PO orders (Core jump)BW_QRY_MVSDSO43_SD002
Historical Data: Sales Order (Detailed)BW_WBK_MVSDSO45_SD0003BW - Sales order details (Core jump)BW_QRY_MVSDSO45_SD0003
Historical Data: Sales Order (Document Flow) by Last Req GI Date (detailed)BW_WBK_MVSDSO45_SD0008BW - Order (Documents flow) by last Req GI (Core)BW_QRY_MVSDSO45_SD0008
Historical Data: Sales Order by Last Req GI Date (detailed)BW_WBK_MVSDSO45_SD0007BW - Sales order details per Last Req GI date (Core jump)BW_QRY_MVSDSO45_SD0007
Historical Data: Schedule line (Detailed)BW_WBK_MVSDSO45_SD0004BW - Schedule line details (Core jump)BW_QRY_MVSDSO45_SD0004
-Historical Data: Consignments OverviewBW_WBK_MVSDSO44_SD0006Historical Data: Consignments Overview (Core query)BW_QRY_MVSDSO44_SD0006
Historical Data: eCommerceBW_WBK_MVSDSO44_SD0007Historical Data: eCommerce (Core query)BW_QRY_MVSDSO44_SD0007
Historical Data: Invoices vs Transport. Costs (SO/PO)BW_WBK_MVSDSO56_0007Historical Data: Invoices vs Transp.Costs SO/PO (core query)BW_QRY_MVSDSO56_0007
Historical Data: Manual PricingBW_WBK_MVSDSO44_SD0005Historical Data: Manual pricing (Core query)BW_QRY_MVSDSO44_SD0005
Historical Data: PO's transfer deliveriesBW_WBK_MVSDSO42_SD001Historical data: PO's deliveries (core)BW_QRY_MVSDSO42_SD001
Historical Data: PO's transfer invoicesBW_WBK_MVSDSO42_SD003Historical data: PO's invoices (core)BW_QRY_MVSDSO42_SD003
Historical Data: PO's transfer ordersBW_WBK_MVSDSO42_SD002Historical data: PO's orders (core)BW_QRY_MVSDSO42_SD002
Historical Data: Sales & Purchase deliveriesBW_WBK_MVSDSO56_0001Historical Data: Deliveries SO/PO (core query)BW_QRY_MVSDSO56_0001
Historical Data: Sales & Purchase invoicesBW_WBK_MVSDSO56_0003Historical Data: Invoices SO/PO (core query)BW_QRY_MVSDSO56_0003
Historical Data: Sales & Purchase ordersBW_WBK_MVSDSO56_0003Historical Data: Orders SO/PO (core query)BW_QRY_MVSDSO56_0002
Historical Data: Sales & Purchase overviewBW_WBK_MVSDSO56_0004Historical Data: Sales & Purchase Overview (core query)BW_QRY_MVSDSO56_0004
Historical Data: Sales DeliveriesBW_WBK_MVSDSO44_SD0001Historical Data: Sales deliveries (Core query)BW_QRY_MVSDSO44_SD0001
Historical Data: Sales InvoicesBW_WBK_MVSDSO44_SD0003Historical Data: Sales Invoices (Core query)BW_QRY_MVSDSO44_SD0003
Historical Data: Sales OrderBW_WBK_MVSDSO44_SD0002Historical Data: Sales Orders (Core query)BW_QRY_MVSDSO44_SD0002
Historical Data: Sales OverviewBW_WBK_MVSDSO44_SD0004Historical Data: Sales Overview (Core query)BW_QRY_MVSDSO44_SD0004
KPI-KPI - Sales Order: Still blocked and releasedBW_WBK_KPI_SD001KPI: Sales Orders still blocked (Core query)BW_QRY_MVSDSO44_SD0010
BW - KPI Sales order released (Core Query)BW_QRY_MVSDCH01_SD0001
Order BookDetailed ReportsOrder Book (SO+PO): InvoicedBW_WBK_MVSDSO49_0004Order Book SO+PO INVOICED CURRENT MONTH (Core)BW_QRY_MVSDSO49_0004
Order Book (SO+PO): To be Issued (Open Order)BW_WBK_MVSDSO49_0002Order Book SO+PO OPEN ORDER To be Issued (Core)BW_QRY_MVSDSO49_0002
Order Book (SO+PO): To be Issued (Shipped not Billed)BW_WBK_MVSDSO49_0003Order Book SO+PO SHIPPED NOT BILLED To be Issued (Core)BW_QRY_MVSDSO49_0003
Order Book: Invoiced (Current month)BW_WBK_MVSDSO41_SD008BW - Order Book: Invoiced Current Month (Core)BW_QRY_MVSDSO41_SD008
Order Book: PO - Invoiced (Current month)BW_WBK_MVSDSO47_003SD Order Book PO - INVOICED M Details (To be Invoiced) (core)BW_QRY_MVSDSO47_003
Order Book: PO - To be Issued (Open Order)BW_WBK_MVSDSO47_002SD Order Book PO - OPEN ORDER Details (To be Invoiced) (core)BW_QRY_MVSDSO47_002
Order Book: To be InvoicedBW_WBK_MVSDSO41_SD011BW - Order Book: To be Invoiced Full (Core query)BW_QRY_MVSDSO41_SD011
Order Book: To be Invoiced (Open Order)BW_WBK_MVSDSO41_SD006BW - Order Book: Open Order (Core)BW_QRY_MVSDSO41_SD006
Order Book: To be Invoiced (Shipped not Billed)BW_WBK_MVSDSO41_SD007BW - Order Book: Shipped not billed (Core)BW_QRY_MVSDSO41_SD007
Order Book: To be IssuedBW_WBK_MVSDSO41_SD012BW - Order Book: To be Issued Full (Core)BW_QRY_MVSDSO41_SD012
Order Book: To be Issued (Open Order)BW_WBK_MVSDSO41_SD001BW - Order Book: Open Order To be Issued (Core)BW_QRY_MVSDSO41_SD001
Order Book: To be Issued (Shipped not Billed)BW_WBK_MVSDSO41_SD002BW - Order Book: Shipped not Billed To be Issued (Core)BW_QRY_MVSDSO41_SD002
 Order Book (PO): To be Issued (Snapshot)BW_WBK_MVSDSO47_001SD Order Book PO - Snapshot (To be Invoiced) (core)BW_QRY_MVSDSO47_001
Order Book (SO+PO): To be Issued (Snapshot)BW_WBK_MVSDSO49_0001Order Book SO+PO Snapshots To be Issued (Core)BW_QRY_MVSDSO49_0001
Order Book: To be Invoiced (Snapshot)BW_WBK_MVSDSO41_SD004BW - Order Book: Snapshots To be Invoiced (Core)BW_QRY_MVSDSO41_SD004
Order Book: To be Invoiced+Contribution (Snapshot)BW_WBK_MVSDSO41_SD014BW - Order Book: Snapshots To be Invoiced + contrib (Core)BW_QRY_MVSDSO41_SD014
Order Book: To be Issued (Snapshot)BW_WBK_MVSDSO41_SD003BW - Order Book: Snapshots To be Issued (Core)BW_QRY_MVSDSO41_SD003
OTIFDetailed ReportsOTIF & Order Book: Sales & Purchase OrderBW_WBK_MVSDSO60_0002BW Sales/Transfer - OTIF & Orderbook - Details (core query)BW_QRY_MVSDSO60_0002
OTIF & Order Book: Sales OrderBW_WBK_MVSDSO60_0001BW Sales - OTIF & Orderbook - Details (core query)BW_QRY_MVSDSO60_0001
OTIF: Sales & Purchase OrderBW_WBK_MVSDSO51_0001BW Transfer PO OTIF - Details (core query)BW_QRY_MVSDSO51_0001
OTIF: Sales OrderBW_WBK_MVSDSO50_0004BW Sales - OTIF - Details (core query)BW_QRY_MVSDSO50_0001
 OTIF: Sales & Purchase Order (Summary)BW_WBK_MVSDSO51_0003BW Transfer & Sales - OTIF - Summary (core query)BW_QRY_MVSDSO51_0003
 OTIF: Sales & Purchase Order (Synthesis)BW_WBK_MVSDSO51_0002BW Transfer PO OTIF - dashboard (core query)BW_QRY_MVSDSO51_0002
 OTIF: Sales Order (Synthesis)BW_WBK_MVSDSO50_0001BW Sales - OTIF - dashboard (core query)BW_QRY_MVSDSO50_0002
 OTIF: Sales Order (Summary)BW_WBK_MVSDSO50_0003BW Sales - OTIF - summary (core query)BW_QRY_MVSDSO50_0003
Sales Follow Up-Sales Follow Up - Current Year DetailedBW_WBK_MVSDSO54_0001Sales Follow Up - Current Year Detailed (core query)BW_QRY_MVSDSO54_0001
Sales Follow Up - Historical and ForecastBW_WBK_MVSDSO54_0002Sales Follow Up - Historical and Forecast (core query)BW_QRY_MVSDSO54_0002

 

The core queries are used to build the workbooks and to have the detail at the documents lines level (jumps).

Purchase order (Transfers) order book

Core rules

All the rules used in Global Sales were determined by SAP experts.

IMPORTANT:

Solvay:

  • The purchase order (Transfers) order book take in consideration just the PO's types UB and NB, the vendor must to be flagged as intra-group. Exception is done for purchase organization. The exception is done with the technical object C_POSD.
  • The purchase order (Transfers) order book is defined at the purchase order line.

Rhodia:

  • The purchase order (Transfers) order book take in consideration just the PO's types UB and NB, the purchase organization 3200 is used for the type UB. The purchase organization 3001 to 3008, 3200 and 3400 are used for the type NB.
  • The purchase order (Transfers) order book is defined at the purchase order line.

To be invoiced date

The to be invoiced date is calculated following the rules below (WP1 and PF1):

  • If there is GR (good receipt) date, the to be invoiced date = the last GR date.
  • If there is not yet a GR (Goods Receipt), the to be invoiced date = the scheduled delivery date of the last schedule line.

The rest to be delivered for PO's transfers

The rest to be delivered is the quantity which need to be delivered to the customer to complete the requested quantity. The rest to be delivered is defined at the purchase order line level. It is used in the Open order part, to determine the to be invoiced quantities and the values. The calculation is done following the rules below:

  • If the confirmed quantity = 0.
    • The rest to be delivered = PO's line quantity -  the goods receipt quantity
  • If the confirmed quantity <> 0.
    • The rest to be delivered = the PO's line confirmed quantity - the goods receipt quantity 

IMPORTANT: If the rest to be delivered is negative, the quantity: rest to be delivered is forced to 0.

Open order

Definitions

A PO transfers order is open if:

  • the indicator Final delivery is empty (for NB document).
  • the quantity of the PO line is issued (for UB document).

 

Example:

The PO's line 4512394035/10 is closed because the indicator Final Delivery is flagged.

Delivered quantity

Definition

Is the quantity issued (the delivery line has an actual GI date).

Example:

The delivery line 87422928/10 which contain the batch 900001 is issued. The quantity was delivered.

Billed

Definition

A PO transfers order line is billed, when a billing line is created with reference document:

  • the PO transfers order
  • the PO transfers order's delivery

IMPORTANT: On the transfers process, just purchase documents type NB will generate billing documents.

Example:

The PO 4511943102 has a billing document created in reference of the delivery document 86095478. The PO's transfers is billed.

Data flow

The data flow is based on the LSA method. The data visualization is done on the multiprovider MVSDSO47 (MP: Transfers Order Book (Global Sales)).

Global Sales data layers:

  • Propagation Layer
  • Business Layer
  • Reporting Layer
  • Virtual Layer
  • Master Data

The draw below represent the data flow of the multiprovider MVSDSO47:

Click on the draw to enlarge.


Propagation layer

IMPORTANT: To build the PO's transfers order book, we use data coming from the propagation of SPRINT.

List of infoproviders used by the PO's transfers order book:

DSO tech. nameDSO description

DTS tech. name

DTS descriptionComments
DPSDSO02Sales Document Item Data (Solvay)2LIS_11_VAITMSales Document Item DataGlobal Sales
DPSD001Deliveries (Solvay)2LIS_12_VCITMDelivery Item DataGlobal Sales
DPSDSO07Billing Document Item Data (Solvay)2LIS_13_VDITM

Billing Document Item Data

Global Sales
DP_PUSL2PO: Schedule line (Solvay)2LIS_02_SCLPurchasing data (schedule line level)

SPRINT

DP_PUHD2PO : Historical Data (Solvay)DTS_BW_EKBEPO Historical DataSPRINT
DPSDSO42Sales Document Item Data (Rhodia)2LIS_11_VAITMSales Document Item DataGlobal Sales
DPSDSO71Deliveries (Rhodia)2LIS_12_VCITMDelivery Item DataGlobal Sales
DPSDSO47Billing Document Item Data (Rhodia)2LIS_13_VDITM

Billing Document Item Data

Global Sales
DP_PUSL1PO: Schedule line (Rhodia)2LIS_02_SCLPurchasing data (schedule line level)

SPRINT

DP_PUHD1PO : Historical Data (Rhodia)DTS_BW_EKBEPO Historical DataSPRINT

For more detail on the propagation layer click on this LINK.

Business layer

List of infoproviders used by the PO's transfers order book:

DSO tech. nameDSO description

source DSO tech. name

source DSO description
DBSDSO25PO : Transfers Historical Data (Solvay)DP_PUHD2PO : Historical Data (Solvay)
DBSDSO26

PO: Transfers orders sched. line (Solvay)

DP_PUSL2PO: Schedule line (Solvay)
DBSDSO28PO: OPEN Transfers orders (Solvay)DBSDSO26

PO: Transfers orders sched. line (Solvay)

DBSDSO27PO: Transfers orders Invoices (Solvay)DPSDSO07Billing Document Item Data (Solvay)
DBSDSO29PO Global: Transfers orders delivery (Solvay)DPSD001Deliveries (Solvay)
DBSDSO65PO : Transfers Historical Data (Rhodia)DP_PUHD1PO : Historical Data (Rhodia)
DBSDSO66

PO: Transfers orders sched. line (Rhodia)

DP_PUSL1PO: Schedule line (Rhodia)
DBSDSO68PO: OPEN Transfers orders (Rhodia)DBSDSO66

PO: Transfers orders sched. line (Rhodia)

DBSDSO67PO: Transfers orders Invoices (Rhodia)DPSDSO47Billing Document Item Data (Rhodia)
DBSDSO69PO Global: Transfers orders delivery (Rhodia)DPSDSO71Deliveries (Rhodia)

For more detail on the business layer click on this LINK.

Reporting layer

List of infoproviders used by the PO's transfers order book:

CUBE tech. nameCUBE description

source CUBE tech. name

source CUBE description
CRSDSO12PO Order Book: OPEN ORDER (Solvay)DBSDSO28PO: OPEN Transfers orders (Solvay)
CRSDSO11PO Order Book: Current month Invoices (Solvay)DBSDSO27PO: Transfers orders Invoices (Solvay)
CRSDSO04PO Global: Deliveries aggregated (Solvay)DBSDSO29PO Global: Transfers orders delivery (Solvay)
CRSDSO52PO Order Book: OPEN ORDER (Rhodia)DBSDSO68PO: OPEN Transfers orders (Rhodia)
CRSDSO51PO Order Book: Current month Invoices (Rhodia)DBSDSO67PO: Transfers orders Invoices (Rhodia)
CRSDSO44PO Global: Deliveries aggregated (Rhodia)DBSDSO69PO Global: Transfers orders delivery (Rhodia)

 

For more detail on the reporting layer click on this LINK.

Virtual layer

List of infoproviders used by the PO's transfers order book:

CUBE tech. nameCUBE description

source CUBE tech. name

source CUBE description

 

 

MVSDSO47

 

 

MP: Transfers order book

CRSDSO04

CRSDSO11

CRSDSO12

CRSDSO44

CRSDSO51

CRSDSO52

PO Global: Deliveries aggregated (Solvay)

PO Order Book: Current month Invoices (Solvay)

PO Order Book: OPEN ORDER (Solvay)

PO Global: Deliveries aggregated (Rhodia)

PO Order Book: Current month Invoices (Rhodia)

PO Order Book: OPEN ORDER (Rhodia)

For more detail on the vitual layer click on this LINK.

Master data

Just the master data of C_PO_ITM is used. Please refer to SPRINT documentation for more information.

Data update

Process chain

IMPORTANT: The same process chain is used to update the PO's (transfers) order book and the Historical PO's (transfers) data.

The processes chains below are used to update the multiprovider MVSDSO47 (MP: Transfers order book):

PF1:

  • Global Sales: Transfers Orders Main chain (PC_OBAS_TRANSFERS_MAIN)
    • Global Sales: Business Layer Transfers Orders (Solvay) (PC_OBAS_TRANSFERS)
    • Global Sales: Reporting Layer Transfers Orders (PC_OBAS_TRANSFERS_ODB)

WP1:

  • PC: Global Sales: Main (Rhodia) (PC_GLOBAL_SALES_MAIN)
    • Global Sales: Propagation Layer (Rhodia) (PC_GL_SALES_PROP_01)
    • Global Sales: Business Layer (Rhodia) (PC_GL_SALES_BUS02)
    • Global Sales: Reporting Layer (Rhodia) (PC_GL_SALES_REP02)

Reporting

The reporting is based on Core workbooks based on Core queries.

The core workbooks give an aggregated view (SNAPSHOT), to have information on the documents detail jumps are done.

IMPORTANTE: The core queries are not published on the role menu. Only the workbooks are published on the role menu, folder Order Book.

Data selection

Data selections are done at the query level:

  • On the purchase documents type.
  • On the sales unit.

For more detail on the selections, click on this LINK.

Core queries

The core queries are used to build the workbook and to have the detail at the documents lines level (jumps).

 

Order Book (PO+SO)


The order book (PO+SO) contains data from sales order (SO) and data from transfers order (PO). It is the combination of the order book to be issued (SO) and the order book to be issued (PO).

The view To be issued is the only one which exists for the order book (PO+SO).


The reports (snapshot and detail) are based on the multiprovider MVSDSO49.


Data flow:


Reporting layer

List of infoproviders used by the order book (PO+SO):

DSO tech. nameDSO description

source DSO tech. name

source DSO description
DBSDSO9HSO+PO: Current month Invoices (Rhodia)DBSDSO67PO: Transfers orders Invoices (Rhodia)
DBSDSO46SO Global: Invoices (Rhodia)
DBSDSO9GSO+PO: Current month Invoices (Solvay)DBSDSO06SO Global: Invoices (Solvay)
DBSDSO27PO: Transfers orders Invoices (Solvay)
DBSDSO9DSO+PO: ORDER BOOK -OPEN ORDER (Rhodia)DBSDSO56SO: SHIPPED NOT INVOICED (Rhodia)
DBSDSO57SO: OPEN ORDER WITH DLV DOC (Rhodia)
DBSDSO58SO: OPEN ORDER W/O DLV DOC (Rhodia)
DBSDSO68PO: OPEN Transfers orders (Rhodia)
DBSDSO97SO: OPEN ORDER NOT SCHEDULED (Rhodia)
DBSDSO9CSO+PO: ORDER BOOK -OPEN ORDER (Solvay)DBSDSO68PO: OPEN Transfers orders (Rhodia)
DBSDSO16SO: SHIPPED NOT INVOICED (Solvay)
DBSDSO17SO: OPEN ORDER WITH DLV DOC (Solvay)
DBSDSO18SO: OPEN ORDER W/O DLV DOC (Solvay)
DBSDSO28PO: OPEN Transfers orders (Solvay)
DBSDSO96SO: OPEN ORDER NOT SCHEDULED (Solvay)

 

Core queries

The core queries are used to build the workbook and to have the detail at the documents lines level (jumps). All the queries are based on the multiprovider MVSDSO49.

Order Book (SO+PO): To be Issued (Snapshot)BW_WBK_MVSDSO49_0001Order Book SO+PO Snapshots To be Issued (Core)BW_QRY_MVSDSO49_0001
Order Book (SO+PO): InvoicedBW_WBK_MVSDSO49_0004Order Book SO+PO INVOICED CURRENT MONTH (Core)BW_QRY_MVSDSO49_0004
Order Book (SO+PO): To be Issued (Open Order)BW_WBK_MVSDSO49_0002Order Book SO+PO OPEN ORDER To be Issued (Core)BW_QRY_MVSDSO49_0002
Order Book (SO+PO): To be Issued (Shipped not Billed)BW_WBK_MVSDSO49_0003Order Book SO+PO SHIPPED NOT BILLED To be Issued (Core)BW_QRY_MVSDSO49_0003



Historical data

Sales order

This part of Global Sales is used to have the historical data (last 3 years) for:

  • Sales orders
  • Schedule lines
  • Delivery
  • Shipment
  • Billing

Sales documents types

Sales order

All the sales documents types are in the historic. Regarding the sales document type, a sales order line can be in one of the categories below:

  • Sales
  • Return
  • Consignment
  • Credit/Debit memo

The categories are stored in the object C_DOCTYP2 with the attribute C_GRPDOC. The attribute is updated manually.

IMPORTANT: This concept of categories isn't standard. It was created for Global Sales.

Delivery

All the delivery types are in the historic. Nothing is done to group the delivery type.

Billing

All the billing document types are in the historic. Regarding the billing document type, a billing line can be in one of the categories below:

  • Sales
  • Pro Format
  • Inter-company

The categories are stored in the object C_BILLTYP with the attribute C_BILLCL. The attribute is updated manually.

IMPORTANT: This concept of categories isn't standard. It was created for Global Sales. An exclusion is done between the propagation layer and the business to don't have the billing Pro-format..

Data flow

The data flow is based on the LSA method. The data visualization is done on the multiproviders:

  • MVSDSO44 (MP: Global Sales) for the aggregated queries.
  • MVSDSO45 (MP: Detail Jump Query) for the detailed queries.

Global Sales data layers:

  • Propagation Layer
  • Business Layer
  • Reporting Layer
  • Virtual Layer
  • Master Data

The draw below present the data flow of the multiprovider MVSDSO44 (MP: Global Sales) :

Click on the draw to enlarge.

The draw below present the data flow of the multiprovider MVSDSO45 (MP: Global Sales) :

Click on the draw to enlarge.

Propagation layer

List of infoproviders used by the Historical data:

DSO tech. nameDSO description

DTS tech. name

DTS descriptionComments
DPSDSO02Sales Document Item Data (Solvay)2LIS_11_VAITMSales Document Item DataGlobal Sales
DPSDSO42Sales Document Item Data (Rhodia)2LIS_11_VAITMSales Document Item DataGlobal Sales

DPSDSO04

Sales Document Order Delivery (Solvay)2LIS_11_V_SSLSales Document Order DeliveryGlobal Sales

DPSDSO44

Sales Document Order Delivery (Rhodia)2LIS_11_V_SSLSales Document Order DeliveryGlobal Sales
DPSD001Deliveries (Solvay)2LIS_12_VCITMDelivery Item DataGlobal Sales
DPSDSO71Deliveries (Rhodia)2LIS_12_VCITMDelivery Item DataGlobal Sales
DPSDSO07Billing Document Item Data (Solvay)2LIS_13_VDITM

Billing Document Item Data

Global Sales
DPSDSO47Billing Document Item Data (Rhodia)2LIS_13_VDITM

Billing Document Item Data

Global Sales

 

 

DPAPO001

 

 

APO Forecast

9AF_DP_SOURCE

9AH_DP_SOURCE3

9AN_DP_SOURCE

F_DP / F_POS1

H_DP / H_POS1

N_DP / N_POS1

 

 

DYNASYS

DPDYN20

DYNASYS Forecast

 

 

DYNASYS

DPSDSO14Output messages for eInvoicing (Solvay)0FSSC_SLA_1Message Status Data for FSSCGlobal Sales
DPSDSO54Output messages for eInvoicing (Rhodia)0FSSC_SLA_1Message Status Data for FSSCGlobal Sales
DPSDTR22TR Prop: Shipments & Deliveries (Solvay)2LIS_08TRTLPShipment: Delivery Item Data per SectionFrom TIERS
DPSDTR02TR Prop: Shipments & Deliveries (Rhodia)2LIS_08TRTLPShipment: Delivery Item Data per SectionFrom TIERS
DPSDTR28TR Prop: Shipments & Deliveries Status 1-4 (Solvay)DTS_BW_SHIP_SBSExtract Shipment doc overall status 1 to 4From TIERS
DPSDTR08TR Prop: Shipments & Deliveries Status 1-4 (Rhodia)DTS_BW_SHIP_SBSExtract Shipment doc overall status 1 to 4From TIERS

 

Technical point: We never use the propagation layer for reporting. No SIDs are generated in the propagation layer.

Business layer

List of infoproviders used by the Historical data:

DSO tech. nameDSO description

source DSO tech. name

source DSO description
BDSDSO11SO Global: Sales Document Item Data (Solvay)DPSDSO02Sales Document Item Data (Solvay)
DBSDSO08SO Global: Sales Document Schedule Line (Solvay)DPSDSO05Sales Document Schedule Line (Solvay)
DBSDSO14SO Global: Deliveries (Solvay)DPSD001Deliveries (Solvay)
DBSDSO06SO Global: Invoices (Solvay)DPSDSO07Billing Document Item Data (Solvay)
DBSDSO13SO: PRE ATP Dates (Solvay)DBSDSO08SO Global: Sales Document Schedule Line (Solvay)
DBSDSO05SO: ATP Dates (Solvay)DBSDSO13SO: PRE ATP Dates (Solvay)

 

DBSDSO09

 

SO global: Shipments status 1 to 7 (Solvay)

DPSDTR22

DPSDTR28

TR Prop: Shipments & Deliveries (Solvay)

TR Prop: Shipments & Deliveries Status 1-4 (Solvay)

DBSDSO10SO global: Deliveries and Shipment to the customer (Solvay)DBSDSO09SO global: Shipments status 1 to 7 (Solvay)
DBAPO001APO: ForecastDPAPO001APO Forecast
BDSDSO51SO Global: Sales Document Item Data (Rhodia)DPSDSO42Sales Document Item Data (Rhodia)
DBSDSO48SO Global: Sales Document Schedule Line (Rhodia)DPSDSO45Sales Document Schedule Line (Rhodia)
DBSDSO54SO Global: Deliveries (Rhodia)DPSDSO71Deliveries (Rhodia)
DBSDSO46SO Global: Invoices (Rhodia)DPSDSO47Billing Document Item Data (Rhodia)
DBSDSO53SO: PRE ATP Dates (Rhodia)DBSDSO48SO Global: Sales Document Schedule Line (Rhodia)
DBSDSO45SO: ATP Dates (Rhodia)DBSDSO53SO: PRE ATP Dates (Rhodia)

DBSDSO49

SO global: Shipments status 1 to 7 (Rhodia)

DPSDTR02

DPSDTR08

TR Prop: Shipments & Deliveries (Rhodia)

TR Prop: Shipments & Deliveries Status 1-4 (Rhodia)

DBSDSO50SO global: Deliveries and Shipment to the customer (Rhodia)DBSDSO49SO global: Shipments status 1 to 7 (Rhodia)
DBDYN20DYNASYS: ForecastDPDYN04Dynasys Forecast
BDSDSO11SO Global: Sales Document Item Data (Solvay)DPSDSO02Sales Document Item Data (Solvay)
DBSDSO08SO Global: Sales Document Schedule Line (Solvay)DPSDSO05Sales Document Schedule Line (Solvay)


Reporting layer

List of infoproviders used by the Historical data:

CUBE tech. nameCUBE description

source DSO tech. name

source DSO descriptionComments

CRSDSO06

SO: Sales order aggregated (Solvay)DBSDSO11SO Global: Sales Document Item Data (Solvay) 
CRSDSO05SO Global: Deliveries aggregated (Solvay)DBSDSO14SO Global: Deliveries (Solvay) 
CRSDSO03SO Global: Invoices aggregated (Solvay)DBSDSO06SO Global: Invoices (Solvay) 
CRAPO001APO: Forecast (monthly)DBAPO001APO: Forecast 
CRSDSO45SO Global: Deliveries aggregated (Rhodia) DBSDSO41SO Global: Sales Document Item Data (Rhodia) 
CRSDSO43SO Global: Invoices aggregated (Rhodia) DBSDSO44SO Global: Deliveries (Rhodia) 
CRSDSO46SO: Sales order aggregated (Rhodia)DBSDSO46SO Global: Invoices (Rhodia) 
CRDYN11DYNASYS: Forecast (monthly) DBDYN20DYNASYS: Forecast Dynamic 

Virtual layer

List of infoproviders used by the Historical data:

multiprovider tech. namemultiprovider description

source tech. name

source descriptionComments

 

 

 

MVSDSO44

 

 

 

MP: Global Sales

CRAPO001

CRSDSO05

CRSDSO03

CRSDSO06

CRDYN11

CRSDSO45

CRSDSO43

CRSDSO46

APO: Forecast (monthly)

SO Global: Deliveries aggregated (Solvay)

SO Global: Invoices aggregated (Solvay)

SO: Sales order aggregated (Solvay)

DYNASYS: Forecast (monthly)

SO Global: Deliveries aggregated (Rhodia)

SO Global: Invoices aggregated (Rhodia)

SO: Sales order aggregated (Rhodia)

 

 

 

 

 

MVSDSO45

 

 

 

 

MP: Detail Jump Query

DBSDSO14

DBSDSO06

DBSDSO11

DBSDSO08

DBSDSO10

DBSDSO44

DBSDSO46

DBSDSO41

DBSDSO48

DBSDSO40

SO Global: Deliveries (Solvay)

SO Global: Invoices (Solvay)

SO Global: Sales Document Item Data (Solvay)

SO Global: Sales Document Schedule Line (Solvay)

SO global: Deliveries and Shipment to the customer (Solvay)

SO Global: Deliveries (Rhodia)

SO Global: Invoices (Rhodia)

SO Global: Sales Document Item Data (Rhodia)

SO Global: Sales Document Schedule Line (Rhodia)

SO global: Deliveries and Shipment to the customer (Rhodia)

 


Data update

IMPORTANT: The same process chain is used to update the Sales order and the Historical sales data.

The processes chains below are used to update the multiproviders MVSDSO44 and MVSDSO45

For Solvay:

  • SD - Main Process Chain - UPDATE DATA - (PC_SD_MAIN)
    • SD - Propagation Update (PC_SD_PROPAG)
    • SD - Business Layer (Solvay) (PC_SD_BUSINESS_LAYER)
    • Global Sales: Reporting layer (PC_Global Sales_REPORTING)

For Rhodia:

  • PC: Global Sales: Main (Rhodia) - (PC_GLOBAL_SALES_MAIN)
    • Global Sales: Propagation Layer (Rhodia) (PC_GL_SALES_PROP_01)
    • Global Sales: Business Layer (Rhodia) (PC_GL_SALES_BUS02)
    • Global Sales: Reporting Layer (Rhodia) (PC_GL_SALES_REP02)

Reporting

The reporting is based on Core workbooks based on Core queries.

The core workbooks give an aggregated view, to have information on the documents detail jumps are done.

IMPORTANTE: The core queries are not published on the role menu. Only the workbooks are published on the role menu, folder Historical data.

Core queries

The core queries are used to build the workbooks and to have the detail at the documents lines level (jumps).

Workbook Query 
Historical Data: Deliveries (Detailed)BW_WBK_MVSDSO45_SD0002BW - Deliveries details (Core jump)BW_QRY_MVSDSO45_SD0002
Historical Data: Invoices (Detailed)BW_WBK_MVSDSO45_SD0001BW - Invoices details (Core jump)BW_QRY_MVSDSO45_SD0001
Historical Data: Invoices (Document Flow Detailed)BW_WBK_MVSDSO45_SD0005BW - Invoices document flow details (Core jump)BW_QRY_MVSDSO45_SD0005
Historical Data: Invoices (Document Flow)BW_WBK_MVSDSO45_SD0006BW - Invoices documents flow (Core jump)BW_QRY_MVSDSO45_SD0006
Historical Data: Sales Order (Detailed)BW_WBK_MVSDSO45_SD0003BW - Sales order details (Core jump)BW_QRY_MVSDSO45_SD0003
Historical Data: Sales Order (Document Flow) by Last Req GI Date (detailed)BW_WBK_MVSDSO45_SD0008BW - Order (Documents flow) by last Req GI (Core)BW_QRY_MVSDSO45_SD0008
Historical Data: Sales Order by Last Req GI Date (detailed)BW_WBK_MVSDSO45_SD0007BW - Sales order details per Last Req GI date (Core jump)BW_QRY_MVSDSO45_SD0007
Historical Data: Schedule line (Detailed)BW_WBK_MVSDSO45_SD0004BW - Schedule line details (Core jump)BW_QRY_MVSDSO45_SD0004
Historical Data: Consignments OverviewBW_WBK_MVSDSO44_SD0006Historical Data: Consignments Overview (Core query)BW_QRY_MVSDSO44_SD0006
Historical Data: eCommerceBW_WBK_MVSDSO44_SD0007Historical Data: eCommerce (Core query)BW_QRY_MVSDSO44_SD0007
Historical Data: Manual PricingBW_WBK_MVSDSO44_SD0005Historical Data: Manual pricing (Core query)BW_QRY_MVSDSO44_SD0005
Historical Data: Sales DeliveriesBW_WBK_MVSDSO44_SD0001Historical Data: Sales deliveries (Core query)BW_QRY_MVSDSO44_SD0001
Historical Data: Sales InvoicesBW_WBK_MVSDSO44_SD0003Historical Data: Sales Invoices (Core query)BW_QRY_MVSDSO44_SD0003
Historical Data: Sales OrderBW_WBK_MVSDSO44_SD0002Historical Data: Sales Orders (Core query)BW_QRY_MVSDSO44_SD0002
BW_WBK_MVSDSO44_SD0004Historical Data: Sales Overview (Core query)BW_QRY_MVSDSO44_SD0004

IMPORTANT: The calendar Year/month corresponding to:

  • the last requested GI date for the sales orders part.
  • the actual Gi date for the sales deliveries part.
  • the billing document date for the billing part.

PO's transfers

Puchase order documents types

All the rules used in Global Sales were determined by SAP experts.

IMPORTANT:

Solvay:

  • PO's types UB and NB, the vendor must to be flagged as intra-group. Exception is done for purchase organization. The exception is done with the technical object C_POSD.

Rhodia:

  • PO's types UB and NB, the purchase organization 3200 is used for the type UB. The purchase organization 3001 to 3008, 3200 and 3400 are used for the type NB.


Purchase order

Global Sales uses the data coming from SPRINT to have the PO's transfers order.

Delivery

The deliveries are coming from the DSO DBSDSO29 "PO Global: Transfers orders delivery (Solvay)".

The deliveries are coming from the DSO DBSDSO69 "PO Global: Transfers orders delivery (Rhodia)".

Billing

The billing are coming from the DSO DBSDSO27 "PO: Transfers orders Invoices (Solvay)".

The billing are coming from the DSO DBSDSO67 "PO: Transfers orders Invoices (Rhodia)".

IMPORTANT:

  • Transfers done with the PO type UB is always done between the same GBU.
  • Transfers done with the PO type NB is always done between Solvay's entities.

Master data

The master data used, is the master data of SPRINT, with the object C_PO_ITM (Purchase Order Item). Please refer to SPRINT documentation for more detail.

Data flow

The data flow is based on the LSA method. The data visualization is done on the multiproviders MVSDSO42 (MP: Global PO (Global Sales)) and MVSDSO43 (MP: Detail PO Jump (Global Sales)).

Global Sales data layers:

  • Propagation Layer
  • Business Layer
  • Reporting Layer
  • Virtual Layer

The draw below present the data flow of the multiprovider MVSDSO42 (MP: Global PO (Global Sales)):

Click on the draw to enlarge.

Propagation layer

IMPORTANT: To build the PO's transfers order book, we use data coming from the propagation of SPRINT.

List of infoproviders used by the PO's transfers order book:

DSO tech. nameDSO description

DTS tech. name

DTS descriptionComments
DPSD001Deliveries (Solvay)2LIS_12_VCITMDelivery Item DataGlobal Sales
DPSDSO07Billing Document Item Data (Solvay)2LIS_13_VDITM

Billing Document Item Data

Global Sales
DP_PUSL2PO: Schedule line (Solvay)2LIS_02_SCLPurchasing data (schedule line level)

SPRINT

DPSDSO71Deliveries (Rhodia)2LIS_12_VCITMDelivery Item DataGlobal Sales
DPSDSO47Billing Document Item Data (Rhodia)2LIS_13_VDITM

Billing Document Item Data

Global Sales
DP_PUSL1PO: Schedule line (Rhodia)2LIS_02_SCLPurchasing data (schedule line level)

SPRINT

For more detail on the propagation layer click on this LINK.

Business layer

List of infoproviders used by the PO's transfers order book:

DSO tech. nameDSO description

source DSO tech. name

source DSO description
DBSDSO26

PO: Transfers orders sched. line (Solvay)

DP_PUSL2PO: Schedule line (Solvay)
DBSDSO27PO: Transfers orders Invoices (Solvay)DPSDSO07Billing Document Item Data (Solvay)
DBSDSO29PO Global: Transfers orders delivery (Solvay)DPSD001Deliveries (Solvay)
DBSDSO66

PO: Transfers orders sched. line (Rhodia)

DP_PUSL1PO: Schedule line (Rhodia)
DBSDSO67PO: Transfers orders Invoices (Rhodia)DPSDSO47Billing Document Item Data (Rhodia)
DBSDSO69PO Global: Transfers orders delivery (Rhodia)DPSDSO71Deliveries (Rhodia)

For more detail on the business layer click on this LINK.

Reporting layer

List of infoproviders used by the PO's transfers order book:

CUBE tech. nameCUBE description

source CUBE tech. name

source CUBE description
CRSDSO17PO Global: Order line aggregated (Solvay)DBSDSO30PO: Order line Transfers orders (Solvay)
CRSDSO04PO Global: Deliveries aggregated (Solvay)DBSDSO29PO Global: Transfers orders delivery (Solvay)
CRSDSO07PO Global: Invoices aggregated (Solvay)DBSDSO27PO: Transfers orders Invoices (Solvay)
CRSDSO57PO Global: Order line aggregated (Rhodia)DBSDSO70PO: Order line Transfers orders (Rhodia)
CRSDSO54PO Global: Deliveries aggregated (Rhodia)DBSDSO69PO Global: Transfers orders delivery (Rhodia)
CRSDSO47PO Global: Invoices aggregated (Rhodia)DBSDSO67PO: Transfers orders Invoices (Rhodia)

Virtual layer

List of infoproviders used by the Historical data PO's transfers:

CUBE tech. nameCUBE description

source CUBE tech. name

source CUBE description

 

 

MVSDSO42

 

 

MP: Global PO

CRSDSO04

CRSDSO07

CRSDSO17

CRSDSO44

CRSDSO47

CRSDSO57

PO Global: Deliveries aggregated (Solvay)

PO Global: Invoices aggregated (Solvay)

PO Global: Order line aggregated (Solvay)

PO Global: Deliveries aggregated (Rhodia)

PO Global: Invoices aggregated (Rhodia)

PO Global: Order line aggregated (Rhodia)

 

Data update

Process chain

IMPORTANT: The same process chain is used to update the PO's (transfers) order book and the Historical PO's (transfers) data.

The processes chains below are used to update the multiprovider MVSDSO47 (MP: Transfers order book):

  • Global Sales: Transfers Orders Main chain (PC_OBAS_TRANSFERS_MAIN)
    • Global Sales: Business Layer Transfers Orders (Solvay) (PC_OBAS_TRANSFERS)
    • Global Sales: Reporting Layer Transfers Orders (PC_OBAS_TRANSFERS_ODB)

Global Sales: Transfers Orders Main chain (PC_OBAS_TRANSFERS_MAIN)

 

Global Sales: Business Layer Transfers Orders (Solvay) (PC_OBAS_TRANSFERS)


Global Sales: Reporting Layer Transfers Orders (PC_OBAS_TRANSFERS_ODB)


For detail on the processes chains of the master data, please refer to Concepts and Definitions

IMPORTANT: The PO's (transfers) order book is generated every day from scratch. No historic is done for the PO's (transfers) order book.


Loading frequency

The data is updated every day. The process chain start after the end of SPRINT update. 

Performance

General performance

Detailed performance

Reporting

Data selection
Core queries
Historical data: Po's transfers orders

The core query Historical data: PO's orders (core) (BW_QRY_MVSDSO42):

 

Filters:

Free characteristics:

Rows:

Columns:

For more details please open the query in the query designer. 

Historical data: Po's transfers  deliveries

The core query Historical data: PO's deliveries (core) (BW_QRY_MVSDSO42) :

Filters:

Free characteristics:

Rows:

Columns:

For more details please open the query in the query designer. 

Historical data: Po's transfers  invoices

The core query Historical data: PO's invoices (core) (BW_QRY_MVSDSO42) is used to see the transfer invoices: 

Filters:

Free characteristics:

Rows:

Columns:

For more details please open the query in the query designer.

Detail: Po's transfers  order

The core query DETAIL: transfers PO order (core jump) (BW_QRY_MVSDSO43_SD002):

Filters:

Free characteristics:

Rows:

Columns:

For more details please open the query in the query designer.

Detail: Po's transfers  Deliveries

The core query DETAIL: transfers PO deliveries (core jump) (BW_QRY_MVSDSO43_SD001) is used to have the detail of deliveries:

Filters:


Free characteristics:


Rows:


Columns:

For more details please open the query in the query designer.

Detail: Po's transfers  Invoices

The core query DETAIL: transfers PO invoices (core jump) (BW_QRY_MVSDSO43_SD003) is used to have the detail of transfer invoices

Filters:


Free characteristics:


Rows:


Columns:


Sales follow-up

Main Multi Provider

MVSDSO54 (MP: Order book & Forecast & historical (PO & SO))

OTIF (On Time In Full)


See the complete content of OTIF process in link below:

BW OTC - Global Sales - OTIF


Concepts and definitions

ATP DATES

Available-to-promise (ATP) is a business function that provides a response to customer order enquiries, based on resource availability. It generates available quantities of the requested product, and delivery due dates.


The ATP dates are defined for each order line when a quantity is confirmed. The dates are coming from the last schedule line received in BW.
  • First ATPs dates, are the first dates received from a schedule line in PF1.
  • Last ATPs dates, are the last dates received from a schedule line in PF1.
Conditions for re-initialization: if changes are done on the order line quantity or material.

IMPORTANT: If, for a technical reason, the ATP dates must to be restated in BW. Please take in consideration the points below:
  • The date of the restauration will be the starting date for the calculation of the ATP dates.
  • All the ATP dates calculated before this date are loosed.

AGENT COMMISSIONS:

An agent commission is a partner of Solvay. This partner receive a commission for sales. This commission is calculated via a specifics documents types which are generate by a billing document of a sales order. The agent commission is based on two keys figures. The commission base and the commission rate. The value of the commission received by the agent is igual to: the commission rate X the commission base. For more detail click on this LINK.

BILLED:

BILLING GROUP

BILLING LINE

BLOCKS

The sales process can be stop by block(s) on the sales document(s) or document(s) line(s).

If a block exists the sales process is stopped where the block is created (at the document or document level).

Types of blocks:

  • Delivery block (Historic).
  • Delivery block (Document item)
  • Billing block (Document header)
  • Billing block (Document item)
  • Credit block (Historic)
  • Credit block (Dynamic)

For more informations click on this LINK.


CLOSE ORDER

An order is close if the rest to be delivered = 0.

CO (CURRENCY ORIGIN)

it's the currency of the legal company responsible for the order line.

COMMISSIONS

Is a part of the gross sales, it is determined during the pricing. This information provide from the billing document and it is retreived with the subtotal 4.

CONFIRMED QUANTITY

Is the quantity confirmed by the system. In other terms, what quantity the supply chain is able to deliver regarding the customer's requested delivery date. This quantity is defined at the schedule line level on the system. In BW the confirmed quantity is available on the data base, at the schedule line and at the sales  

CONSOLIDATED RATE

Is the percentage of Solvay in a legal company.

IMPORTANTE: The consolidated rate is maintained in the master data of the object C_COMPCDE (Company code). For more detail click on this LINK.

CONSOLIDATION METHOD

It is an financial information to know how the result of a legal company is counted in the overall group result. This characteristic is used to do the exclusion of sold entities.

CP (CURRENCY PROMPT)

CREDIT/DEBIT MEMO

CURRENCY CONVERSION

CUSTOMER

CUSTOMER GBR

CUSTOMER PICK-UP

CUSTOMER SALES VIEW

DELAYED BY ATP

  • If the function ATP is available for the sales order.


  • And the system is not able to deliver the quantity asked at the requested date by the customer


DELIVERY LINE

A delivery line is the combination of a delivery document and an item.

Example:

70367763/10 and 70367763/900001 are deliveries lines. The important delivery line is 70367763/900001 because is the quantity isn't null.

IMPORTANT: The delivery line with the "zero" quantity must to be in the data base (DSO DBSDSO14 (Global sales deliveries)). It because billing lines can be created regarding this delivery line.


DELIVERY TOLERANCE

DEPARTURE PLANT

The concept of departure plant is used for PO's transfers . The departure plant is the plant where the product is sent.

DESTINATION PLANT

The concept of destination plant is used for PO's transfers part. The destination is the plant where the product is delivered.


DISCOUNT & SURCHARGES

EXTRAPOLATION BY WORKING DAYS

An extrapolation by working days can be applied on the different keys figures. The objective is to be able in a commercial to know the number of working days for the curent month and the number of working days passes until the last update date> The determination of the working days is done at the country's SAP standard calendar calendar.

Applications: In the sales follow-up's workbook, an extrapolation is done on the monthly delivery quantity. The references dates (number of working days for the current month and number of working days passed until the last update) are based on the SAP standard calendar of the plant's country.  

IMPORTANT: The object C_TECHWD is calculated every day. If for a country code a SAP standard calendar exist. For more detail click on this LINK.


FIRST CONFIRMED QUANTITY

The first confirmed quantity is: the first quantity, confirmed for an order line, received in BW during an update.

IMPORTANTE: This quantity is avaible on the master data C_ITM_SD (Sales document item). For more detail click on this LINK.

FIRST CUSTOMER GI DATE

FIRST REQUESTED DATE

FIRST REQUESTED QUANTITY

GBU SHIP-TO ZONES

GROSS SALES

INTRA GBU 

INTRA GROUP

IV DOCUMENTS 

JUMP QUERY

LAST CONFIRMED QUANTITY

LAST CUSTOMER GI DATE

LAST REQUESTED DATE

NET SALES

Global Sales AUTHORIZATIONS

OBAS CURRENT MONTH

OPEN ORDER

ORDER BOOK RULES

ORDER LINE

PRICING CONDITION

PRO-FORMAT DOCUMENTS

This kind of billing document is not counted in the sales result by the business. The proformat document is mandatory to be aligned with specifics countries's laws.

   Example:

SCREAN SHOT

If the billing lines X/X is counted. The billed quantity and value will be double counted.

Technical: the pro-format documents are excluded on the business layer, reporting layer and virtual layer. The attribute X of ce master data C_BILLTYP ( Billing document tyoe ) is used as parameter to do the exclusion.


PUQ (PROMPT UNIT QUANTITY)

PURCHASE ORDER LINE (TRANSFERS)

REBATES

REJECTED ORDER

REST TO BE DELIVERED

RESTATED BUSINESS AREA

RESTATED PARTNER BUSINESS AREA

ROUTE

SCHEDULE LINE

A scheduled line is the more detailed level in a sales order. By default each sales order line has only one scheduled line. If the business function ATP is activated for the order line. More than one scheduled line line can be generated. 

SALES REPRESENTATIVE

SHIPMENT TO THE END CUSTOMER

SHIPPED BUT NOT BILLED

SNAPSHOT

TAXES

TO BE INVOICED

TO BE ISSUED

TRANSFERS ORDER

TRANSITE TIME

TRANSPORTATION MODE

UNIT CONVERSION

RETURN

Maintenance

Known bugs

Recurring procedure

Planned Evolution

Global Sales interaction

TIERS - Transportation Costs

SPRINT - Purchasing

APO & DYNASYS

 

Detail: Schedule line

 

Snapshot by BA and Ship to zone

 

For more detail on the business layer click on this LINK.

 

Sales orders by Sales office

 

The core query Historical data: PO's invoices (core) (BW_QRY_MVSDSO43) :

CRSDSO01

CRSDSO02

CRDYN12

CRSDSO41

CRSDSO42

CRDYN52

CRDYN11

  • No labels