^How to show difference between sales in year 2009 and 2010

Hi experts,
I am facing a problem in a BEx Query. I have to show the difference between the sales of two years. Let me be more specific..
I only have one keyfigure sales and only one characteristic year and I need the column difference.
year      sales      difference
2009      5000      -
2010      8000      3000
2011      9000      1000
Please can anybody explain me how to get this.
Many thanks in advance
Peter

Hi Peter
There are various ways of getting the result you are going for.
1. If you are 100% locked to the way the data has to be shown - you can use CELLS.
a. start of making a strukture on year getting the years you need (in rows)
b. generate a structure with 1 the key figure "sales" and second a formula which equals zero
c. press Cells in your menubar and give all the combination of Sales and years a cell reference.
d. Create formulas in the combination of year/Formula=0 and just make the formula this years sales - last years sales.
This is a lot like Excel but also is'nt very handy for navigating and hence not a solution I normally would recomend
If you are not on the other hand restricted to the way it has to look I would generate 3 columns with restricted key figures.
1 with filter on Fiscal Year (0FISCYEAR) taking Current year and key figure sales
2 With filter on Fiscal Year taking Current year and an offset of -1 and key figure sales
3 Same and offset -2
Last I would make 2 formulas giving me the differences.
But as mentioned there are many ways of achieving your goal - maybe someone will have a better way
Best Regards
Xavier

