Apply custom GUID forecast profile to reforecasting activity?

Hi APO Experts,
My company currently uses only one master forecast method (auto model selection 2, forecast method 56) for every individual customer that we have in APO (~10,000 customers.)  I would like to fine tune the process and be able to specify a forecast for certain individual accounts.  We use SAP APO version 3.1.
In interactive forecasting mode, I have found the option to "Save assignment with unique forecast profile" (under Settings -> Forecast Profile) and I am now able to create customer specific forecasts with a unique "GUID."  However, I am not sure how to utilize these forecasts through a roll forward.  I roll my customer forecast window forward every month (ie, i change it from April 2011 - April 2012 to May 2011 - May 2012) by running a Mass Processing activity.  But I can not find the GUID forecast profiles when I set up the mass processing activity.  I tried deactivating the "always use job profile" button but that still doesn't work - instead of using the GUID specific forecast profiles during the reforecasting, APO will populate those customers with the default master forecast profile.  Is there a step that I am missing?
I appreciate your time and help,
-- K

Hi arun,
If i understand your situation,
You put
Validity start date as may and validity end date as dec
constant factor before start date  '0'
constant factor after end date      '100'
still you see forecast for march april.
if that is the issue, This might happen as per default settings, i think the default settings are constant factor before start date as 100%.
do the following
I dont know how the screens look in 4.1
But in the phase in profiles go to Menu option GOTO> settings
there you can define if constant factor by default should be zero or hundred.
The main reason why this happens is if you try to put 0 as the constant factor before the start date, it does not save anything. so you need to make the default settings that constant factor before the start date is 0 %.
let me know if this helps you or if the problem still persists.
Thanks,
Mythilee

