SlideShare uma empresa Scribd logo
1 de 26
Summarisation Levels in COPA


   How to improve your COPA
   processing time and system
performance using summarisation
             levels


            Verity Solutions Confidential
Summarisation Levels
•   Summarisation is an important feature in SAP COPA that can lead to leaner runtimes of reporting, planning and
    assessment transaction processing. This can lead to improved system performance.

•   SAP COPA is a powerful multi-dimensional reporting tool. Being multi-dimensional is also a disadvantage; multi-
    dimension leads to larger line item tables. Complex requirements within reporting, planning and assessment could
    lead to long runtimes.

•   To alleviate this problem, SAP delivers segment table/ level that summarises data from line item tables.
    Transaction processing in COPA, without summarisation, initially reads data from segment table/ level. This
    obviates the need to read or access line item table.

•   However segment table/ level is a SAP delivered summarised table. It contains all dimensions that are part of your
    Operating Concern. If your user wants to report on only one slice of the universe of data, processing time would
    be same as a report that requires a larger slice of the universe of data.

•   To further summarise selected data from segment table/ level, SAP users can define custom Summarisation Levels.
    These tables can be defined for the smaller slices of data that is required for the specific purpose (i.e. they can be
    built fit-to-purpose)

•   Transaction processing within COPA now, initially, reads data from summarisation tables. By building
    summarisation levels (in COPA) tailored for specific slices of data, you can significantly reduce those processing
    times and improve the performance of the system.

•   The following slides will explain the concept of summarisation, why it is important to SAP COPA, how
    summarisation levels are defined and built, and how they can be used in SAP




                                                 Verity Solutions Confidential
This presentation can be read in conjunction with blogs published at www.veritysolutions.com.au
      Summarisation levels in SAP COPA #1 – an overview (2012/05/09)
      Summarisation levels in SAP COPA #2 – define your summarisation level (2012/05/16)
      Summarisation levels in SAP COPA #3 – build your summarisation level (2012/05/23)
      Summarisation levels in SAP COPA #4 – Tips to optimise your summarisation level
      (2012/05/30)



RELATED BLOGS


                                      Verity Solutions Confidential
TECHNICAL ARCHITECTURE


           Verity Solutions Confidential
Table Architecture in SAP COPA



                                                Segment
          Data is summarised in real time   Table/ Level                        CE3V000 and CE4V000
                 in segment tables




Data is written at a detailed
  level in line item tables
                                        Line Item tables                                      CE1V000 and CE2V000




                                For the purposes of illustration, only some COPA characteristics are shown in this presentation.
                                For purposes of this presentation, Operating Concern is V000.

                                             Verity Solutions Confidential
Actual Line Item table (CE1V000) – an example


Document    Company    Period    Customer           Product       Plant   Revenue   Profitability
 number       code                                                                   Segment
100000001    V001     007.2011    99001                1451       V005      100          1

100000002    V001     007.2011    99002                1451       V005      100          2

100000003    V001     007.2011    99001                1431       V005      100          3

100000004    V001     007.2011    99001                1431       V001      100          4

100000005    V001     007.2011    99002                1451       V005      100          2

100000006    V001     007.2011    99001                1431       V005      100          3




                                  Verity Solutions Confidential
Segment Table CE4V000 and Segment Level CE3V000
Company       Customer   Product            Plant             Profitability
  code                                                         Segment
 V001            99001    1451              V005                    1
 V001            99002    1451              V005                    2
 V001            99001    1431              V005                    3
 V001            99001    1431              V001                    4

                                                                                 Each unique
                                                                                combination of
                                                                              characteristic value
                                                                                will generate a
                                                                              unique Profitability
        Profitability     Period                    Revenue
                                                                                   Segment.
         Segment
             1           007.2011                      100
             2           007.2011                      200
             3           007.2011                      200
             4           007.2011                      100




                                    Verity Solutions Confidential
How is data written into COPA tables


                         Search for                                        Yes    Update line item
Data posted in          Profitability                          PSG               table CE1V000 and
    COPA             Segment (PSG) in                         exists?              segment level
                          CE4V000                                                  table CE3V000


                                                                    No

                                                                                  Update line item
                                                      Create a new entry
                                                                                 table CE1V000 and
                                                       in segment table
                                                                                   segment level
                                                           CE4V000
                                                                                   table CE3V000




                                    Verity Solutions Confidential
How is data read from COPA tables
                             (without summarisation)


                              Search for                                             Yes   Extract data from
Report executed in           Profitability                               PSG               CE3V000 for that
      COPA                 Segment (PSG) in                             exists?               profitability
                               CE4V000                                                     segment > report


                                                                              No

                                                                                            Extract data from
                                                                Search for data in
                                                                                             CE1xxxx for that
                                                                 line item table
                                                                                               profitability
                                                                     CE1xxxx
                                                                                            segment > report



You should design your reports, assessments, and planning transactions to always read segment table / level.
Reading line items could have potentially disastrous consequences to the processing time of the transaction
and the performance of the system




                                              Verity Solutions Confidential
SEGMENT TABLE AND
SUMMARISATION LEVEL

           Verity Solutions Confidential
Segment Table and Summarisation Level ..1
•   Using data in the previous examples, our client has defined a report on product
    profitability by plant. Characteristic “Customer” is not required for this report.

•   When this report is executed, SAP will read Segment table/ level. It has to read 4
    records in CE4V000 and CE3V000. If the report reads line item table CE1V000, it will
    read 6 records.

•   Due to the lower number of entries in segment tables and due to the nature of the
    structure of these tables and its indexes, it is more efficient to read segment table/ level

•   However, the disadvantage of Segment tables / level, in our example, is that their
    structure contains all characteristics from your Operating Concern. Our client wants to
    report on 2 characteristics product and plant and does not want to report on
    “Customer”

•   Hence, the report reads far more records than required due to this structure of the
    segment table.




                                       Verity Solutions Confidential
Segment Table and Summarisation Level ..2

•   Our client can define Summarisation levels / table to suit their needs; in our example,
    the client can build a summarisation level with product and plant as characteristics. This
    table will have only 3 records.

•   When report is executed, SAP will read this summarisation level first. Since the
    summarisation level is fit-to-purpose, the processing time of the report is vastly
    reduced.




                                      Verity Solutions Confidential
Segment Table summarised
                  Company      Period       Customer             Product         Plant   =   Profitability
                    code                                                                      Segment
Segment Table /


                   V001       007.2011        99001                1451          V005    =        1
    Level



                   V001       007.2011        99002                1451          V005    =        2
                   V001       007.2011        99001                1431          V005    =        3
                   V001       007.2011        99001                1431          V001    =        4




                    Company       Period           Product               Plant       =   Summarisation
