SlideShare a Scribd company logo
1 of 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

More Related Content

What's hot

Sap cost center
Sap cost centerSap cost center
Sap cost centerbabloo6
 
Cash management configue doc v1
Cash management   configue doc v1Cash management   configue doc v1
Cash management configue doc v1Hari Krishna
 
F.19 gr ir regrouping
F.19   gr ir regroupingF.19   gr ir regrouping
F.19 gr ir regroupingFarooq Wangde
 
Deferred taxes in Mexico
Deferred taxes in MexicoDeferred taxes in Mexico
Deferred taxes in MexicoAngel G. Reyes
 
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
 
Automatic vendor payment advice notes by mail
Automatic vendor payment advice notes by mailAutomatic vendor payment advice notes by mail
Automatic vendor payment advice notes by mailSURESH BABU MUCHINTHALA
 
Sap co profit center accounting
Sap co   profit center accountingSap co   profit center accounting
Sap co profit center accountingCapgemini
 
Co pa power point
Co pa power pointCo pa power point
Co pa power pointkrnprjp
 
Using infoset query ,sap query and quick viewer
Using infoset query ,sap query and quick viewerUsing infoset query ,sap query and quick viewer
Using infoset query ,sap query and quick viewerbsm fico
 
Accounting entries from production to finished stock
Accounting entries from production to finished stockAccounting entries from production to finished stock
Accounting entries from production to finished stockRavindra Jain
 
Sap fi-gl-enduser-step-by-step-material
Sap fi-gl-enduser-step-by-step-materialSap fi-gl-enduser-step-by-step-material
Sap fi-gl-enduser-step-by-step-materialKishore Venkata
 
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
 
ck40 n-edit-costing-run-instruction
ck40 n-edit-costing-run-instructionck40 n-edit-costing-run-instruction
ck40 n-edit-costing-run-instructionPepa Pencheva
 
Fico interview questions and answers
Fico interview questions and answersFico interview questions and answers
Fico interview questions and answersProcessweaver Hr
 
Material ledger configuration
Material ledger configurationMaterial ledger configuration
Material ledger configurationLokesh Modem
 

What's hot (20)

Sap cost center
Sap cost centerSap cost center
Sap cost center
 
Cash management configue doc v1
Cash management   configue doc v1Cash management   configue doc v1
Cash management configue doc v1
 
F.19 gr ir regrouping
F.19   gr ir regroupingF.19   gr ir regrouping
F.19 gr ir regrouping
 
Deferred taxes in Mexico
Deferred taxes in MexicoDeferred taxes in Mexico
Deferred taxes in Mexico
 
Asset sales
Asset salesAsset sales
Asset sales
 
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 FI-BANK
SAP  FI-BANKSAP  FI-BANK
SAP FI-BANK
 
Automatic vendor payment advice notes by mail
Automatic vendor payment advice notes by mailAutomatic vendor payment advice notes by mail
Automatic vendor payment advice notes by mail
 
Sap co profit center accounting
Sap co   profit center accountingSap co   profit center accounting
Sap co profit center accounting
 
Co pa power point
Co pa power pointCo pa power point
Co pa power point
 
Using infoset query ,sap query and quick viewer
Using infoset query ,sap query and quick viewerUsing infoset query ,sap query and quick viewer
Using infoset query ,sap query and quick viewer
 
Accounting entries from production to finished stock
Accounting entries from production to finished stockAccounting entries from production to finished stock
Accounting entries from production to finished stock
 
Sap manual bank statement process flow
Sap manual bank statement process flowSap manual bank statement process flow
Sap manual bank statement process flow
 
Controlling area
Controlling areaControlling area
Controlling area
 
Sap fi-gl-enduser-step-by-step-material
Sap fi-gl-enduser-step-by-step-materialSap fi-gl-enduser-step-by-step-material
Sap fi-gl-enduser-step-by-step-material
 
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
 
ck40 n-edit-costing-run-instruction
ck40 n-edit-costing-run-instructionck40 n-edit-costing-run-instruction
ck40 n-edit-costing-run-instruction
 
SAP FI - GL
SAP FI - GLSAP FI - GL
SAP FI - GL
 
Fico interview questions and answers
Fico interview questions and answersFico interview questions and answers
Fico interview questions and answers
 
Material ledger configuration
Material ledger configurationMaterial ledger configuration
Material ledger configuration
 

Viewers also liked

Product costing in SAP - a primer
Product costing in SAP - a primerProduct costing in SAP - a primer
Product costing in SAP - a primerRajesh Shanbhag
 
Co product costing config ecc6
Co product costing config ecc6Co product costing config ecc6
Co product costing config ecc6Abhishek Mittal
 
