Issue on POS adjacent forecast

Hello SAP gurus,
In planning book no data is copying to POS adjacent forecast. Can you please help me on this? Where I need to check the settings?
Thanks
Sha

Hello Sunitha,
Thanks for your reply.
I checked the Time-Based Disaggregation for that planning area and it is showing u201CPu201D- proportional allocation. If I am not wrong you are saying this should be u201CKu201D- Based on another key figure.
Please correct me if I am wrong.
Thanks,
Sha

Similar Messages

  • Issue in consumption of forecast for configurable material

    Hi,
    we have a issue in consumption of forecast by sales order for a configurable material.
    Please find the below details for the settings maintained and the steps followed.
    Please let me know how we can overcome this issue.
    settings in R/3
    1. Class and characterisitcs are created in R/3
    2. standard material was created and class assigned
    3. planning strategy used is 56
    4. material, class, characteristics,ATP check, ATP customizing , sales order were integrated to APO
    Settings in APO
    1. CBF table, CBF profile, Consumption group were created in APO
    2. Consumption group is attached to the product master
    following steps were followed.
    1. Forecast was created in DP for a certain characterstics ansd relaesed to SNP/PPDS
    2. forcast is visible in product view
    3. sales order was created in R/3
    4. slaes order is visible in APO but it is not consuming the foreacast for the same set of characteristics.
    Please let me know how we can overcome this..are we missing any customization ...?
    Thanks
    Ram

    Hi Srinivas,
    thanks for your response.
    The forecast consumption problem was solved after correcting the entries in requirement strategy.
    have one more query.
    when the sales order for a configurable material is transferred from R/3 to APO, we should be able to see the values under "descriptive characteristics tab" in APO product view.(when we click on the green triangle representing the configuration).
    However, we could see the values under "descriptive characteristics tab" for some of the characterisitcs and not for other characteristics.
    we tried comparing the characteristics but could not figure out the reason.
    any pointers / clues to come over this issue would be helpful.
    thanks
    Ram

  • POS Forecast Report

    I have this report , where I have to bring the POS and forecast . I have a multi cube on POS and Forecast cube . Now I have to bring <b>52 weeks of POS Qty in the past</b> and <b>52 weeks Forecast Qty in the future</b> .
    My POS cube has 78 weeks data and the forecast has 52 weeks data.
    But I am not sure how to make that represent POS Qty of the past and the Forecast Qty of future.
    Thanks

    Option1:
    If you can modify your cubes and reload data, you can add week as one of the characteristics which consists of a number between 1 and 53. The multicube could have a join on this characteristic. Then in the query, you could display the keyfigures restricted by the appropriate year with the 'week' drilled down.
    Option 2:
    Create 2 queries for both the data. Insert them into 2 sheets of a workbook. And create the third sheet to fetch data from the previous 2 sheets with VLOOKUP function of excel.

  • Agreement issue for Event based Billing

    Hi,
    We are on R12.0.6 and using Project Billing (not using Project Costing)
    For the monthly reimbursements approved by our customer, we create project & task based events, enter total amounts in revenue and billing fields. We use Event types in AA rules to record revenue in different account codes.
    Customer issues quarterly POs for this purpose. So there are multiple POs against single Project & Task.
    For the revenue accrued and billing done in the past, if we need to make adjustments, is there a functionality available similar to that of expenditure item? e.g. split, transfer etc so that linkage with originally billed item will be maintained?
    If there is no such functionality, then we will have to enter negative events. In that case, how do we ensure that correct agreement will get picked (same as that of the original revenue-invoice)? Also, since rules for revenue and invoicing are different, we will not have control on whether same agreement will get picked for negative revenue and credit memo.
    Please help
    Regards,
    Ketan

    Hi
    Controling the agreement that will be used is a new feature Oracle presented with R12.1.1.
    You might want to look at upgrade.
    On your corrent release, the solution is more complex (however, it works for us).
    A) Add a flexfield on the event form, so user may enter the agreement number for any new event.
    B) When running the GDR / GDI processes, users should enter the agreement number as a parameter.
    C) Develop a billing extension called on pre-processing of GDR/GDI. That extension reads the agreement number on the parameter, and then go on and put all existing events of the project on hold, but those events with the sameagreement number on their dff. The same billing extension is also updating the customer on all agreements which are not the selected agreement. Upodate to a dummy customer which is not one of the project customers.
    D) Develop a billing extension called on post-process of GDR/GDI. That extension remove the hold from all events, and also update back the customer on all agreements from the dummy customer to the real project customer.
    Dina

  • ME59N - Customize it to change POs?  User Exit?

    Hi all,
    We are using the automatic PO creation program (ME59N) to convert approved requisitions with a fixed source of supply to purchase orders.
    We have scenarios at our company where, after the PO is created and sent to the vendor, a change is to be made, which is usually a new line item that is required.  Our process dictates that every new request must go through a requisition and approval process before it can be converted into a PO or added onto an existing PO.  In this scenario, the user will create a new requisition or add a line item to an existing requisition, and upon approval, will manually drag the new requisition line into an existing PO (we do not want to issue multiple POs to the vendor, we would like to issue a change order instead when it makes sense to). 
    Since me59n runs a couple times a day, the user may sometimes not have time to manually drag the requisition into the existing PO, and when this happens, the system creates a brand new PO and sends it off to the vendor.  This is obviously confusing as the new line item really belongs on an existing PO that was issued to the vendor.
    We were wondering if it was possible, to update the me59n program, to check if the requisition should be included on an existing PO, rather than creating a new PO (we would have the user enter the existing PO# in the requisition in the requirement tracking number field).  If the program found a reference to a PO on the requisition line item, it would then find the relevant PO and add the requisition line as a new line item in the existing PO (i.e. change the PO), rather than create a fresh new PO.
    Obviously this is not standard in ME59n, as ME59n would create a new PO with the requisition.  Is this at all possible via a user exit or badi?  Has anyone came across this requirement and have a solution?  Or at least a recommendation on which user exit/badi that may be used to implement this? 
    Cheers,

    Hi Anupama,
    Try to write the code like this..
    loop at itab_covp.
        select single dlinr belnr from ad01dli INTO AD01DLI-dlinr AD01DLI-belnr
        where belnr =  itab_covp-belnr .
        if sy-subrc <> 0.     "if record doesn't exist
          DELETE t_covp.
        else.                     "If record exist
          SELECT single * from  AD01DLIEF into AD01DLIEF
           where DLINR =  AD01DLI-dlinr and belnr = itab_covp-belnr and dopen <> ''.
           if sy-subrc <> 0.  "if record doesn't exist
             DELETE t_covp.
           endif.
        endif.
    endloop.
      This will be the correct logic for your requirement.
    Thanks,
    Sreenivas Reddy Maddi

  • Selecting the Planning Level for Statistical Forecast in S&OP on HANA

    Hello together,
    we currently face an issue regarding the statistical forecast in S&OP on HANA:
    The customer wants to implement an S&OP process containing the two steps statistical forecast (automatically calculated) and sales forecast (manually determined). The planning level of the statistical forecast should be higher than the planning level of the sales forecast, i.e. the statistical forecast is calculated on a higher planning level and then disaggregated to be an input for the manually determined sales forecast.
    Since it doesn't seem to be possible to disaggregate any key figure below its base planning level we need to have the lower sales planning level as base planning level in all key figures, including the input and output key figures of the statistical forecast.
    When running a statistical forecast with a defined forecasting profile, the planning level used for the forecast seems to be the base planning level of the input/output key figures defined in the forecasting profile.
    However, we need to define a higher planning level for the statistical forecast in order to have a better data base for recognizing trends and sesonality. In APO DP it is possible to define the planning level for the forecast when running/scheduling the forecasting job. Is this also possible in S&OP on HANA? Can we define the planning level for the forecast in the forecasting profile or when running the forecast from the Excel AddIn? I tried to use the field "Filter" in the forecasting profile as it listed all the planning levels (as well as a lot of other things, we don't know where they come from), but the forecast was still carried out on the base planning level.
    Do you have any other idea where to define the forecasting planning level that is different from the base planning level of the input/output key figures?
    Thank you in advance,
    Jonathan

    Hi Bert,
    thank you for your fast answer. I checked the forum again and found this post:
    Question about Statistical Forecast
    However, I don't really get how the disaggregation is meant to work; the suggestion seems to be to calculate a forecast on an aggregated level, i.e. with input and output key figure with an aggregated base planning level, and then disaggregate it "somehow".
    Do you have any idea how this disaggregation might work and what other steps I have to consider?
    It seems as if I'd have to define a whole bunch of new key figures and have more than one output key figure but no input key figure for the statistical forecast, which doesn't make sense in my eyes.
    Actually I was looking for a solution where I can define my forecasting profile with both input and output key figure on the lower planning level and then insert the level I want the forecast to be done at either in the profile as well, or even more flexible when running or scheduling a forecast. Defining more key figures any time I need another forecasting level does not appear very comfortable. Is it meant to be like that or is there another way to reach the goal mentioned above?
    Cheers,
    Jonathan
    Edit: The mentioned thread contains some valuable information on how to disaggregate key figures. However, the really tricky decision is how to define the disaggregation ratio.

  • Re: Sales forecast transfer to Demand Management

    Hi All,
    I am facing an issue regarding the Sales forecast transfer.
    Actually what is happening is When I Enter some Sales forecast in the combination of a Customer/Payer/SLoc/product /Qty. using T-Code :KEPM  & Then Further I transfer this Sales forecast by t-code KE1K.
    I am able to see the quantities in the MC95 for that particular combination of as chosen while KEPM.
    Now this happening in the right manner in the Quality client.
    But when the user is trying to do the same in PRD client what is happening is the Plan is getting distributed to three location with same quantities which makes the total Sales forecast three times the actual.
    Now I had recommended the user to input the specific data like customer/company code/Profit center & SLOC while KE1K.
    Still he is facing this issue.
    Please advice how to go for this.
    Regards,
    Vivek

    .

  • Rolling Forecast in BPS

    Hi,
    I have problem with creating the rolling forecast with Actual data.
    For example I have the forecast data being dynamic with a variable attached [006.2007 to 012.2007] and have actual data with a variable [001.2007 to 005.2007]. I have the forecast variable in the Planning Level and have selected dynamic in the layout - which works, but for actuals I'm not getting it to be dynamic without using the offsets and creating each one separately. What I want is having both being dynamic so that the Admin person only needs to change the variables then the layout. Any ideas would be appreciated.

    Thanks alot, that was it!!!, I didn't think you could have set the variable when SAP turned the field grey, guess they have changed it for BPS.
    I will award you the full points, I only have one final issue with the rolling forecast, is that the titles in column's all have the starting value from the variable and not the dynamic value.
    Actual : 001.2006 to 004.2006 only show's 001.2006 for all four columns
    Forecast : 005.2006 to 12.2006 only show's 005.2006 for the remainder.
    The actual data is correct for the periods it's just the text headings which are incorrect.
    I have set the following in the layout,Dynamic for 0FISCPER and text replacement Key.
    On the variable I have Text Replacement as Characteristic value... but it still doesn't default to the values I was expecting.
    Thanks once again for solving this for me.

  • SCVMM Forecasting Reports Error

    Hi All,
    I'm running both SCVMM & SCOM 2012 R2 (with U1) and have an issue with only the forecasting reports (SAN Forecasting & Host Group Forecasting).
    The integration between SCOM & SCVMM seems to work properly, but when I try to run either of these reports report viewer displays
    "An Error has occurred during the report processing. (rsProcessingAborted).  Query Executation failed for dataset 'SANForecasting'. (rsErrorExecutingCommand)
    When looking through the SSRS log files the actual error is:
    "processing!ReportServer_0-11!128!06/04/2014-13:54:54:: e ERROR: An exception has occurred in data set 'SANForecasting'. Details: Microsoft.ReportingServices.ReportProcessing.ReportProcessingException: Query execution failed for dataset 'SANForecasting'.
    ---> Microsoft.AnalysisServices.AdomdClient.AdomdErrorResponseException: Query (1, 6) The '[AnalysisStoredProc].[GetTimeSeriesForecast]' function does not exist." 
    Has anyone seen this or aware of a fix?
    Thanks in advance.
    Stu

    Hi,
    did you check if the error message is really true. The '[AnalysisStoredProc].[GetTimeSeriesForecast]' function does not exist." 
    Does the GetTimeSeriesForecast stored procedure exist ?
    Regards,
    Cengiz Kuskaya

  • Flex pops issues

    Hi all.
    Excuse me if this has already been discussed in length but are there any issues with pos when using flex?
    I was working on two vocal tracks- the lead vocal and a doubled take. The files ran the length of the track and I had time corrected quit a few things using flex. Next I ran one of the vocals out to my hardware compressor and back into another track in Logic.
    I noticed some popping here and there.
    At first I figured my soundcard was playing up and started fooling around with settings, updating to latest drivers and firmware (all good things to do).
    Eventually after some various experiments decided the problem lay in the computer itself.
    I decided to try the 'bounce regions in place' (offline) and found the pops in the resulting audio file!
    Are there limits as to how many flex points one can use or how long the file can be??
    I really would like to resolve this as the flex tool could be great, but it would be useless to me if it's going to introduce artifacts into my audio WHERE THERE WAS SILENCE in the original file.
    Anyone had similar issues?
    Cheers

    Select the Audio region and open the *Sample Editor* ..click on the *Transient Editing Mode* Button next to View .Has the Transient Detection placed the transient markers correctly?(use the Metronome)
    If not you can Re- *Detect Transients* (Audio File>Detect Transients) or delete the ones that are not needed with the Eraser tool or adjust the Transients Detection Sensitivity with the +/- Buttons.
    Also which Flex Mode are you using?
    Is the Lead Vocal and the rest of the audio files Dry?
    A

  • Forecasting Spreading NOT rounding the Qty(We DONT want DECIMALS) in Foreca

    Hi ,
    I want oracle will "round" the forcast Qty.Is there any Profile Option? Or setup ?
    Please help me
    Lokesh

    You can try to use the round order quantities item attribute.
    The ASCP UG says :
    For items under rounding control, the planning engine rounds a spread forecast quantity up and applies its cumulative remainder to the next bucket. It uses the item-organization item attribute.
    However, ASCP dev did say recently that they do not support rounding during spreading of forecast.
    Inline forecasting engine rounds the forecast quantities based on item attribute. The issue here is that forecast spreading is done after inline forecasting has completed and rounding control attribute is not respected during forecast spreading.
    It's a bit contradictory to what development says and as to what is in the UG. They will probably say is a Doc bug.
    Best regards
    Geert

  • Delete past forecast in R3

    We have a business where we create the forecast in APO-DP and release the forecast to R3.  We do not use SNP or PPDS.  MRP is run in R3.  Now the issue is, past unused forecast in R3 is creating problems. The business wanted a process to clean out all forecast that lies in the past (older than one week).  Pl advice how any of you would proceed.
    Thanks
    narayanan

    Hi Narayan,
    as far i understand your issue, you want to delete the old forecast from R3 and not from APO ?
    The t-code mentioned above "/n/sapapo/rlcdel" is used to delete forecast from APO. .
    To delete forecast from R3, you may try the following steps:
    1) Go to T-code MD74 in R3
    - Enter the Plant/s for which you need to delete the forecast.
    - Enter Material or Material range.
    - Requirements type ( It specifies the planning strategies that you want to delete say like FA,FC or VSF)
    - Enter Version-Plan Number (these fields are not mandatory and can be left Blank, if reqd)
    - Enter th Key Date (The date before which you need to delete the forecast)
    - Click on Record History, and Create list option.
    - Now Execute the Program in B/ground.(Do not click on Test Mode, if you want to execute the Program in B/ground)
    Note : Please try to execute the program first in Development System and if the results are fine, then only you should try it in Production.
    This will surely work. Please let me know your comments and inputs on the same.
    Regards,
    Prasad.

  • Regarding POS DM

    Hi All,
    I am working on BI 7.0 with ECC 6.0 for Retail.
    non SAP POS system does not maintain Inventory/Stock details. Now if some stock arrives at Store and before GRN is created, article is issued from POS and bill gets generated, then data will get posted from POS to POS DM via XI but when IDoc is sent to R/3, it will give error in R/3 system, as stock details has not been updated in R/3 as GRN hasnu2019t been created as yet. Only solution is to avoid sending transaction details to R/3 until GRN is created.
    So is there any check i can put at POS DM level to check the stock status???
    Regards,
    Sohil Shah

    Hi All,
    I am working on BI 7.0 with ECC 6.0 for Retail.
    non SAP POS system does not maintain Inventory/Stock details. Now if some stock arrives at Store and before GRN is created, article is issued from POS and bill gets generated, then data will get posted from POS to POS DM via XI but when IDoc is sent to R/3, it will give error in R/3 system, as stock details has not been updated in R/3 as GRN hasnu2019t been created as yet. Only solution is to avoid sending transaction details to R/3 until GRN is created.
    So is there any check i can put at POS DM level to check the stock status???
    Regards,
    Sohil Shah

  • APO DP Disaggregation issue.

    Hi All,
                  Dis-aggregation issue in Demand planning forecast execution. History 3 material, CVC Combinations 6 material, Matching
    History and CVC 3, when i execute Forecast, disagrregated to all 6 material. i want only 3 materila dis-aggregation APPODPDANT
    i used for Disagrregation,please help me

    Hello,
    If I understand correctly, you want to use proportional factor to disaggregate the calculated forecast, right?
    Please first make sure that the proportional factor APPODPDANT is correctly calculated based on the history key figure.
    Make sure the APODPDANT's values are zeroes for those CVCs without historical data.
    (You can check APPODPDANT key figure's value by putting it into a certain dataview.)
    If the proportional factor is not correct, please recalculate it in /sapapo/mc8v.
    Then please make sure that the disaggregation type of the forecast key figure is correctly set. It shoud be:
    1)Disaggregation type should be 'P' instead of 'I'. ('I' is also OK, but for testing purpose, 'P' is better.)
    2)Disaggregation key figure is set as APODPDANT.
    3)Time based disaggregation should have the same setting as structural disaggregation.
    At last, the forecast run in foreground should be run at aggregated level.
    Best Regards,
    Ada

  • Forecast Disappearing in /sapapo/sdp94!!!!

    Guys,
    We have a strange issue. We released forecasts from DP to SNP. The forecast released successfully (CAtegory FA).
    Now in SNP whenever we add any additional demand (Category FA) or change the value of Forecast (FA) and save,
    the entire row of forecast just disappears! We dont understand this behavior at all.
    What we noticed is that these forecast values have the FIX flag checked ("X"). We deleted this forecast and rereleased
    and the new values didnt have the fixing indicator. Also the issue was no more there. Whats more is that even for these "corrected" values the issue replicates after some time on its own. We are in process of upgrading to SCM 7.0.
    I am sure that this has to do with the "FIXING" of the forecats values. Has anyone experienced this? Does anyone know how and why would forecast values be fixed in SNP? Also how do we UNFIX them?
    Help is always appreciated.
    Regards,
    Abhi

    Hi,
    The note 1304385 is causing the issue.This note is included in your system via support packs.To solve the issue apply note 1317608.After that delete all the forecast orders and then re-release the forecast again.this should solve the issue.Eventhough the content of note is not directly releated to your issue apply this note.
    Regards,
    Sunitha

Maybe you are looking for