Summarisation




                      code                                                                 Segment
                      V001       007.2011            1451                V005        =        1
   Level




                      V001       007.2011            1431                V005        =        2
                      V001       007.2011            1431                V001        =        3




                                         Verity Solutions Confidential
How is data read from COPA tables
                        (with summarisation)
                      Search for
                                                                            Yes     Extract data from
                     Profitability
Report executed                                               PSG                    summarisation
                   Segment (PSG) in
   in COPA                                                   exists?                table for that PSG
                    Summarisation
                                                                                        to report
                        tables

                                                                      No

                                                       Search for data in
                                                        segment table
                                                           CE4xxxx




                                                                                    Extract data from
                                                              PSG
                                                                                   segment table for
                                                             exists?        Yes    that PSG to report



                                                                      No

                                                                                  Extract data from
                                                      Search for data in
                                                                                   CE1xxxx for that
                                                       line item table
                                                                                     profitability
                                                           CE1xxxx
                                                                                  segment > report
                                      Verity Solutions Confidential
Technical Architecture (with summarisation)


                                     Summarisation
             Data scheduled to summarise Segment
               in summarisation tables    tables                         K81xxxx and K81xxxx

                                       Table/ Level

     Data is summarised in real time
                                       Segment table /
            in segment tables              level                             CE3V000 and CE4V000




                                       Line Item tables
Data is written at a detailed          Line item tables                           CE1V000 and CE2V000
  level in line item tables




                                         Verity Solutions Confidential
DEFINE YOUR SUMMARISATION
LEVEL

           Verity Solutions Confidential
Define Summarisation Level - ID

Define a numeric ID for your summarisation level. IMG Path
Controlling > Profitability Analysis > Tools > Summarisation Levels > Define summarisation levels




                                            Verity Solutions Confidential
Define Summarisation Level - overview
Once summarisation ID is saved, the overview of the summarisation level is generated. This
overview presents technical information about the summarisation level.




                                    Verity Solutions Confidential
Define Summarisation Level –
Select characteristic to
summarise

Here you select which
characteristics you want to
summarise data by. In our
example, we will select product and
plant. The various entry options are:
1. Wildcard “*” – include all values
2. Specific entry – include only
    specific values
3. Hashtag # - include values =
    blank only
4. Leave blank – do not include in
    summarisation




                                        Verity Solutions Confidential
Define Summarisation Level – define index for summarisation level
If you do not define an index, SAP will propose and generate an index. In most cases, this
index will suffice your needs. If not, you can define a custom index to your summarisation
level.




                                     Verity Solutions Confidential
BUILD YOUR SUMMARISATION LEVEL


            Verity Solutions Confidential
Build your summarisation level




•   Once you have defined your summarisation level, you can build it with data.
•   It is recommended your schedule this build job several times every day (“Refresh”). This
    will ensure your summarisation level has the most recent data
•   If you need to delete data in your summarisation tables and rebuild them, use the
    “Rebuild” option




                                     Verity Solutions Confidential
TIPS TO OPTIMISE SUMMARISATION
LEVEL

            Verity Solutions Confidential
Structure your summarisation levels as a “hierarchy”

                      Company       Period           Customer           Product    Summarisation
Summarisation



                        code                                                         segment
   Level 2



                        V001       007.2011             99001            1451             1
                        V001       007.2011             99002            1451             2
                        V001       007.2011             99001            1431             3


Summarisation level 2 is “nested” within Summarisation level 1. Hence, when you build
Summarisation level 2, it will read data from Summarisation level 1. It is recommended that
you build “larger” summarisations first.

                   Company       Period        Customer              Product      Plant       Profitabilit
                     code                                                                     y segment
  Summarisation




                     V001       007.2011          99001               1451        V005             1
     Level 1




                     V001       007.2011          99002               1451        V005             2
                     V001       007.2011          99001               1431        V005             3
                     V001       007.2011          99001               1431        V001             4



                                     Verity Solutions Confidential
Re-design your assessments, reports structure
Segment     Company        Sales      Customer         Product            Plant    Product Class   Sales    Proposed
   #          code       Organisat                                                 (derived from   Office     Cycle
                            ion                                                      Product)
   1            Y            Y                              Y                  Y        Y                      2
   2            Y            Y                              Y                  Y                               2
   3            Y            Y             Y                Y                  Y                     Y         3
   4            Y            Y             Y                Y                  Y                               1
   5            Y                          Y                Y                  Y                               1
   6            Y            Y             Y                Y                  Y                               1

You should re-design your reports/ assessments/ planning structures such that it reads a smaller number of
profitability segments; and those segments exist as summarisation levels or segment table.
• Segment 4, 6 can be grouped as Cycle 1.
• Discuss with your business whether segment 5 can include “Sales Organisation” as a characteristic. If so, it
  can be grouped as Cycle 1. If “customer” is a receiver characteristic, it might be reasonable to include “Sales
  Organisation” as a characteristic.
• Segment 1 and 2 can be grouped as Cycle 2. Product Class is derived from characteristic “Product”. Exclude
  that characteristic and group Segment 1 & 2 into Cycle 2.
• Segment 3 is similar to Segment 4 except that it has an additional characteristic “Sales Office”. If this receiver
  is essential to the segment, then Segment 3 should be assigned to Cycle 3.


                                               Verity Solutions Confidential
More tips
• If you want to read more tips on summarisation levels, read the blog on
  our website www.veritysolutions.com.au
    –   Summarisation levels in SAP COPA #1 – an overview (2012/05/09)
    –   Summarisation levels in SAP COPA #2 – define your summarisation level (2012/05/16)
    –   Summarisation levels in SAP COPA #3 – build your summarisation level (2012/05/23)
    –   Summarisation levels in SAP COPA #4 – Tips to optimise your summarisation level
        (2012/05/30)
• You can reach me:
       Name: Rajesh Shanbhag
       Mobile: +61 (0)4 1123 8873
       Email: rajesh@veritysolutions.com.au
• You could leave a comment against the blog
• Do not forget to share this presentation/blog with your
  network using one of the social media icons on this
  webpage/ blog page



                                       Verity Solutions Confidential

Mais conteúdo relacionado

Mais procurados

Sap sd pricing
Sap sd pricingSap sd pricing
Sap sd pricingGhassen B
 
SAP Account determination SD-FI by odaiah pelley
SAP Account determination SD-FI by odaiah pelleySAP Account determination SD-FI by odaiah pelley
SAP Account determination SD-FI by odaiah pelleyIntelligroup, Inc.
 
Subcontracting process jobwork in gst
Subcontracting process  jobwork in gstSubcontracting process  jobwork in gst
Subcontracting process jobwork in gstSukumar Manickam
 