Product costing ppt
Product costing pptProduct costing ppt
Product costing pptSujay Kumar
 
SAP Controlling overview
SAP Controlling overviewSAP Controlling overview
SAP Controlling overviewMohamed Hani
 
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
 
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
 
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
 
Realize the potential of sap material ledger
Realize the potential of sap material ledgerRealize the potential of sap material ledger
Realize the potential of 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
 
Sap copa-transaction-codes
Sap copa-transaction-codesSap copa-transaction-codes
Sap copa-transaction-codesSurjeet Singh
 

Viewers also liked (20)

Copa implementation
Copa implementationCopa implementation
Copa implementation
 
Product costing in SAP - a primer
Product costing in SAP - a primerProduct costing in SAP - a primer
Product costing in SAP - a primer
 
Co product costing config ecc6
Co product costing config ecc6Co product costing config ecc6
Co product costing config ecc6
 
Product costing ppt
Product costing pptProduct costing ppt
Product costing ppt
 
SAP Controlling overview
SAP Controlling overviewSAP Controlling overview
SAP Controlling overview
 
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
 
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 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
 
Realize the potential of sap material ledger
Realize the potential of sap material ledgerRealize the potential of sap material ledger
Realize the potential of 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
 
Sap copa-transaction-codes
Sap copa-transaction-codesSap copa-transaction-codes
Sap copa-transaction-codes
 

Similar to 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
 
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
 

Similar to 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
 
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
 
Cellediting bex
Cellediting bexCellediting bex
Cellediting bex
 

Recently uploaded

Commit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easyCommit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easyAlfredo García Lavilla
 
Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Scott Keck-Warren
 
What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024Stephanie Beckett
 
How to write a Business Continuity Plan
How to write a Business Continuity PlanHow to write a Business Continuity Plan
How to write a Business Continuity PlanDatabarracks
 
Powerpoint exploring the locations used in television show Time Clash
Powerpoint exploring the locations used in television show Time ClashPowerpoint exploring the locations used in television show Time Clash
Powerpoint exploring the locations used in television show Time Clashcharlottematthew16
 
Story boards and shot lists for my a level piece
Story boards and shot lists for my a level pieceStory boards and shot lists for my a level piece
Story boards and shot lists for my a level piececharlottematthew16
 
Hyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdf
Hyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdfHyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdf
Hyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdfPrecisely
 
Vertex AI Gemini Prompt Engineering Tips
Vertex AI Gemini Prompt Engineering TipsVertex AI Gemini Prompt Engineering Tips
Vertex AI Gemini Prompt Engineering TipsMiki Katsuragi
 
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek SchlawackFwdays
 
Take control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test SuiteTake control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test SuiteDianaGray10
 
Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024Enterprise Knowledge
 
Artificial intelligence in cctv survelliance.pptx
Artificial intelligence in cctv survelliance.pptxArtificial intelligence in cctv survelliance.pptx
Artificial intelligence in cctv survelliance.pptxhariprasad279825
 
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Mark Simos
 
Dev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio WebDev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio WebUiPathCommunity
 
Connect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationConnect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationSlibray Presentation
 
Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!Manik S Magar
 
Gen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfGen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfAddepto
 
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks..."LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...Fwdays
 
The Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and ConsThe Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and ConsPixlogix Infotech
 

Recently uploaded (20)

Commit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easyCommit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easy
 
Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024
 
What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024
 
How to write a Business Continuity Plan
How to write a Business Continuity PlanHow to write a Business Continuity Plan
How to write a Business Continuity Plan
 
Powerpoint exploring the locations used in television show Time Clash
Powerpoint exploring the locations used in television show Time ClashPowerpoint exploring the locations used in television show Time Clash
Powerpoint exploring the locations used in television show Time Clash
 
Story boards and shot lists for my a level piece
Story boards and shot lists for my a level pieceStory boards and shot lists for my a level piece
Story boards and shot lists for my a level piece
 
Hyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdf
Hyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdfHyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdf
Hyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdf
 
Vertex AI Gemini Prompt Engineering Tips
Vertex AI Gemini Prompt Engineering TipsVertex AI Gemini Prompt Engineering Tips
Vertex AI Gemini Prompt Engineering Tips
 
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
 
Take control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test SuiteTake control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test Suite
 
Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024
 
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptxE-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
 
Artificial intelligence in cctv survelliance.pptx
Artificial intelligence in cctv survelliance.pptxArtificial intelligence in cctv survelliance.pptx
Artificial intelligence in cctv survelliance.pptx
 
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
 
Dev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio WebDev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio Web
 
Connect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationConnect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck Presentation
 
Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!
 
Gen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfGen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdf
 
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks..."LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
 
The Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and ConsThe Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and Cons
 

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