Similar Messages

  • Forecast Profile Assignment At Customer Level

    Hi All,
    I would like to assign a forecast at a customer level that has multiple products that roll up to this one customer. Is this possible? When I enter one customer in the selection profile and load all of the item and then try to assign a forecast profile, it does not seem to hold the forecast profile and does not appear in the Assign Forecast Profiles to Selection (/SAPAPO/MSDP_FCST2).
    Are there any good document on restrictions and rules for forecast profile assignments to different levels of aggregation. For example, do you always have to be at a specific level to assign are forecast profile to a selection?
    Thank you,
    Rumi

    Hi Rumi
    I think it should be possible to Assign Forecast Profiles to Selection via T-code  (/SAPAPO/MSDP_FCST2). Please create respective selection in planning book as per your requirement. Then go to above T-code only give respective planning area and execute.
    It will show you all the current selections with assigned FCST profiles. You also find few buttons on top. Please select the assign, which will take you to next screen for selection. You can given put the customer information in selection and execute which will give you all the selections with given customer.
    Select your respective selection and than you can assign the FCST profile with some buttons from header.
    Please read the following thread from SDN will give you more information about it.
    Setting in Mass processing activity
    Please let us know, if it helps you.
    Thanks
    Amol

  • Assignment of Forecast profile - GUID

    Hello Guys,
    I would like to know if there is a way to find out the particular forecast model assigned at the back of the Gibberish id created whenever you assign a forecast profile Interactively in Statistical forecasting in DP.
    Kind Regards
    Venkat

    Hello Kedar and Emmanuelle,
    Many thanks for your response.As Kedar mentioned we can display the profile in Assignment of forecast profiles and as Emmanuelle mentioned,in SAPAPO/DP440G we can see the strategy parameters.But my intention is to get the forecast Model straight behind the GUID and I know there is function module which holds this Internal GUID along with the forecast strategy (as a description),but can't find it.End of the day my goal is to get the Forecast models against the SKUs and report the Investigation of the forecast strategies.Hope I have explained it clear.Hope you guys are with me.
    Thanks and Regards
    Venkat

  • Assignement of Forecast Profile at customer level

    Hi All,
    Does anyone know if it is possible to assign a forecast profile to a specific customer (that has multiple materials assigned to it). If I try to do this /SAPAPO/MSDP_FCST2 I get an error message.
    I want to have all materials linked to this forecast profile but don't want to assign one individually.
    Does this make sense?
    Cheers,
    Rumi

    Hi
    It should be possible to do it.
    You can create a respective selection in Planning book for products with respective customer.
    Than using /SAPAPO/MSDP_FCST2 - Assign Forecast Profiles to a Selection , you can assign respective forecast profile for this selection.
    Please find enclosed herewith the more information regarding it.
    http://help.sap.com/saphelp_scm41/helpdata/en/1d/2f503c8f233835e10000000a11402f/content.htm
    Please let us know if it help you. You can also let us know what error you are getting.
    Thanks
    Amol

  • APO DP - loading of selections and forecast profiles assigned to selections

    I am using APO DP V5.
    I am forecasting at a 'product at customer' level.
    I have a flat file containing the 'product at customer' combinations - of which there are several thousand - and the proposed forecast profile for each combination.
    Is there a good way for:
    1.  loading these combinations as a set of 'selection ids' into APO DP?
    2.  loading the set of 'selections assigned to forecast profiles'
    I note that the 'selections assigned to forecast profiles' are in table /sapapo/dp_fcst2, but this table includes the GUID for selection ids, so I assume the selection ids must be generated first.
    Thanks for any advice.
    Regards,
    Bob Austin

    Hi Bob,
    There was a similar question asked sometime back in this forum, and am attaching the replies given to that.
    Re: APO DP assignment of selections to forecast profiles
    Check this link, it might help you.
    Regards,
    Jagadeesh.

  • APO DP - validation of correct forecast profile

    We are using APO DP V5.0.
    In interactive DP, we forecast at the level of 'product at customer'. For the 'product at customer' characteristic we have navigation attributes, such as 'history type' (eg EPOS, despatch)
    The 'history type' determines which key figure we use as history, and so we have forecast profiles which are relevant for the different history types.
    If a user assigns a forecast profile in interactive DP to a 'product at customer', we want to get the system to check that the forecast profile is actually valid for the relevant 'history type'. We have named the profiles carefully so that, for example, the first x characters of the profile name reflect the history type; so we could have validation logic saying 'if history type = EPOS, check that forecast profile starts with 'EPOS'.
    But how could this validation logic be triggered?
    Any ideas?
    Thanks,
    Bob Austin, Atos Origin

    Hi Bob,
    Wow, what a brain bender!
    I think this would require some fairly serious ABAP...
    You can't get the value of an attribute interactively (via a macro function, for example using ACT_IOBJNM_VALUE()).  You would need a Function Module that could manipulate the Planning Object Structure to grab the attribute of the characteristic in question, based on the current selection. 
    The name of the forecast profile also can't be done with a standard APO macro function.  We had something similar where we wanted to get the name of the forecast strategy via a macro function, but we ended up needing to create a short Function Module in ABAP that could called as a User Exit Macro.  The trick with the Function Module is that you will need is to tell the system to get the GUID of the current selection, then use that to find the name of the Forecast Profile (field PRPFL) from the /SAPAPO/DP_FCST2 table. 
    Once you have that, you could tell the Function Module to pass just the first four letters ('EPOS') back to the planning book user exit macro so that you could then compare that with the attribute value.
    Probably you didn't need me to write this short functional spec, but it was a very interesting problem to consider.  Hopefully somebody else will read this and tell us a much simpler way to do it.
    Dan

  • How to make custom icc color profile work as default for all users?

    Hi!
    I've calibrated two monitors for the machine running Mavericks OS X. I've managed to move these custom icc color profiles to ColorSync folder in HDD Library, so that that they are available for all the users. However, I cannot figure out how to make these icc profiles work as default profiles for all users and not only the one I used to calibrate monitors.
    Is there a specific place I have to put custom icc profile to make it system default?
    Thank you!

    If you put the profiles in the root /Library/ColorSync/Profiles/ folder, then each user needs to select them in their account. There isn't a way to apply them globally so each account automatically comes up that way.

  • Composite Forecast Profile

    Hi,
         I tried to create Composite forecast profile. I got this error message when I tried to run it , "No suitable single profile is assigned to master profile."  Not sure what happened. This is the steps that I did:
           1) Create Master Profile in forecast profile.
           2) Select "Composite Forecast" at the selection model and type in the name of Composite forecast profile.
           3) Go to Composite forecast tab and select my created univariate profiles.
           4) Assign weight to each univariate profile.
           5) Click "Save Single" profile button at the top.
           6) Click the clock icon (or F8) to adopt the change.
          Could anyone tell me what went wrong ? Thanks in advance for your help.
    Paranee

    Hi Paranee,
    Did you check that your planning book had the check box composite forecast activated?
    This could be the reason.
    You can check this in transaction /SAPAPO/SDP8B
    I hope this can help you.
    Regards.
    Marín.

  • Issue with Creating Forecast Profiles/Forecasting

    Hello Experts,
    We are facing an issue with creating forecast profiles.
    We have two FYVs defined in our system, one with 52/53 fiscal weeks (Fiscal Variant W1) and the other with 12 fiscal months (FYV M1), Our storage buckets profile (STP) uses W1,  since we have many dataviews that use W1 as the FYV in the attached Planning buckets profile(PBP). We also have dataviews that display in fiscal months (use FYV M1 in the attached PBP), data from Fiscal weeks will be aggregated and shown in Fiscal months . We need to do forecasting using FYV M1, that is forecast in Fiscal Months , but since the storage bucket profile has W1 which is used in the Planning Area config. We are unable to create any Forecast profiles with FYV M1 . Please note that we cannot use M1 in STP because when we used M1 in STP, we could not create  dataviews in fiscal weeks (using W1)
    1. Is there any way we can forecast using M1 while having assinged W1 to the Planning area/STP ?
    2. OR we are willing to assing M1 to PA, provided we can use W1 in some of the dataviews, unfortunately we were unable to do this, though the vice versa is possible i,e. we could have W1 in STP and M1 in some of the related PBPs/ Weekly Dataviews.
    Please let me know if any of these are possible or if there is any alternative way to do forecasting in Fisc Months.
    Thanks
    Tej

    Hi,
    You are correct, the Storage bucket profile always has to be at a detailed level. Time bucket profile can be at higher levels like monthly, quarterly etc.,
    Coming to the root of your problem, which is you are unable to forecast at a level other that what is specified in your Storage bucket profile, unfortunately the answer is no.
    You can do a forecast only at the level at which the data is stored and not at the level at which the data is viewed.
    One work around for this is to create an additional planning area with the same MPOS and this addl PA can contain only those bare minimum KF required for your forecast. After you generate your forecast, you can copy it to your Weeks based PA and then proceed from there. This copy of KF between PA is much faster as it will happen at LC level and should not cause time delays.
    NOTE - You have to exercise caution when you are using 2 periodicities i.e., weeks and months, if you are using standard SAP calendar then you are good to go. If you are creating custom Fiscal variants pls ensure the start and end of a month is same in both the weekly and monthly variants. Failing which, there will be mismatch of data between the two dataviews.
    Hope this helps.
    Thanks
    Mani Suresh

  • Consumption Forecast: Forecast Profile

    Hi everyone,
    I am dealing with consumption forecast and I would like to correct outliers in the historical data on which the forecast is based.
    I have found transaction MC96 where you can define different forecast profiles and there you can define a Sigma Factor for this purpose.
    However, this profile seems to apply only to SOP (Sales and Operation Planning) and not to consumption forecast in MM. Am I right?
    Does everyone know how can I define a profile which is applicable to consumption forecast in MM so I can apply that mentioned Sigma Factor?
    I would be very grateful if someone could help me.
    Thanks a lot in advance and best regards,
    Ben.

    In R/3 you cannot do what you want.  Regards, Richard

  • Forecast profile not selected  by forecast job

    Hi Experts,
    I am wondering why forecast job in background does not select the forecast profile, which I have assigned in interactive planning. It always takes the job profile even though in activity definition the checkbox (Always use job profile) is unchecked!?
    My other question addresses assignment of CVC's to forecast profiles: for a specific CVC is there a way to figure out in which forecast profiles this CVC is included? Checking this in TX /SAPAPO/MSDP_FCST2 is very time consuming.
    Many thanks for your support
    Aban

    MAPE error will be calculated regardless of strategy mainatained in profile. but make sure you have selected MAPE error calc method while creation of forecast profile.
    MAPE( mean aboslute persentage error) is the best method to analyse error even SAP recommended to use this method to get best results.
    regards
    Thennarasu

  • Transport of forecast profile

    Hello,
    I setup a forecast profile in APO Demand Planning. But I do not know how to tranport this new forecast profile. There was no popup with a transport assignment after creating the profile.
    The forecast profile is included in an activity and a job - the job is assigned to a transport.
    I do not know whether the forecast profile will be transported within the job transport.....
    Does anybody know how to transport this forecast profile?
    Thanks for your help!
    Kind regards
    Heinz

    Hello Heinz,
    Use the transaction /sapapo/tsobj. In this transaction you will have a check box below the planning area which reads "with forecast profile transport". This would transport the forecast profiles along with your plannign area.
    Cheers!
    Jacky.

  • Deleting Master and other Forecast Profiles

    Hi all,
         I would like to delete some of the Master Forecast Profiles and other Univariate forecast Profiles I have created using the transaction "Maintain Forecast Profiles".
    Can you guide me on How I could Possibly DELETE them?
    Any help is much appreciated.. Thank you.
    ANU.

    Hi Anu,
    In the transaction /sapapo/mc96b load the Master forecast profile you want to delete. Note that you have to select the right Planning Area to load the Master Forecast profile. Once you have loaded the MF Profile. Go to "Edit" in the top and in the drop down you will have delete master forecast profile. Say yes in the following screen and you would be able to delete the Master forecast profile.
    Regards
    Kesavan

  • How to find a customer who does not have any activity in the last 5 years

    HI all,
       How to find a customer who does not have any activity in the last 5 years.
    Thanks & Regards,
    Moderator message: not directly related to ABAP development, please have a look in the respective functional forum.
    Edited by: Thomas Zloch on Jan 3, 2011 2:20 PM

    Post Author: tzinser
    CA Forum: Formula
    Okay, I left off a lot of important information...
    I'm using two tables
    TWDATA
    EVENT
    From TWDATA I'm pulling the fields TWDATA.OrderNumber and TWDATA.DisbursementDate
    From EVENT I'm pulling the fields EVENT.EventCode and EVENT.CompletedDate
    The two tables are linked by OrderNumber.

  • How do I create a custom sound/vibration profile per app, SMS text, phone, or email contact?

    I have a Verizon iPhone 4s recently upgraded to iOS 7.  I'm an IT engineer who's on call and started a new job last week with a company that doesn't provide company phones like a blackberry.  So now I get tons of company email alerts, text messages, and phone calls both private and for work.  I always have my phone switched to vibrate to filter out the noise of generic emails/texts/phone calls, but I also need to be able to configure specific emails sent from our network monitoring servers, text messages from my teammates and alerting devices, as well as phone calls from our internal tech support to be sent with sound.  Ideally I also need to be able to configure alert options in an "On-call" profile I can switch on so that I can configure alert repeats and the most annoying noise I can find so I don't sleep through network pages..  But I still want to be able to keep the default vibrate for everyone else and everything else.. How do I create a custom sound/vibration profile per app, SMS text, phone, or email contact?  In blackberry's, you can easily create different profiles to switch back/forth and configure each app/text/phone option to either a sound option or vibrate.  iPhone seems to be all vibrate or all sound, with little to no options to mix/match the two..  If Apple ever hopes to truly capture the enterprise market blackberry has, this is the most standard and essential feature on blackberries for IT professionals..  If I have to buy a third-party app for this, so be it.  But I've been searching for hours and found nothing that creates customized sound/vibrate profiles for iPhone like this (minus jailbreaking your phone, but I shouldn't have to jailbreak a $699 "smartphone" for simple sound/vibrate/alert options like this..).

    Yeah Appke wants to be like RIM (Blackberry) who is sinking fast and their devices will be door stops.
    http://www.apple.com under support you can ask at their forum or you can call them. However if you call under ios7 support they may help you for free. But if not they will cost you $$$$
    As far as I can tell with my iphone what you want to do is not possible. There are sites that tell you how  to make different ringtones for the device but your choices to change  sounds for email and text/sms messages are controlled unders sounds in the setting menu.  Again the manual is on your phone and online if you need assistance changing sounds and ringtones.
    Good Luck

Maybe you are looking for

  • Error while trying to install Rescue & Recovery 4.3 on Lenovo 3000 N500

    Well, hello to everyone. I hope you can understand this, because my English is not very good. So, let's get to the point. Recently, I tried to install Rescue & Recovery on my Lenovo 3000 N500. But when everything is nearing completion, I get the mess

  • Why does a black triangle appear instead of landscape photos from a shared library

    We have an iMac using OSX10.7.5 and running iPhoto 11 v9.4.1.  There are 2 users of the iMac with separate logins.  We have an iPhoto library that is user 1 administers and imports photos to, edits photos etc.  User 1 can access and see all photos wi

  • Media Center Deluxe II

    I've lost my Media Center Deluxe II Original CD. Will it be possible for me to get a copy of it again. My GFX is FX5600-VTDR256. I can post out my card serial no. or take a snapshot of my gfx card for verification purposes. I need to reinstall my HTP

  • CS4 .ai files not recognized, Finder sees PDF

    Okay. This is an annoying thing, but I hope to find the fix. Mac: 2 x 3 Ghz Quad-core Intel Xeon, 2 gb ram (i am wishing for more) OS: 10.5.6 Prog: Adobe Illustrator CS4 Here's the thing. I have saved a my files for years with the "make file PDF comp

  • Removing "Places" from Finder window

    Please look at these Screen Shots of my finder window. You will notice under the "Places" There is like 5 or 6 jpgs Labled "IMG**" Well, the original location of those jpgs is unknown, now i cant delete them from the finder. I cant right click the jp