55811936 product-costing-cost-estimation-in-sap
55811936 product-costing-cost-estimation-in-sap55811936 product-costing-cost-estimation-in-sap
55811936 product-costing-cost-estimation-in-sapPepa Pencheva
 
SAP EWM Pick Cancellation Process
SAP EWM Pick Cancellation ProcessSAP EWM Pick Cancellation Process
SAP EWM Pick Cancellation ProcessUSAOnline Training
 
SA FOR SUBCONTRACTING IN SAP MM.pdf
SA FOR SUBCONTRACTING IN SAP MM.pdfSA FOR SUBCONTRACTING IN SAP MM.pdf
SA FOR SUBCONTRACTING IN SAP MM.pdfdarshansksk
 
SAP IS Retail - Article Hierarchy.pptx
SAP IS Retail - Article Hierarchy.pptxSAP IS Retail - Article Hierarchy.pptx
SAP IS Retail - Article Hierarchy.pptxTechTrends1
 
SAP MM Configuration Step by Step guide by Tata Mcgraw hill
SAP MM Configuration Step by Step guide by Tata Mcgraw hillSAP MM Configuration Step by Step guide by Tata Mcgraw hill
SAP MM Configuration Step by Step guide by Tata Mcgraw hillVenet Dheer
 
Sap mm c onfigration guid
Sap mm c onfigration guidSap mm c onfigration guid
Sap mm c onfigration guidrajnitesh3215
 
55811936 product-costing-cost-estimation-in-sap
55811936 product-costing-cost-estimation-in-sap55811936 product-costing-cost-estimation-in-sap
55811936 product-costing-cost-estimation-in-sapPepa Pencheva
 
Case study material ledger implementation lessons learned
Case study  material ledger implementation lessons learnedCase study  material ledger implementation lessons learned
Case study material ledger implementation lessons learnedJohannes Le Roux
 
Sap MM-configuration-step-by-step-guide
Sap MM-configuration-step-by-step-guideSap MM-configuration-step-by-step-guide
Sap MM-configuration-step-by-step-guideVenet Dheer
 
User manual rpfieu_saft_1.04_en (1)
User manual rpfieu_saft_1.04_en (1)User manual rpfieu_saft_1.04_en (1)
User manual rpfieu_saft_1.04_en (1)Henrique Coelho
 
How to Close Period in Oracle Apps Inventory
How to Close Period in Oracle Apps Inventory How to Close Period in Oracle Apps Inventory
How to Close Period in Oracle Apps Inventory Bizinsight Consulting Inc
 
Quick sap co configuration Internal Order
Quick sap co configuration Internal OrderQuick sap co configuration Internal Order
Quick sap co configuration Internal OrderCapgemini
 

Mais procurados (20)

Sap sd pricing
Sap sd pricingSap sd pricing
Sap sd pricing
 
SAP Account determination SD-FI by odaiah pelley
SAP Account determination SD-FI by odaiah pelleySAP Account determination SD-FI by odaiah pelley
SAP Account determination SD-FI by odaiah pelley
 
Subcontracting process jobwork in gst
Subcontracting process  jobwork in gstSubcontracting process  jobwork in gst
Subcontracting process jobwork in gst
 
55811936 product-costing-cost-estimation-in-sap
55811936 product-costing-cost-estimation-in-sap55811936 product-costing-cost-estimation-in-sap
55811936 product-costing-cost-estimation-in-sap
 
SAP EWM Pick Cancellation Process
SAP EWM Pick Cancellation ProcessSAP EWM Pick Cancellation Process
SAP EWM Pick Cancellation Process
 
SA FOR SUBCONTRACTING IN SAP MM.pdf
SA FOR SUBCONTRACTING IN SAP MM.pdfSA FOR SUBCONTRACTING IN SAP MM.pdf
SA FOR SUBCONTRACTING IN SAP MM.pdf
 
SAP IS Retail - Article Hierarchy.pptx
SAP IS Retail - Article Hierarchy.pptxSAP IS Retail - Article Hierarchy.pptx
SAP IS Retail - Article Hierarchy.pptx
 
SAP MM Configuration Step by Step guide by Tata Mcgraw hill
SAP MM Configuration Step by Step guide by Tata Mcgraw hillSAP MM Configuration Step by Step guide by Tata Mcgraw hill
SAP MM Configuration Step by Step guide by Tata Mcgraw hill
 
Sap co pa planning
Sap co pa planningSap co pa planning
Sap co pa planning
 
Sap mm c onfigration guid
Sap mm c onfigration guidSap mm c onfigration guid
Sap mm c onfigration guid
 
55811936 product-costing-cost-estimation-in-sap
55811936 product-costing-cost-estimation-in-sap55811936 product-costing-cost-estimation-in-sap
55811936 product-costing-cost-estimation-in-sap
 
Case study material ledger implementation lessons learned
Case study  material ledger implementation lessons learnedCase study  material ledger implementation lessons learned
Case study material ledger implementation lessons learned
 
Sap MM-configuration-step-by-step-guide
Sap MM-configuration-step-by-step-guideSap MM-configuration-step-by-step-guide
Sap MM-configuration-step-by-step-guide
 
Variant material
Variant materialVariant material
Variant material
 
User manual rpfieu_saft_1.04_en (1)
User manual rpfieu_saft_1.04_en (1)User manual rpfieu_saft_1.04_en (1)
User manual rpfieu_saft_1.04_en (1)
 
How to Close Period in Oracle Apps Inventory
How to Close Period in Oracle Apps Inventory How to Close Period in Oracle Apps Inventory
How to Close Period in Oracle Apps Inventory
 
Sap sd ppt
Sap sd pptSap sd ppt
Sap sd ppt
 
Quick sap co configuration Internal Order
Quick sap co configuration Internal OrderQuick sap co configuration Internal Order
Quick sap co configuration Internal Order
 
Intercompany assets transfer
Intercompany assets transferIntercompany assets transfer
Intercompany assets transfer
 
Sap mm tickets
Sap mm ticketsSap mm tickets
Sap mm tickets
 

Destaque

Copa configuration
Copa configurationCopa configuration
Copa configurationMithun Roy
 
Co pa power point
Co pa power pointCo pa power point
Co pa power pointkrnprjp
 
Product costing in SAP - a primer
Product costing in SAP - a primerProduct costing in SAP - a primer
Product costing in SAP - a primerRajesh Shanbhag
 
Product costing ppt
Product costing pptProduct costing ppt
Product costing pptSujay Kumar
 
SAP CO Configuration Guide - Exclusive Document
SAP CO Configuration Guide - Exclusive DocumentSAP CO Configuration Guide - Exclusive Document
SAP CO Configuration Guide - Exclusive Documentsapdocs. info
 
SAP Controlling overview
SAP Controlling overviewSAP Controlling overview
SAP Controlling overviewMohamed Hani
 
