Report on Deviations in 13 weeks or 3 months History data

Currently we have a deviations in the forecasting for example week 1 has 100 EA and wk2 has 1000 and then wk3 has 110.It's just an example not exact figures but the bottomline is we have large deviations in some weeks.
Now the forecaster needs to know, while forecasting, which are the weeks that have these deviations.This information is very helpful for his future forecasting.
Currently they do it manually i mean physically checking the values but it's difficult as we are talking about some 2000 products.So they need an automated method which reports these spikes per product or brand/pack level.
Any ideas how to go about this?

check http://help.sap.com/saphelp_scm50/helpdata/en/47/7a58398d594e1de10000000a11402f/content.htm
alo check this https://help.sap.com/saphelp_scm50/helpdata/en/60/0fc5744afe11d3983b0000e8a49608/frameset.htm
(if you keep the discussion here you will get more responses. the whole idea of having a forum and would be useful for someone checking in the future)

Similar Messages

  • Week of the month !!

    Hi,
    how can i get the week of the month so i can use it on queries like a time characteristic ?.
    thanks in advance

    Hi,
    The function module DATE_GET_WEEK gives the week no in that year in 2 digits. By using this function module twice , you can find out the Week in the month.(i.e use FM to calculate week no for month starting date, and use it second time to calculate the week no of the date,and then findout the difference).
    With rgds,
    Anil Kumar Sharma .P

  • Find no of week in a month of particular date in crystal report

    dear sir
    i have to find out the *no of week in a particular month against the particular date in crystal report* . i am trying this formula but
    it will give me a no of week from january .but i want the week no of that date only in my report.pls assumes week ends on sunday .wheather month start from any day.below formula get me record :- no of week "6"
    but according to my query right result will be ,no of week is:-"2".
    datediff("ww" , date("01"&right(cstr(date(#15/02/2011#)),8)),#15/02/2011#,crsunday)
    if you have any solution to my problem .please respond me sir as soon as possible.
    thanks sir
    with warm regards:Anand Azad Sharma.

    you are on right derection but i cannot find the solution from this formula because i already try this technique. but now i
    found the result by own: the exact result  of my proble is this:
    dateVar myDate := cdate(#01/31/2010#); //replace with your date field
    numberVar DayNum := Day(myDate);
    numberVar Week1Saturday := (7 - DayofWeek(Date(Year(myDate), Month(myDate), 1))) + 1;
    stringVar WeekNum;
    if DayNum IN [1 to Week1Saturday] then
        WeekNum := "1"
    else if DayNum IN [(Week1Saturday + 1) to (Week1Saturday + 7)] then
        WeekNum := "2"
    else if DayNum IN [(Week1Saturday + 8) to (Week1Saturday + 14)] then
        WeekNum := "3"
    else if DayNum IN [(Week1Saturday + 15) to (Week1Saturday + 21)] then
        WeekNum := "4"
    else if DayNum IN [(Week1Saturday + 22) to (Week1Saturday + 28)] then
        WeekNum := "5"
    else
        WeekNum := "6";
    " Week " + WeekNum
    thanks  for your immediate response sir
    with warm regards :Anand Azad Sharma

  • Report on (Month to Date)

    Hi All,
    Hope there should be some real good experts here. I have been posting in this forum for the past one week to get a solution for my requirement, but unfortunately I have not found any.
    I have referred to some documents and have created a single value variable (ZTODT) for Service order Created Date and marked it as mantatory, ready for input.
    Another Variable (ZCX_MTD) for Customer Exit, Inverval, Mandatory, Unchecked the ready for input.
    in the CMOD I have written the coding like this.
    When'ZCX_MTD'.
    IF i_step = 2.
    clear l_s_range.
    LOOP AT I_T_VAR_RANGE INTO L_S_VAR_RANGE WHERE VNAM = 'ZTODT'.
    L_S_RANGE-LOW = L_S_VAR_RANGE-LOW(6).
    L_S_RANGE-LOW+6(2) = '01'.
    L_S_RANGE-HIGH = L_S_VAR_RANGE-LOW. "high value = input
    l_s_range-sign = 'I'.
    l_s_range-opt = 'BT'.
    append l_s_range to e_t_range.
    *EXIT.
    ENDLOOP.
    endif.
    When I execute my report entering the (22.03.2010), It only displays the data for the date that I have I entered. It doesn't display the range of data from (01.03.2010 - 22.03.2010).
    I have too many service orders available for the current month.
    Can anyone please check this code and let me know if what changes should I have to do here.
    Thanks

    Hi,
    Shanthi Bhaskaran:
    I didn't see much difference in the code that you have given me. But that was not the issue I have been facing. Anyways thanks for your time and effor answering my issue.
    Arnab Das:
    You are right, I had only restricted the Single value variable in the selection screen and the RKF. But when i tried bring the customer exit variable in the selection screen and RKF It worked. Thanks for that.
    Asish Tewari:
    Your explanation was good. I followed it and my issue resolved. Thanks for that.
    Points assigned...........

  • Current week/current Month/YTD data based on user response

    Hi
    I have one attribute request_created_date
    Based on this i want to create one more attribute which will have lovs as week(Request_created_date for current week),monthly(Request_created_date for current week),
    YTD(Request_created_date for current year to date).
    Now i want to use this new attribute (Having LOV as week/Month/YTD) as a report prompt so that user itself can select whether he wants to see
    week/month/YTD data in report.
    To Add to this :
    Req is something like this if user select week , Req_created_dates should be filtered for all the dates of cureent week.
    Req is something like this if user select month , Req_created_dates should be filtered for all the dates of cureent month.
    Req is something like this if user select Year , Req_created_dates should be filtered for all the dates of cureent year.
    How can i achieve this?

    Add One variable
    Time_Data ="Weekly"
    Create Input control (Radio Button)
    Use Custom LOVs (Add Weekly , Monthly , Yearly ).
    Set Default (Weekly).
    Now Create Another Variable
    User_Want = ReportFilter([Time_Data])
    Now filter your Report for week , Month or Year (as per Selection) using If else Statement .
    For eg.
    For Week
    [Created_Date] Between RelativeDate(CurrenDate();-7) And CurrentDate()
    For Month
    (Year([Created_Date]) = Year(CurrentDate())  And Month([Created_Date]) = Month(CurrentDate()))
    For Year
    (Year([Created_Date]) = Year(CurrentDate())

  • Report carry forwarding the current month 2weeks data to next month

    Hi experts,
    Issue statement:
    XXXXX Procurement reports in MSTR (MRP Adhoc report) is showing weeks out of order, the last 2 weeks of a current month are carried over to the first two weeks of the next month (ie, working week 33-ww34 from August are repeated as the first 2 weeks of September, therefore September will have 7 weeks, ww33 to ww39), this happens month over month, this issue is probably making the EOH calculation to be wrong and most likely any other calculations. Materilas need this report to place PO's based on inventory levels and so far the data is not trustable and wrong. Need this to be fixed asap. Thanks a lot.
    we running the process chain the Job set to clear every 2 weeks data, could you plz let me know why it geting current month 2weeks data to next month.

    thanks

  • Is there any way of dragging and dropping an iCal event showing in week view across to a date in the left sidebar monthly calendar?

    Hi, Im not a frequent forum poster, as most of my questions can be found already answered on them!
    This is a question Ive had for a long time and it amazes me that no-one else seems to ask it. I check at each OS upgrade but its never there...
    Is there any way of dragging and dropping an iCal event showing in week view across to a date in the left sidebar monthly calendar?
    I was able to do this years ago in MS Outlook, and utilized it all the time when I needed to push things back, now I have to open the event and select an new date in the drop-down calendar for each & every event I want to move to a new month at the end of the month.
    If its definitely not possible, how to you ask apple to consider including it - it doesnt seem like a particularly difficult task.
    Thankyou
    Andrew.

    Andrew,
    Is there any way of dragging and dropping an iCal event showing in week view across to a date in the left sidebar monthly calendar?
    No, but you can use cut/paste. Cut (⌘X) the event, then click on the week where you want to move the event, and Paste (⌘V).
    If you have a suggestion for Apple to change that method use: Apple - Mac OS X - Feedback.

  • How to make a report to display next 18 months of data with when user select a particular month from the filter in power pivot tabular model.

    Hi,
    i have a  dimension table  with month_key having values (201201,201202,201203.......202011,202012) and month name ( Jan 12, feb 12,......NOV 20, Dec 20)  and a fact  table with columns (month_key ,measure_types, Amount)
    My requirement is to create a power pivot report  in which when a user select a month from the filter, the report should display the (selected month+18 ) month's data against each type . when JAN 12 is selected ,the jan 2012 +18 = june 2013
    , month name should be populated with months till june 2013 only .
    i tried creating calculated column"END DATE " in the fact table with  dax expression to calculate the 18th monh from the current month  as below 
    month_key END DATE
    201201       201306    
    201202       201307      
    and thought of filtering the table with month key <= ENDDATE but it is not working as expected. could you please guide me on this ? Is there any time intelligence function that serve the purpose . Iam using  excel 2010
    ..hence could not do any calculation on the report side also. please suggest .
    Thanks in advance                                                                                                                                               

    Do you need to show the measure calculated for those 18 months as a total on 1 row, or do you need to select a single month and then display on row filters 18 distinct rows?
    The first is trivial as driezl has suggested.
    The second will require a second calendar table.
    I created this example workbook for a coworker who had a similar problem. You will have to use the disconnected table as your filter and pull your related table onto the rows.
    Finally, the easiest way to deal with the sort of date arithmetic you need to do is to restructure your date table to have a series of "Sequential" fields. These fields should be the number of units of time since the beginning of your calendar.
    For example, consider a calendar starting on January 1, 2010. For January - December 2010, [MonthSequential] = 1, 2, ..., 12. For January - December 2011, [MonthSequential] = 13, 14, ..., 24, and so on, incrementing by 1 for each sequential month in time.
    Assuming you have this set up in your date tables (one related to your model - DimDate - and one disconnected - DisconDimDate) your measure would look like this:
    18 Month Measure:=
    CALCULATE( [Measure]
    , FILTER( DimDate
    , DimDate[MonthSequential] >= MAX( DisconDimDate[MonthSequential] )
    && DimDate[MonthSequential] <= MAX( DisconDimDate[MonthSequential] ) + 18
    Please review this example along with the workbook I have linked above.

  • My left shift key on Macbook Pro Retina (15") is behaving like the F11 key (show/hide open windows).  The key behaves the same for the laptop keyboard and for an external Apple keyboard?  This just started in last week after 6 months of use

    My left shift key on Macbook Pro Retina (15") is behaving like the F11 key (show/hide open windows). 
    The left shift key behaves the same on the laptop keyboard and on an external Apple keyboard. 
    This just started in last week after 6 months of use.  The right shift key and other keys on the keyboard all appear to work correctly.
    Suggestions greatly appreciated.

    I have a solution to this issue now after a discussion with Apple Support.  Some where in the last few weeks, there was a change in the key that would do a Show Desktop under the Mission Control settings in the System Preferences.  Even though the key sequence that was shown for the Show Desktop setting did not include the Left SHift key, by changing this first to having no key sequence and applying that and then changing it back to the F11 key, the Left SHift key issue that I was having has cleared up.
    A second issue that was uncovered was that the SSD had some issues (uncovered when I ran Disk Utility using the Repair Disk key).  I had to restart and use the Disk Utility through the Command R sequence to get to the stand alone Disk Utility.  The SSD appears to be running better as a result as well.
    Hope that this is of use to someone else in the future.

  • To run a job on 1st and 2nd week of the month.

    I need to schedule  a job on 1st full week and 2nd full week of the month.  What is the best way to identify the Week and trigger the job?  Any input is appreciated.
    thx
    Jeff

    Hi Jslader,
    I agree with the 1st option of Visu - by calendar.
    For example, assign the CALENDAR parameter to MNTH-12WK (example only) unless there are predecessors of the job you have created.
    Best regards,
    Sev

  • ICal reports that it can't find server, and lots of data from several years ago is trying to get attention.  Cannot bring up calendar in any view to use. also keeps loading unused calendar websites from long ago.  I can' remove them. what to do?

    iCal reports that it can't find server, and lots of data from several years ago is trying to get attention.  Cannot bring up calendar in any view to use. also keeps loading unused calendar websites from long ago.  I can' remove them. what to do?

    UPDATE: I had 36 Safari windows open and minimized on the dock from my last session; 20 of those windows failed to open b/c Safari "couldn't find the server"; I just went to the URL bar of all 20 pages and clicked return, and all 20 pages loaded perfectly, without dropping any images or losing formatting. This is a puzzle!!!

  • Adding reminders to my calendar items is no longer an option after the software upgrade.  I also can't get to day and week view, only month view.  What's a possible solution?

    Adding reminders to my calendar items is no longer an option after the software upgrade.  I also can't get to day and week view, only month view.  What's a possible solution?  I'm using Andriod version 4.4.2 with kernal 3.4.0.

        @MaloneTP
    Thanks for keeping me updated!  Do you see the screen options displayed in the following link: http://bit.ly/T2koBL for changing the calendar view options in Kies Air?  Also, let me know if you're able to add a Reminder by following these steps: http://bit.ly/T2l9dY.  Keep me posted.  Thanks!
    AnthonyTa_VZW
    Follow us on Twitter @VZWSupport

  • Week numbers in Month view

    Hi,
    How can i add week number in "month view"? 
    I can see week number in "week view" and i see that this can be fixed with a script. But the scrit under don't work for me! 
    =INT(([a2]-DATE(YEAR([a2]),1,1)+(TEXT(WEEKDAY(DATE(YEAR([a2]),1,1)),"d")))/7)
    Any one can help me here? 
    (I use SharePoint Online 2013)
    Regards,
    Mohsen

    Hi,
    According to your description, you want to display week number in “Month” scope of Calendar View.
    Your formula is correct, however it can only apply to the normal list view as a calculated column.
    The outcome is as below:
    If you need it on the monthly view, I suggest you develop a custom solution for it.
    Best regards
    Patrick Liang
    TechNet Community Support

  • Crystal Reports for VS2010 using a custom SAP ABAP function module data source

    I recently worked with Crystal Reports 2011 and was able to connect and retrieve data from our R/3 system via an ABAP function module. While researching other features, I found this version that can be installed into Visual Studio 2010. The parameters are not very user friendly in Crystal Reports so I was hoping to create a custom dialog to collect my report parameters.
    Does anyone know if I were to install Crystal Reports for Visual Studio 2010, would I be able to design a front-end selection screen in a Visual Basic form and then pass the input to through the Crystal Reports connection to my ABAP function module to retrieve the data filtered on the back-end by the selection screen parameters and return the results to be reported in the Crystal Reports output?
    I am using Visual Studio 2010 Professional Visual Basic with the .NET Framework 4.0 on 32-bit Windows 7. I was able to connect to our R/3 system in Crystal Reports 2011, so if I were to install Crystal Reports for VS2010, would there be a similar way of connecting to SAP?
    Any assistance or direction would be greatly appreciated.
    Thanks,
    Bryan

    Hello Bryan
    I don't know for sure, but I doubt this will work in CRVS2010. Only hope is that the utility available for download in this KBA will point you in the right direction.
    - Ludek
    Follow us on Twitter
    Got Enhancement ideas? Try the SAP Idea Place
    Share Your Knowledge in SCN Topic Spaces

  • Need help in creating prompt for Month To Date Report.

    <span class="postbody"><font size="2">Hi All <br />I need to create a Month To Date Report using month(Start date & End date) as prompts, By default it has to run on the previous month data or if user selects his own range of dates then it has to bring the data for that range of dates ,one more thing is i am not showing the month and date columns on the report.Can any one help me how to create prompt for this in DeskI XIR2</font></span>

    Could you clarify some things? You are saying you are trying to transform the xml output of a webservice with an xsd, but an xsd is a schema that describes the allowed format of a xml file. If you want to transform xml from one format to an other (from one xsd to an other) you have to use a xsl file. You can make and test this with JDeveloper. Are you calling the webservice from esb or bpel?
    Kind Regards,
    Andre

Maybe you are looking for

  • Hi,can someone teach me how to use save command in netbeans 6.7 ME

    hi,can anyone teach me how to save every information i stored on a form1,like datefield, textfield,and saving it in another form2, is there a code for that?, and showing in form2 the saved information,is it possible? and how in visualMidlet. tnx

  • Anything Wrong with Linking a Site to a Flickr Gallery?

    I am building a gallery site for an artist.  At first I was hoping he'd go with a Wordpress site and I thought about using flicker to incorporate images into the site. There's a plugin called slickr that will call images and galleries and it looked l

  • Attachment not saved

    Hi All, Scenario:  .Net <> XI <> SAP CRM (Synchronous call) In this scenario, I am passing an URL string from XI to importing parameter of RFC (SAP CRM), which should pick the file, based on the URL string passed and save the attachment in CRM. When

  • Network Costing in PS by period

    Is it possible to plan network activities in specific periods based on the specific dates which are input as per Workforce Planning to override the Basic Start and Finish dates on the Activity? For example, A network activity has a start date on Oct

  • Marshalling JAXB into SOAP envelope

    Hello one and all I have an issue with a project at the moment . I have marshalled an XML document from the schema but I now want to place the contents into a SOAP envelope I believe that i place it as an attachment but i was wondering is there any w