Similar Messages

  • Difference between sales order schedule line and item level data

    Hi All,
    Could you please let me know what is the difference between sales order schedule line and item level data?
    Thanks,
    Ramya

    Hi Ramya,
    Sales order schedule line contains del date, order qty, rounded qty, confirmed qty, delivery qty, schedule line category, purchase requisition etc.,  ie It contains the full details of sales order data with respect to the scheduled line of delivery.  The total quantity of a sales order item can be subdivided into schedule lines that contain the various subsets with the corresponding delivering dates.
    Sales order Item level data contains details of the item in the sales order like material code, net price, net value, UoM, PO details, reason for rejection if any, material group,billing date, plant etc., ie this
    contains the full details of item irrespective of scheduled line.
    Regards,
    R. Senthil Mareeswaran.

  • What is the difference between sales order with picking and without picking

    hi friends,
    i would like to know what is the difference between sales order with picking and without picking.
    thanks
    skrishnan

    Hello,
    Picking refers to preparing the right quantity and quality of goods for shipping on schedule as required by the customer.
    Once picking is configured, SAP Sd automatically generates picking lists and picking labels which can be tagged to the relevant goods. SAP can be configured to ensure that picked quantity is confirmed before goods are issued. This can be done using transaction code VSTK. In T-code VSTK, picking confirmations can be set, which ensure that goods picked for delivery are in accordance with picking slips.
    Picking thus helps in monitoring each item using the picking status. Picking is normally done in SAP SD by a shipping clerk.
    Prase

  • How to show differences between vi files?

    Is there some way to show the differences in the block diagram between two vi's, say for example between the current and older version? In other languages, I compare the source files using WinDiff.

    Yes, go to "tools...compare...compare VIs".
    LabVIEW Champion . Do more with less code and in less time .

  • How to identify difference between Configure To Order (CTO) and Engineer To Order (ETO) items

    Hi All,
    We are working on Oracle Database 10g
    We have to develop a code which involves Configure To Order (CTO) and Engineer To Order (ETO) items.
    Can anyone advise is there any table and the corresponding column in the database which will help identify if an item is a CTO or ETO.
    Regards,
    Shruti

    Shruti,
    Have you checked eTRM website? -- http://etrm.oracle.com
    Please also see (How To Find the VIEW or TABLE That Populates a Form So That a 'Custom Report' Can Be Created Using Same VIEW or TABLE (Doc ID 604772.1)).
    Thanks,
    Hussein

  • Show difference between the years and how much money increased ever year

    Hi everyone
    I need to make the following code show how many years it took for it to reach its required goal.
    show difference between the years and how much money increased ever year. ..
    I am totally confused at the moment... any help would be greatly appreciated...
    declare
    a number(9):=1000;
    b number(9);
    c number(9);
    d number(9);
    begin
    for d in 2012..2099
    loop
    dbms_output.put_line(a||' '||d);
    if a >2000 then
    exit;
    end if;
    a :=a + a*10/100;
    end loop;
    end;
    Result for above query:
    Price Years
    1000 2012
    1100 2013
    1200 2014 etc...
    I need to show the amount of years it took to reach its goal, which was $2000
    and also the change in price, how much it increased every year...
    Thanks
    Umair

    960361 wrote:
    Hi everyone
    I need to make the following code show how many years it took for it to reach its required goal.
    show difference between the years and how much money increased ever year. ..
    I am totally confused at the moment... any help would be greatly appreciated...
    declare
    a number(9):=1000;
    b number(9);
    c number(9);
    d number(9);
    begin
    for d in 2012..2099
    loop
    dbms_output.put_line(a||' '||d);
    if a >2000 then
    exit;
    end if;
    a :=a + a*10/100;
    end loop;
    end;
    Result for above query:
    Price Years
    1000 2012
    1100 2013
    1200 2014 etc...
    I need to show the amount of years it took to reach its goal, which was $2000
    and also the change in price, how much it increased every year...
    Thanks
    UmairHow do I ask a question on the forums?
    SQL and PL/SQL FAQ

  • How can get difference between 2 dates in the form of days

    how can get difference between 2 dates in the form of days

    Hi,
    Check the following program:
    REPORT ZDATEDIFF.
    DATA: EDAYS   LIKE VTBBEWE-ATAGE,
          EMONTHS LIKE VTBBEWE-ATAGE,
          EYEARS  LIKE VTBBEWE-ATAGE.
    PARAMETERS: FROMDATE LIKE VTBBEWE-DBERVON,
                TODATE   LIKE VTBBEWE-DBERBIS DEFAULT SY-DATUM.
    call function 'FIMA_DAYS_AND_MONTHS_AND_YEARS'
      exporting
        i_date_from          = FROMDATE
        i_date_to            = TODATE
      I_FLG_SEPARATE       = ' '
      IMPORTING
        E_DAYS               = EDAYS
        E_MONTHS             = EMONTHS
        E_YEARS              = EYEARS.
    WRITE:/ 'Difference in Days   ', EDAYS.
    WRITE:/ 'Difference in Months ', EMONTHS.
    WRITE:/ 'Difference in Years  ', EYEARS.
    INITIALIZATION.
    FROMDATE = SY-DATUM - 60.
    Regards,
    Bhaskar

  • "difference between sales order and scheduling agreement "

    hi, 
    i want to know difference between sales order and scheduling agreement and where use scheduling agreement & where sales order ?
    please help
    amit

    Hi Amit,
    Its not hard to find this info at help.sap.com
    Sales Order
    Definition: Request from a customer to a company to deliver a defined quantity of products or provide a service at a certain time. The sales area that accepts the inquiry is responsible for completing the agreement.
    Scheduling Agreements
    Purpose
    A customer scheduling agreement is an outline agreement with the customer containing delivery quantities and dates. These are then entered as schedule lines in a delivery schedule. You can either create schedule lines when you create the scheduling agreement or you can create them later.
    You fulfill a scheduling agreement by creating the deliveries in the schedule as they become due. You process deliveries for a scheduling agreement in exactly the same way as you process a normal delivery. After you have carried out the delivery, the system updates the Delivered quantity field in the scheduling agreement item with the delivery quantity. The following graphic shows the document flow for scheduling agreements.
    Integration
    You would use this component if you had outline agreements with the customer that contained future delivery quantities of materials that would be sent at certain times within a fixed time period.
    If you work with scheduling agreements for the component supplier industry you also need to choose the "Electronic Data Interchange" (EDI) component.

  • How to show all days of the year 1900

    how to show all days of the year 1900

    As you show days for any other year.
    Do you want to catch us on the fact year 1900 wasn't a leap year?
    Regards
    Etbin
    select to_date('1.1.' || :the_year,'DD.MM.YYYY') + level - 1
      from dual
    connect by level <= to_date('31.12.' || :the_year,'DD.MM.YYYY') - to_date('1.1.' || :the_year,'DD.MM.YYYY') + 1*** not tested ***
    Message was edited by: Etbin
    user596003

  • API for tools that show differences  between two file in applet

    I am searching Api for tools that show differences between two data file
    that represent as bytes[] in the memory in applet .
    the applet is not sign Applet.

    I gotta it.
    File f=new File("\\\\"+"Linshuaibing"+"\\card\\DSC00134.jpg");[Thank you very much v!

  • How is the difference between CRS-MSC-B and CRS-MSC-40G-B

    How is the difference between  CSC-MSC-B and CSC-MSC-40G-B and it can be used interchangeably or not ?
    thanks for your kindness

    Hello Marut,
    That is the same HW, no difference.
    Regards,
    /A
    Please visit http://cisco.com/go/testdrive or contact your account rep to schedule nV tech demo.

  • Difference between Sales Contract and Sales Agreement

    Hi,
    I am confuse with contract and agreement. Please let me know what is exact difference between Sales Contract and Sales Agreement, when the sales contract will be used and in which real time situation, the sale agreement will come into picture.
    Please do needful.
    Thanks and Regards,
    Venkat

    Hi Venkat,
    See documentation http://help.sap.com/saphelp_crm70/helpdata/en/46/377a08b2ea4bee8eb9f47e5c067064/frameset.htm for details on difference between contract and sales agreement - basically sales agreement dont have a quantity or value whereas contracts do. Agreements are mainly for pricing terms. These pricing terms can then be brought into the sales/service transaction.
    There are standard transaction types for these WK1 WV in ERP and CRM.
    Hope this helps.
    Kind regards,
    Vanessa

  • Difference between sales document and sales document Header

    Hi everyone,
    what the difference difference between sales document and sales document Header  if look at this equation
    VBBE-VBELN= VBAK-VBELN
    VBBW is sales document requirement
    VBELN   is a sales document
    VBAK sales document header
    then what the difference  ales document and sales document Header
    kindly assist me to guide the differences
    thanks

    hi
    SAP has differenciated various sales scenarios into various salses documents.  basing on the scenario & circumstances you will be having a sales document to use.
    sales document header:which carries the properties of a sales document lie CMR MMR CMIR & Pricing  conditions etc...
    this will be applicable to entire sales document
    by sales document we mean the total data carried by a particular document - header; item & schedule line data.  each carries its own information to complete the sales document with out errors.
    VBBE-VBELN= VBAK-VBELN  stands for schedles in the sales order document & document header.
    hope this clears your issue
    balajia

  • Difference between Sales employee and Employee responsible

    Hi,
    Can somebody explain the difference between sales employee and employee responsible
    Thanks in advance
    Reddy

    hello, friend.
    both sales employee and employee responsible have employee numbers and fall under partner type "PE".
    an Employee Responsible is a more general term and could refer to someone who is supposed to maintain documents, who may be dedicated to service a customer or a set of customers, a credit employee or a quasi-manager.  he can even be a sales employee.
    a sales employee or sales personnel is more specific.  usually this refers to the salesman who has a defined set of customer accounts.  the sales employee is also specifically tracked in Sales Info System (e.g. t-code MCTI).  this position carries the SAP standard code/partner function of "VE" (in German).
    hope this helped you.
    regards.

  • Difference between sales order and credit order

    Hi friends,
    can any explain about difference between sales order and credit order in SAP.
    Thanks and Regards.

    Hi Narayana,
    This Depends upon your Client Requirement.
    If you are using the Credit Management to your client. then you maintain certain checks like Simple Credit, Automatic Credit at Sales Order Level.
    If the Client want a seperate Document type for Credit Sales and Normal Sales if having Purpose.
    Other wise you can use only one Document type for both,because in Standard Sap, For Cash Sale have seperate Document type.
    Please Reward If Really Helpful,
    Thanks and Regards,
    Sateesh.Kandula

Maybe you are looking for

  • Ipod is frozen on do not disconnect screen....

    i seriously don't know what to do with m ipod anymore. it's a 5 gen ipod video that i've had for less than a year. today i tried to sync it to my computer which is a sony vaio with windows xp and it got stuck on the do not disconnect screen. i plugge

  • ABAP how to receive the control byte [] type of argument?

    I use C # to write a control that contains a method: public byte [] CutBytePicture (); I refer to the following link: http://help.sap.com/saphelp_nw04/helpdata/en/85/c80ec6e9464c4ab8ca829a7b9e8a48/frameset.htm Use XSTING type to receive the byte [] t

  • No syntax error on syntax check, but syntax error on activation

    Hi all, I have a confusing problem. I want to default some values on item level of purchase order (ME21N). I added a module call in flow logic of screen 1313 of program SAPLMEGUI. The module itself I added to include LMEVIEWSF01. Here I default some

  • Decoding non printing characters

    I am working with a VI that invokes a telnet session. The responses come back in multiple line formats. What's a quick way to translate the non-printing characters so I can see what to use for delimiters? Using platform dependent EOL does not work wh

  • EXP 11.2.0.1 export tables with at leat 1 row

    I have oracle db 11.2.0.1 and user the export utility to export tables, and row dati from the database to a file dmp. I have notice that mow it extract the table with at leat 1 row and do not export table empty and so when i execute an import i lost