Document splitting in New GL in SAP
Document splitting in New GL in SAPDocument splitting in New GL in SAP
Document splitting in New GL in SAPRajesh Shanbhag
 
Commitment management in sap
Commitment management in sapCommitment management in sap
Commitment management in sapRajesh Shanbhag
 
Sap fico Study material
Sap fico  Study materialSap fico  Study material
Sap fico Study materialHabeeb Rahman
 
Product Costing
Product CostingProduct Costing
Product Costingpmenocha
 
Controlling 2012 Systematic Guidelines for Reconciling CO-PA to the General L...
Controlling 2012 Systematic Guidelines for Reconciling CO-PA to the General L...Controlling 2012 Systematic Guidelines for Reconciling CO-PA to the General L...
Controlling 2012 Systematic Guidelines for Reconciling CO-PA to the General L...John Jordan
 
Co product costing detailed trng
Co product costing detailed trngCo product costing detailed trng
Co product costing detailed trngVenkat Reddy
 
MAHESH SAP FI NOTES
MAHESH SAP FI NOTESMAHESH SAP FI NOTES
MAHESH SAP FI NOTESgarry1890
 
Intra company transfer pricing using sap material ledger
Intra company transfer pricing using sap material ledgerIntra company transfer pricing using sap material ledger
Intra company transfer pricing using sap material ledgerRajesh Shanbhag
 
Sap mm-configuration-step-by-step-guide-121029154857-phpapp01
Sap mm-configuration-step-by-step-guide-121029154857-phpapp01Sap mm-configuration-step-by-step-guide-121029154857-phpapp01
Sap mm-configuration-step-by-step-guide-121029154857-phpapp01Ramesh G
 
CO PA configuration
CO PA configurationCO PA configuration
CO PA configurationvannakm
 

Destaque (20)

Copa configuration
Copa configurationCopa configuration
Copa configuration
 
Copa implementation
Copa implementationCopa implementation
Copa implementation
 
Co pa power point
Co pa power pointCo pa power point
Co pa power point
 
Product costing in SAP - a primer
Product costing in SAP - a primerProduct costing in SAP - a primer
Product costing in SAP - a primer
 
Product costing ppt
Product costing pptProduct costing ppt
Product costing ppt
 
SAP CO Configuration Guide - Exclusive Document
SAP CO Configuration Guide - Exclusive DocumentSAP CO Configuration Guide - Exclusive Document
SAP CO Configuration Guide - Exclusive Document
 
SAP Controlling overview
SAP Controlling overviewSAP Controlling overview
SAP Controlling overview
 
Document splitting in New GL in SAP
Document splitting in New GL in SAPDocument splitting in New GL in SAP
Document splitting in New GL in SAP
 
Commitment management in sap
Commitment management in sapCommitment management in sap
Commitment management in sap
 
Sap fico Study material
Sap fico  Study materialSap fico  Study material
Sap fico Study material
 
Product Costing
Product CostingProduct Costing
Product Costing
 
Controlling 2012 Systematic Guidelines for Reconciling CO-PA to the General L...
Controlling 2012 Systematic Guidelines for Reconciling CO-PA to the General L...Controlling 2012 Systematic Guidelines for Reconciling CO-PA to the General L...
Controlling 2012 Systematic Guidelines for Reconciling CO-PA to the General L...
 
Co product costing detailed trng
Co product costing detailed trngCo product costing detailed trng
Co product costing detailed trng
 
Sap fico satyanarayana material
Sap fico satyanarayana materialSap fico satyanarayana material
Sap fico satyanarayana material
 
MAHESH SAP FI NOTES
MAHESH SAP FI NOTESMAHESH SAP FI NOTES
MAHESH SAP FI NOTES
 
Product costing
Product costingProduct costing
Product costing
 
Intra company transfer pricing using sap material ledger
Intra company transfer pricing using sap material ledgerIntra company transfer pricing using sap material ledger
Intra company transfer pricing using sap material ledger
 
Sap mm-configuration-step-by-step-guide-121029154857-phpapp01
Sap mm-configuration-step-by-step-guide-121029154857-phpapp01Sap mm-configuration-step-by-step-guide-121029154857-phpapp01
Sap mm-configuration-step-by-step-guide-121029154857-phpapp01
 
Co pa extraction
Co pa extractionCo pa extraction
Co pa extraction
 
CO PA configuration
CO PA configurationCO PA configuration
CO PA configuration
 

Semelhante a Summarisation levels in SAP COPA

Bi Ppt Portfolio John Harisiadis
Bi Ppt Portfolio   John HarisiadisBi Ppt Portfolio   John Harisiadis
Bi Ppt Portfolio John HarisiadisJohnHarisiadis
 
AREVA, 2008 annual results
AREVA, 2008 annual resultsAREVA, 2008 annual results
AREVA, 2008 annual resultsAREVA
 
J54_S4CLD2108_BPD_EN_US.docx
J54_S4CLD2108_BPD_EN_US.docxJ54_S4CLD2108_BPD_EN_US.docx
J54_S4CLD2108_BPD_EN_US.docxssuser13b4e6
 
Et 104 cvp analysis bep
Et 104 cvp analysis bepEt 104 cvp analysis bep
Et 104 cvp analysis bepmbavalerio
 
Estimating the Cost for Executing Business Processes in the Cloud
Estimating the Cost for Executing Business Processes in the CloudEstimating the Cost for Executing Business Processes in the Cloud
Estimating the Cost for Executing Business Processes in the CloudVincenzo Ferme
 
ECR Europe Forum '05. Case Study L'Oréal - Asda
ECR Europe Forum '05. Case Study L'Oréal - AsdaECR Europe Forum '05. Case Study L'Oréal - Asda
ECR Europe Forum '05. Case Study L'Oréal - AsdaECR Community
 
Beginner ELEVATE Hands-on Developer Workshop
Beginner ELEVATE Hands-on Developer WorkshopBeginner ELEVATE Hands-on Developer Workshop
Beginner ELEVATE Hands-on Developer WorkshopKavindra Patel
 
IFRS 17 desgin of the process, presentation for IAJ
IFRS 17 desgin of the process, presentation for IAJIFRS 17 desgin of the process, presentation for IAJ
IFRS 17 desgin of the process, presentation for IAJOlgierd1
 
Ucs overview sap-rnicola
Ucs overview sap-rnicolaUcs overview sap-rnicola
Ucs overview sap-rnicolaRobert Nicola
 
IRJET- Adding Support for Vector Instructions to 8051 Architecture
IRJET- Adding Support for Vector Instructions to 8051 ArchitectureIRJET- Adding Support for Vector Instructions to 8051 Architecture
IRJET- Adding Support for Vector Instructions to 8051 ArchitectureIRJET Journal
 
Press Release 1 Q01 Tele Celular Sul En
Press Release 1 Q01   Tele Celular Sul EnPress Release 1 Q01   Tele Celular Sul En
Press Release 1 Q01 Tele Celular Sul EnTIM RI
 
Rodman & Renshaw Report May 2011 - NAPCO Security Technologies (Nasdaq: NSSC;...
Rodman & Renshaw Report May 2011 - NAPCO Security Technologies (Nasdaq: NSSC;...Rodman & Renshaw Report May 2011 - NAPCO Security Technologies (Nasdaq: NSSC;...
Rodman & Renshaw Report May 2011 - NAPCO Security Technologies (Nasdaq: NSSC;...ProActive Capital Resources Group
 
Release resultados 4 tri01 ingles
Release resultados 4 tri01 inglesRelease resultados 4 tri01 ingles
Release resultados 4 tri01 inglesEmbraer RI
 
vRealize Operations (vROps) Management Pack for Lenovo Compute Overview
vRealize Operations (vROps) Management Pack for Lenovo Compute OverviewvRealize Operations (vROps) Management Pack for Lenovo Compute Overview
vRealize Operations (vROps) Management Pack for Lenovo Compute OverviewBlue Medora
 
UcamX v2019.04 Release Notes - English
UcamX v2019.04 Release Notes - EnglishUcamX v2019.04 Release Notes - English
UcamX v2019.04 Release Notes - EnglishWerner Biliet
 

Semelhante a Summarisation levels in SAP COPA (20)

Cube remodelling
Cube remodellingCube remodelling
Cube remodelling
 
Bi Ppt Portfolio John Harisiadis
Bi Ppt Portfolio   John HarisiadisBi Ppt Portfolio   John Harisiadis
Bi Ppt Portfolio John Harisiadis
 
AREVA, 2008 annual results
AREVA, 2008 annual resultsAREVA, 2008 annual results
AREVA, 2008 annual results
 
J54_S4CLD2108_BPD_EN_US.docx
J54_S4CLD2108_BPD_EN_US.docxJ54_S4CLD2108_BPD_EN_US.docx
J54_S4CLD2108_BPD_EN_US.docx
 
Et 104 cvp analysis bep
Et 104 cvp analysis bepEt 104 cvp analysis bep
Et 104 cvp analysis bep
 
Abap rp2 3
Abap rp2 3Abap rp2 3
Abap rp2 3
 
Extractioncockpit
Extractioncockpit Extractioncockpit
Extractioncockpit
 
Estimating the Cost for Executing Business Processes in the Cloud
Estimating the Cost for Executing Business Processes in the CloudEstimating the Cost for Executing Business Processes in the Cloud
Estimating the Cost for Executing Business Processes in the Cloud
 
ECR Europe Forum '05. Case Study L'Oréal - Asda
ECR Europe Forum '05. Case Study L'Oréal - AsdaECR Europe Forum '05. Case Study L'Oréal - Asda
ECR Europe Forum '05. Case Study L'Oréal - Asda
 
Beginner ELEVATE Hands-on Developer Workshop
Beginner ELEVATE Hands-on Developer WorkshopBeginner ELEVATE Hands-on Developer Workshop
Beginner ELEVATE Hands-on Developer Workshop
 
IFRS 17 desgin of the process, presentation for IAJ
IFRS 17 desgin of the process, presentation for IAJIFRS 17 desgin of the process, presentation for IAJ
IFRS 17 desgin of the process, presentation for IAJ
 
Ucs overview sap-rnicola
Ucs overview sap-rnicolaUcs overview sap-rnicola
Ucs overview sap-rnicola
 
IRJET- Adding Support for Vector Instructions to 8051 Architecture
IRJET- Adding Support for Vector Instructions to 8051 ArchitectureIRJET- Adding Support for Vector Instructions to 8051 Architecture
IRJET- Adding Support for Vector Instructions to 8051 Architecture
 
ct_065963
ct_065963ct_065963
ct_065963
 
Press Release 1 Q01 Tele Celular Sul En
Press Release 1 Q01   Tele Celular Sul EnPress Release 1 Q01   Tele Celular Sul En
Press Release 1 Q01 Tele Celular Sul En
 
Rodman & Renshaw Report May 2011 - NAPCO Security Technologies (Nasdaq: NSSC;...
Rodman & Renshaw Report May 2011 - NAPCO Security Technologies (Nasdaq: NSSC;...Rodman & Renshaw Report May 2011 - NAPCO Security Technologies (Nasdaq: NSSC;...
Rodman & Renshaw Report May 2011 - NAPCO Security Technologies (Nasdaq: NSSC;...
 
Release resultados 4 tri01 ingles
Release resultados 4 tri01 inglesRelease resultados 4 tri01 ingles
Release resultados 4 tri01 ingles
 
Copa realignment
Copa realignmentCopa realignment
Copa realignment
 
vRealize Operations (vROps) Management Pack for Lenovo Compute Overview
vRealize Operations (vROps) Management Pack for Lenovo Compute OverviewvRealize Operations (vROps) Management Pack for Lenovo Compute Overview
vRealize Operations (vROps) Management Pack for Lenovo Compute Overview
 
UcamX v2019.04 Release Notes - English
UcamX v2019.04 Release Notes - EnglishUcamX v2019.04 Release Notes - English
UcamX v2019.04 Release Notes - English
 

Último

The Future Roadmap for the Composable Data Stack - Wes McKinney - Data Counci...
The Future Roadmap for the Composable Data Stack - Wes McKinney - Data Counci...The Future Roadmap for the Composable Data Stack - Wes McKinney - Data Counci...
The Future Roadmap for the Composable Data Stack - Wes McKinney - Data Counci...Wes McKinney
 
React Native vs Ionic - The Best Mobile App Framework
React Native vs Ionic - The Best Mobile App FrameworkReact Native vs Ionic - The Best Mobile App Framework
React Native vs Ionic - The Best Mobile App FrameworkPixlogix Infotech
 
Landscape Catalogue 2024 Australia-1.pdf
Landscape Catalogue 2024 Australia-1.pdfLandscape Catalogue 2024 Australia-1.pdf
Landscape Catalogue 2024 Australia-1.pdfAarwolf Industries LLC
 
Design pattern talk by Kaya Weers - 2024 (v2)
Design pattern talk by Kaya Weers - 2024 (v2)Design pattern talk by Kaya Weers - 2024 (v2)
Design pattern talk by Kaya Weers - 2024 (v2)Kaya Weers
 
Genislab builds better products and faster go-to-market with Lean project man...
Genislab builds better products and faster go-to-market with Lean project man...Genislab builds better products and faster go-to-market with Lean project man...
Genislab builds better products and faster go-to-market with Lean project man...Farhan Tariq
 
Microservices, Docker deploy and Microservices source code in C#
Microservices, Docker deploy and Microservices source code in C#Microservices, Docker deploy and Microservices source code in C#
Microservices, Docker deploy and Microservices source code in C#Karmanjay Verma
 
A Journey Into the Emotions of Software Developers
A Journey Into the Emotions of Software DevelopersA Journey Into the Emotions of Software Developers
A Journey Into the Emotions of Software DevelopersNicole Novielli
 
MuleSoft Online Meetup Group - B2B Crash Course: Release SparkNotes
MuleSoft Online Meetup Group - B2B Crash Course: Release SparkNotesMuleSoft Online Meetup Group - B2B Crash Course: Release SparkNotes
MuleSoft Online Meetup Group - B2B Crash Course: Release SparkNotesManik S Magar
 
Bridging Between CAD & GIS: 6 Ways to Automate Your Data Integration
Bridging Between CAD & GIS:  6 Ways to Automate Your Data IntegrationBridging Between CAD & GIS:  6 Ways to Automate Your Data Integration
Bridging Between CAD & GIS: 6 Ways to Automate Your Data Integrationmarketing932765
 
Transcript: New from BookNet Canada for 2024: BNC SalesData and LibraryData -...
Transcript: New from BookNet Canada for 2024: BNC SalesData and LibraryData -...Transcript: New from BookNet Canada for 2024: BNC SalesData and LibraryData -...
Transcript: New from BookNet Canada for 2024: BNC SalesData and LibraryData -...BookNet Canada
 
All These Sophisticated Attacks, Can We Really Detect Them - PDF
All These Sophisticated Attacks, Can We Really Detect Them - PDFAll These Sophisticated Attacks, Can We Really Detect Them - PDF
All These Sophisticated Attacks, Can We Really Detect Them - PDFMichael Gough
 
Generative Artificial Intelligence: How generative AI works.pdf
Generative Artificial Intelligence: How generative AI works.pdfGenerative Artificial Intelligence: How generative AI works.pdf
Generative Artificial Intelligence: How generative AI works.pdfIngrid Airi González
 
A Glance At The Java Performance Toolbox
A Glance At The Java Performance ToolboxA Glance At The Java Performance Toolbox
A Glance At The Java Performance ToolboxAna-Maria Mihalceanu
 
Zeshan Sattar- Assessing the skill requirements and industry expectations for...
Zeshan Sattar- Assessing the skill requirements and industry expectations for...Zeshan Sattar- Assessing the skill requirements and industry expectations for...
Zeshan Sattar- Assessing the skill requirements and industry expectations for...itnewsafrica
 
Infrared simulation and processing on Nvidia platforms
Infrared simulation and processing on Nvidia platformsInfrared simulation and processing on Nvidia platforms
Infrared simulation and processing on Nvidia platformsYoss Cohen
 
2024 April Patch Tuesday
2024 April Patch Tuesday2024 April Patch Tuesday
2024 April Patch TuesdayIvanti
 
Digital Tools & AI in Career Development
Digital Tools & AI in Career DevelopmentDigital Tools & AI in Career Development
Digital Tools & AI in Career DevelopmentMahmoud Rabie
 
Long journey of Ruby standard library at RubyConf AU 2024
Long journey of Ruby standard library at RubyConf AU 2024Long journey of Ruby standard library at RubyConf AU 2024
Long journey of Ruby standard library at RubyConf AU 2024Hiroshi SHIBATA
 
Varsha Sewlal- Cyber Attacks on Critical Critical Infrastructure
Varsha Sewlal- Cyber Attacks on Critical Critical InfrastructureVarsha Sewlal- Cyber Attacks on Critical Critical Infrastructure
Varsha Sewlal- Cyber Attacks on Critical Critical Infrastructureitnewsafrica
 
So einfach geht modernes Roaming fuer Notes und Nomad.pdf
So einfach geht modernes Roaming fuer Notes und Nomad.pdfSo einfach geht modernes Roaming fuer Notes und Nomad.pdf
So einfach geht modernes Roaming fuer Notes und Nomad.pdfpanagenda
 

Último (20)

The Future Roadmap for the Composable Data Stack - Wes McKinney - Data Counci...
The Future Roadmap for the Composable Data Stack - Wes McKinney - Data Counci...The Future Roadmap for the Composable Data Stack - Wes McKinney - Data Counci...
The Future Roadmap for the Composable Data Stack - Wes McKinney - Data Counci...
 
React Native vs Ionic - The Best Mobile App Framework
React Native vs Ionic - The Best Mobile App FrameworkReact Native vs Ionic - The Best Mobile App Framework
React Native vs Ionic - The Best Mobile App Framework
 
Landscape Catalogue 2024 Australia-1.pdf
Landscape Catalogue 2024 Australia-1.pdfLandscape Catalogue 2024 Australia-1.pdf
Landscape Catalogue 2024 Australia-1.pdf
 
Design pattern talk by Kaya Weers - 2024 (v2)
Design pattern talk by Kaya Weers - 2024 (v2)Design pattern talk by Kaya Weers - 2024 (v2)
Design pattern talk by Kaya Weers - 2024 (v2)
 
Genislab builds better products and faster go-to-market with Lean project man...
Genislab builds better products and faster go-to-market with Lean project man...Genislab builds better products and faster go-to-market with Lean project man...
Genislab builds better products and faster go-to-market with Lean project man...
 
Microservices, Docker deploy and Microservices source code in C#
Microservices, Docker deploy and Microservices source code in C#Microservices, Docker deploy and Microservices source code in C#
Microservices, Docker deploy and Microservices source code in C#
 
A Journey Into the Emotions of Software Developers
A Journey Into the Emotions of Software DevelopersA Journey Into the Emotions of Software Developers
A Journey Into the Emotions of Software Developers
 
MuleSoft Online Meetup Group - B2B Crash Course: Release SparkNotes
MuleSoft Online Meetup Group - B2B Crash Course: Release SparkNotesMuleSoft Online Meetup Group - B2B Crash Course: Release SparkNotes
MuleSoft Online Meetup Group - B2B Crash Course: Release SparkNotes
 
Bridging Between CAD & GIS: 6 Ways to Automate Your Data Integration
Bridging Between CAD & GIS:  6 Ways to Automate Your Data IntegrationBridging Between CAD & GIS:  6 Ways to Automate Your Data Integration
Bridging Between CAD & GIS: 6 Ways to Automate Your Data Integration
 
Transcript: New from BookNet Canada for 2024: BNC SalesData and LibraryData -...
Transcript: New from BookNet Canada for 2024: BNC SalesData and LibraryData -...Transcript: New from BookNet Canada for 2024: BNC SalesData and LibraryData -...
Transcript: New from BookNet Canada for 2024: BNC SalesData and LibraryData -...
 
All These Sophisticated Attacks, Can We Really Detect Them - PDF
All These Sophisticated Attacks, Can We Really Detect Them - PDFAll These Sophisticated Attacks, Can We Really Detect Them - PDF
All These Sophisticated Attacks, Can We Really Detect Them - PDF
 
Generative Artificial Intelligence: How generative AI works.pdf
Generative Artificial Intelligence: How generative AI works.pdfGenerative Artificial Intelligence: How generative AI works.pdf
Generative Artificial Intelligence: How generative AI works.pdf
 
A Glance At The Java Performance Toolbox
A Glance At The Java Performance ToolboxA Glance At The Java Performance Toolbox
A Glance At The Java Performance Toolbox
 
Zeshan Sattar- Assessing the skill requirements and industry expectations for...
Zeshan Sattar- Assessing the skill requirements and industry expectations for...Zeshan Sattar- Assessing the skill requirements and industry expectations for...
Zeshan Sattar- Assessing the skill requirements and industry expectations for...
 
Infrared simulation and processing on Nvidia platforms
Infrared simulation and processing on Nvidia platformsInfrared simulation and processing on Nvidia platforms
Infrared simulation and processing on Nvidia platforms
 
2024 April Patch Tuesday
2024 April Patch Tuesday2024 April Patch Tuesday
2024 April Patch Tuesday
 
Digital Tools & AI in Career Development
Digital Tools & AI in Career DevelopmentDigital Tools & AI in Career Development
Digital Tools & AI in Career Development
 
Long journey of Ruby standard library at RubyConf AU 2024
Long journey of Ruby standard library at RubyConf AU 2024Long journey of Ruby standard library at RubyConf AU 2024
Long journey of Ruby standard library at RubyConf AU 2024
 
Varsha Sewlal- Cyber Attacks on Critical Critical Infrastructure
Varsha Sewlal- Cyber Attacks on Critical Critical InfrastructureVarsha Sewlal- Cyber Attacks on Critical Critical Infrastructure
Varsha Sewlal- Cyber Attacks on Critical Critical Infrastructure
 
So einfach geht modernes Roaming fuer Notes und Nomad.pdf
So einfach geht modernes Roaming fuer Notes und Nomad.pdfSo einfach geht modernes Roaming fuer Notes und Nomad.pdf
So einfach geht modernes Roaming fuer Notes und Nomad.pdf
 

Summarisation levels in SAP COPA

  • 1. Summarisation Levels in COPA How to improve your COPA processing time and system performance using summarisation levels Verity Solutions Confidential
  • 2. Summarisation Levels • Summarisation is an important feature in SAP COPA that can lead to leaner runtimes of reporting, planning and assessment transaction processing. This can lead to improved system performance. • SAP COPA is a powerful multi-dimensional reporting tool. Being multi-dimensional is also a disadvantage; multi- dimension leads to larger line item tables. Complex requirements within reporting, planning and assessment could lead to long runtimes. • To alleviate this problem, SAP delivers segment table/ level that summarises data from line item tables. Transaction processing in COPA, without summarisation, initially reads data from segment table/ level. This obviates the need to read or access line item table. • However segment table/ level is a SAP delivered summarised table. It contains all dimensions that are part of your Operating Concern. If your user wants to report on only one slice of the universe of data, processing time would be same as a report that requires a larger slice of the universe of data. • To further summarise selected data from segment table/ level, SAP users can define custom Summarisation Levels. These tables can be defined for the smaller slices of data that is required for the specific purpose (i.e. they can be built fit-to-purpose) • Transaction processing within COPA now, initially, reads data from summarisation tables. By building summarisation levels (in COPA) tailored for specific slices of data, you can significantly reduce those processing times and improve the performance of the system. • The following slides will explain the concept of summarisation, why it is important to SAP COPA, how summarisation levels are defined and built, and how they can be used in SAP Verity Solutions Confidential
  • 3. This presentation can be read in conjunction with blogs published at www.veritysolutions.com.au Summarisation levels in SAP COPA #1 – an overview (2012/05/09) Summarisation levels in SAP COPA #2 – define your summarisation level (2012/05/16) Summarisation levels in SAP COPA #3 – build your summarisation level (2012/05/23) Summarisation levels in SAP COPA #4 – Tips to optimise your summarisation level (2012/05/30) RELATED BLOGS Verity Solutions Confidential
  • 4. TECHNICAL ARCHITECTURE Verity Solutions Confidential
  • 5. Table Architecture in SAP COPA Segment Data is summarised in real time Table/ Level CE3V000 and CE4V000 in segment tables Data is written at a detailed level in line item tables Line Item tables CE1V000 and CE2V000 For the purposes of illustration, only some COPA characteristics are shown in this presentation. For purposes of this presentation, Operating Concern is V000. Verity Solutions Confidential
  • 6. Actual Line Item table (CE1V000) – an example Document Company Period Customer Product Plant Revenue Profitability number code Segment 100000001 V001 007.2011 99001 1451 V005 100 1 100000002 V001 007.2011 99002 1451 V005 100 2 100000003 V001 007.2011 99001 1431 V005 100 3 100000004 V001 007.2011 99001 1431 V001 100 4 100000005 V001 007.2011 99002 1451 V005 100 2 100000006 V001 007.2011 99001 1431 V005 100 3 Verity Solutions Confidential
  • 7. Segment Table CE4V000 and Segment Level CE3V000 Company Customer Product Plant Profitability code Segment V001 99001 1451 V005 1 V001 99002 1451 V005 2 V001 99001 1431 V005 3 V001 99001 1431 V001 4 Each unique combination of characteristic value will generate a unique Profitability Profitability Period Revenue Segment. Segment 1 007.2011 100 2 007.2011 200 3 007.2011 200 4 007.2011 100 Verity Solutions Confidential
  • 8. How is data written into COPA tables Search for Yes Update line item Data posted in Profitability PSG table CE1V000 and COPA Segment (PSG) in exists? segment level CE4V000 table CE3V000 No Update line item Create a new entry table CE1V000 and in segment table segment level CE4V000 table CE3V000 Verity Solutions Confidential
  • 9. How is data read from COPA tables (without summarisation) Search for Yes Extract data from Report executed in Profitability PSG CE3V000 for that COPA Segment (PSG) in exists? profitability CE4V000 segment > report No Extract data from Search for data in CE1xxxx for that line item table profitability CE1xxxx segment > report You should design your reports, assessments, and planning transactions to always read segment table / level. Reading line items could have potentially disastrous consequences to the processing time of the transaction and the performance of the system Verity Solutions Confidential
  • 10. SEGMENT TABLE AND SUMMARISATION LEVEL Verity Solutions Confidential
  • 11. Segment Table and Summarisation Level ..1 • Using data in the previous examples, our client has defined a report on product profitability by plant. Characteristic “Customer” is not required for this report. • When this report is executed, SAP will read Segment table/ level. It has to read 4 records in CE4V000 and CE3V000. If the report reads line item table CE1V000, it will read 6 records. • Due to the lower number of entries in segment tables and due to the nature of the structure of these tables and its indexes, it is more efficient to read segment table/ level • However, the disadvantage of Segment tables / level, in our example, is that their structure contains all characteristics from your Operating Concern. Our client wants to report on 2 characteristics product and plant and does not want to report on “Customer” • Hence, the report reads far more records than required due to this structure of the segment table. Verity Solutions Confidential
  • 12. Segment Table and Summarisation Level ..2 • Our client can define Summarisation levels / table to suit their needs; in our example, the client can build a summarisation level with product and plant as characteristics. This table will have only 3 records. • When report is executed, SAP will read this summarisation level first. Since the summarisation level is fit-to-purpose, the processing time of the report is vastly reduced. Verity Solutions Confidential
  • 13. Segment Table summarised Company Period Customer Product Plant = Profitability code Segment Segment Table / V001 007.2011 99001 1451 V005 = 1 Level V001 007.2011 99002 1451 V005 = 2 V001 007.2011 99001 1431 V005 = 3 V001 007.2011 99001 1431 V001 = 4 Company Period Product Plant = Summarisation Summarisation code Segment V001 007.2011 1451 V005 = 1 Level V001 007.2011 1431 V005 = 2 V001 007.2011 1431 V001 = 3 Verity Solutions Confidential
  • 14. How is data read from COPA tables (with summarisation) Search for Yes Extract data from Profitability Report executed PSG summarisation Segment (PSG) in in COPA exists? table for that PSG Summarisation to report tables No Search for data in segment table CE4xxxx Extract data from PSG segment table for exists? Yes that PSG to report No Extract data from Search for data in CE1xxxx for that line item table profitability CE1xxxx segment > report Verity Solutions Confidential
  • 15. Technical Architecture (with summarisation) Summarisation Data scheduled to summarise Segment in summarisation tables tables K81xxxx and K81xxxx Table/ Level Data is summarised in real time Segment table / in segment tables level CE3V000 and CE4V000 Line Item tables Data is written at a detailed Line item tables CE1V000 and CE2V000 level in line item tables Verity Solutions Confidential
  • 16. DEFINE YOUR SUMMARISATION LEVEL Verity Solutions Confidential
  • 17. Define Summarisation Level - ID Define a numeric ID for your summarisation level. IMG Path Controlling > Profitability Analysis > Tools > Summarisation Levels > Define summarisation levels Verity Solutions Confidential
  • 18. Define Summarisation Level - overview Once summarisation ID is saved, the overview of the summarisation level is generated. This overview presents technical information about the summarisation level. Verity Solutions Confidential
  • 19. Define Summarisation Level – Select characteristic to summarise Here you select which characteristics you want to summarise data by. In our example, we will select product and plant. The various entry options are: 1. Wildcard “*” – include all values 2. Specific entry – include only specific values 3. Hashtag # - include values = blank only 4. Leave blank – do not include in summarisation Verity Solutions Confidential
  • 20. Define Summarisation Level – define index for summarisation level If you do not define an index, SAP will propose and generate an index. In most cases, this index will suffice your needs. If not, you can define a custom index to your summarisation level. Verity Solutions Confidential
  • 21. BUILD YOUR SUMMARISATION LEVEL Verity Solutions Confidential
  • 22. Build your summarisation level • Once you have defined your summarisation level, you can build it with data. • It is recommended your schedule this build job several times every day (“Refresh”). This will ensure your summarisation level has the most recent data • If you need to delete data in your summarisation tables and rebuild them, use the “Rebuild” option Verity Solutions Confidential
  • 23. TIPS TO OPTIMISE SUMMARISATION LEVEL Verity Solutions Confidential
  • 24. Structure your summarisation levels as a “hierarchy” Company Period Customer Product Summarisation Summarisation code segment Level 2 V001 007.2011 99001 1451 1 V001 007.2011 99002 1451 2 V001 007.2011 99001 1431 3 Summarisation level 2 is “nested” within Summarisation level 1. Hence, when you build Summarisation level 2, it will read data from Summarisation level 1. It is recommended that you build “larger” summarisations first. Company Period Customer Product Plant Profitabilit code y segment Summarisation V001 007.2011 99001 1451 V005 1 Level 1 V001 007.2011 99002 1451 V005 2 V001 007.2011 99001 1431 V005 3 V001 007.2011 99001 1431 V001 4 Verity Solutions Confidential
  • 25. Re-design your assessments, reports structure Segment Company Sales Customer Product Plant Product Class Sales Proposed # code Organisat (derived from Office Cycle ion Product) 1 Y Y Y Y Y 2 2 Y Y Y Y 2 3 Y Y Y Y Y Y 3 4 Y Y Y Y Y 1 5 Y Y Y Y 1 6 Y Y Y Y Y 1 You should re-design your reports/ assessments/ planning structures such that it reads a smaller number of profitability segments; and those segments exist as summarisation levels or segment table. • Segment 4, 6 can be grouped as Cycle 1. • Discuss with your business whether segment 5 can include “Sales Organisation” as a characteristic. If so, it can be grouped as Cycle 1. If “customer” is a receiver characteristic, it might be reasonable to include “Sales Organisation” as a characteristic. • Segment 1 and 2 can be grouped as Cycle 2. Product Class is derived from characteristic “Product”. Exclude that characteristic and group Segment 1 & 2 into Cycle 2. • Segment 3 is similar to Segment 4 except that it has an additional characteristic “Sales Office”. If this receiver is essential to the segment, then Segment 3 should be assigned to Cycle 3. Verity Solutions Confidential
  • 26. More tips • If you want to read more tips on summarisation levels, read the blog on our website www.veritysolutions.com.au – Summarisation levels in SAP COPA #1 – an overview (2012/05/09) – Summarisation levels in SAP COPA #2 – define your summarisation level (2012/05/16) – Summarisation levels in SAP COPA #3 – build your summarisation level (2012/05/23) – Summarisation levels in SAP COPA #4 – Tips to optimise your summarisation level (2012/05/30) • You can reach me: Name: Rajesh Shanbhag Mobile: +61 (0)4 1123 8873 Email: rajesh@veritysolutions.com.au • You could leave a comment against the blog • Do not forget to share this presentation/blog with your network using one of the social media icons on this webpage/ blog page Verity Solutions Confidential