Mixed periodicities in a forecast are not allowed In Demand Planning

Hi All,
I am running forecast in background by defining activity and job in transaction /sapapo/mc8t and /sapapo/mc8d .
I am scheduling the job in transaction in /sapapo/mc8g.
Before scheduling the job i checked the job in transaction /sapapo/mc8i and this check is fine.
When I am running the job in background i am getting the following error message:
"Mixed periodicities in a forecast are not allowed".
This error I am getting in the spool of job in SM37 transaction.
I ran a copy key figure macro in the same planning book with the same view and it is having no problem.
In my planning book i am having only one dataview    and with that dataview    only i am scheduling the job.
The strange thing is that the forecast is running smoothly in  interactive mode in same planning book,same data view with same forecast profile.
Did anybody face the same problem in the past?
I am using SAP SCM 7.0 version.
Thanks In Advance,
Mukesh Pandey

Hi,
I contacted SAP on the same and they suggested me exactly what was the problem.
I will try to explain the problem with an example here as that would be easy.
Say, My storage bucket profile is a custom week.
suppose i am doing forecast at custom week level.
my time bucket profile in the planning book is "2 years in months".
So here in the background job we are expecting from the system to first divide years in months and than months to custom weeks. Here we are referring to mixed pereodicities.
So the rule is your time bucket profile and the bucket of forecasting should be directly in proportion of storage bucket profile.
it should not be
Year-->month--
>week
it should be
Year-->week or year>month or month--
>week.
I hope i am clear.
Regards,
Mukesh Pandey

Similar Messages

  • Mixed periodicities in a forecast are not allowed ???

    Hi All,
    When I try to run the forecast in DP in BACKGROUND then I see following message "mixed periodicities in a forecast are not allowed", but when I execute the forecast in foreground it works completely fine with that forecast profile and everything same.
    Can anyone suggest the way to handle this???
    Best Regards,
    Chandan Dubey

    Hi Chandan,
    This is the standard design in the background.
    If you run your forecast in batch you can only use one periodicity and
    not mixed periodicities. Per design it is not allowed to             
    use different periodicities for forecast in mass processing.         
    In interactive demand planning, the forecast key figure and other key   
    figures, such as the adjusted past within the past and forecast horizon 
    are saved independently of the planning horizon of the planning book or 
    planning view. This means in particular that the forecast also saves    
    results outside of the planning horizon for the planning book or        
    planning view.For performance reasons, however, the horizon of the      
    planning book must be greater than the horizons in the forecast profile 
    in the background processing.It is sufficient therefore if the horizon  
    of the planning book in greater than or equal to the forecast horizon.In
    this case, the forecast results are saved but the adjusted past or the  
    expost forecast cannot be saved.Therefore, a warning message indicating 
    that the horizon of the planning book does not contain the past period  
    for the forecast is issued here.In addition, note that for performance  
    reasons the period units of the planning book and forecast profile must 
    be identical in the background processing.This is directly due to the   
    fact that you are not allowed to you use planning books with mixed      
    period units in the background processing.These restrictions do not     
    exist in the interactive planning.      
    I hope this helps.
    Regards,
    Tibor                                                                               
    Furthermore, note that data is not saved in lines or areas that are not 
    ready for input in the background processing.Therefore if, for example, 
    you want to save the adjusted past, then the past horizon for the       
    planning book must be ready for input.

  • Payment method(s) are not allowed for this program / Program RFFOAVIS_FPAYM

    Dear Friends,
    In Se38  abap editor, I entered the program RFFOM100, i entered the details program run date,identification future,paying company code,payment methods T, House bank, Account Id and executed the program. I am getting the error 'Payment method(s) are not allowed for this program'.
    Payment method S is not used in F110, It was not mentioned in vendor master or vendor invoice.It is not mentioned in fbzp in bank determination. When i tried to delete payment method 'S' the system shows a message Payment Method S is being used in the company code.
    In  the program RFFOAVIS_FPAYM, i entered the details program run date,identification future,paying company code,payment methods T, House bank, Account Id and executed the program. I am getting the error  'Program RFFOAVIS_FPAYM: No records selected'. But there open items or invoices.
    Please suggest how to resolve the errors.
    Regards
    Sridhar

    Hello,
    Why are you directly executing these programs?
    You will not expect these program to execute directly by going to SE38.
    I would have configured the relevant payment methods in the country with DME structure or classical RFFO* programs, which in turn pick up the inherent programs at the time of running F110.
    For example, if you need to generate BACS file for country GB, either you copy the GB_BACS to ZGB_BACS or use GB_BACS directly in FBZP settings.
    Make sure that you have maintained OBPM1 / OBPM2 / OBPM3 and OBPM4 settings properly.
    The system automatically gives the access to system RFFOAVIS_FPAYM. Prepare a variant against this program in F110. Relevant file gets generated to folder path mentioned in OBPM4 will get generated. The file get generated can be seen in AL11.
    Hope this is informative and solves your issue.
    Regards,
    Ravi

  • I am trying to ask a question about iPhones, but it will not let me post - I get a message similar to this - you are not allowed to change the content.  Any help on this matter?

    I am trying to ask the following question: Just updated my iPhone5 to V 7.1.2 and can no longer print to my MFC 7860W from this phone.  I researched this issue on this forum and found answers from last October/November.....  Wary of downloading anything that was posted that long ago.  Wondering if there is anyway around this issue, with more recent information?  I was able to use this printer in the past by using Brother's iPrint App. 
    Thanks!!
    But when I hit post, I get an error message at the top - "you are not allowed to change this content"  Can anyone help me?

    I am assuming you got that message when attempting to post an old thread. The old post is probably locked/archived.
    FYI, posting on old threads usually yields no responses at all.
    I have requested that this post be moved to the iPhone forum where you might get assistance.
    Barry

  • Child actions are not allowed to perform redirect actions. partial view

    I'm using ASP .NET MVC 5
    I'm trying to use Create view with the index view to show the created item in the same page. For that I'm using _CreateCategory as the partial view and I added following to the index view
    {Html.RenderAction("Create", Model);}
    My controller's get and post methods as follows for the Create
    [HttpGet]
    public ActionResult Create()
    return PartialView("_CreateCategory",new Inventory.Models.Category());
    [HttpPost]
    [ValidateAntiForgeryToken]
    public ActionResult Create([Bind(Include="Id,Description")] Category category)
    if (ModelState.IsValid)
    db.Categories.Add(category);
    db.SaveChanges();
    return RedirectToAction( "Index");
    return PartialView(category);
    }My index method as follows
    public ActionResult Index()
    return View(db.Categories.ToList());
    I didn't do any changes to the partial view. I'm getting error "
    child actions are not allowed to perform redirect action
    . I tried many ways to overcome this. But no luck yet.

    Please post ASP.NET questions in the ASP.NET forums:
    http://forums.asp.net
    The MVC forum is here: http://forums.asp.net/1146.aspx/1?MVC

  • You are not allowed to continue because your account does not have the proper privileges

    I've been using PS since version 3. I currently run CS2 on Windows XP service pack 2. I've been using CS2 since it was first released. Now, all of a sudden, anytime I install or uninstall a program, whether it is related to Photoshop or not, when I start CS2 I get a window that says "You are not allowed to continue because your account does not have the proper privileges" and the program aborts. The first time this happened and after I had restarted CS2 for the 4th time it started normally. Since then it requires at least one restart (not reboot)after the error and then CS2 starts normally. Anyone have any idea of what is going on here? The first time it happened was right after I had installed a new HP AIO printer and I thought that may have had something to do with it. However, I have installed a couple of other programs and uninstalled another, none of them related in any way to CS2, and I get the error the next time I run CS2. I have found some posts about this but no answers, and most of the posts were related to Vista, not XP. I need help please.

    there's a section in adobe.com (not adobeforums.com!) where after you log in (seperate log in from this site) you can go to "my account" and then "my registrations". you can manually add registrations there. that's how i've registered most of my adobe purchases.
    ok. just ran through it:
    go to http://www.adobe.com/ (make sure you have flash turned on)
    click "Your Account" in the upper left corner.
    log in with your adobe.com id, create one if you don't have one. this is SEPERATE from the id you log into this forum with!
    click on "View Product Registrations"
    click on "View Adobe branded products registrations"
    if you have any registed packages, they'll be listed. at the bottom of the page click on the button that looks like this:

  • F0282 payment method(s) are not allowed to this program*

    Hi.......... every one
    after running app i select systems in menu bar>out put control>press enter and clicked on execute button,then i selected the log and click on the display contents button but the system is giving the error message that
    f0282 payment method(s) are not allowed to this program

    HI,
    The error message F0282 that you are receiving, is not an error but the
    normal system functionality. This would be due to your customising so
    please check the detailed error description provided in detail in this
    reference.
    For example, the detailed error description would be as below
    =====================================================================
       Message no. F0 282
       Diagnosis
       In order to avoid incorrect payment media being able to be created
       with a program specified incorrectly, exactly one program is assigned
       to each payment method.
       System Response
       The list of payment methods(T) may only be processed by other payment
       medium programs. Therefore these payment methods are not processed by
       program RFFOM100.
       Procedure
       Check the payment medium programs allowed in the country IN payment
       method specifications.
    =====================================================================
    In customizing trans. FBZP, you have select the report that you are
    going to use for the payment method. Therefore, for example if you are
    using the RFFOUS_T in customising and afterwards try to use RFFOM100
    separately, you will get this message so you will have to change your
    customizing accordingly..
    xSo please check your customising in FBZP under Payment Method/country
    settings.Hope this info helps you to resolve this issue.
    Regard
    Madhu M

  • Reg msg "Payment method(s) are not allowed for this program".

    Hi...
    I am copying a standard program RFFOES_T (Print program for bank transfer) into a custom program. When i try to execute the custom program it gives me a msg saying
    "Payment method(s) are not allowed for this program".
    Can you please Provide a solution for this problem.
    Regards,
    Indira.

    Indira,
    1.RFFOES_T is using Logical database PYF.Seems you have copied it as it is without changing the attributes of the program.
    2.As it is using logical database PYF  it needs to be tagged to the respective payment methods in FBZP settings as below
    FBZP
    >>Payment methods in Country
    >> in the next screen click on position and give the company code and payment method
    >> in the next screen select the corresponding payment method and click on the details(ctrlshiftf2) ie magnifying glass icon
    >>in the next screen  within  Payment Medium you will get to see two radio buttons as Payment medium workbench(uses DMEE tree structure)  and payment medium programs (uses the standard prog).Here in Payment medium Program either the standard prog or your zprogram should be tagged otherwise you will get the error message as you mentioned.
    3.Once you tag the program in the FBZP setting to the respective payment methods,after the payment run you will be able to run the program.
    4.If you don't want the program to be linked to FBZP settings then as far as my knowledge is concerned you need to avoid using logical database PYF and change the entire code using the regular database tables like reguh,regup,bkpf,bseg etc.(I think this should be the best approach)
    Thanks,
    K.Kiran.

  • You are not allowed to enter a tax jurisdiction code for country US

    Hi All,
    We are having this message popping up "You are not allowed to enter a tax jurisdiction code for country US" when we try to add an item to a shopping cart. SRM 4.0 Classic scenario.
    Also when i process the shopping cart and create a PO out of it, our R/3 4.6C dosnot let me release the PO and error message is :"no tax jurisdiction code found"
    I have looked at some of the earlier threads but i could not find a definite solution. Has anybody faced similar problems? Please let me know !
    Thanks
    Sundeep

    Hi Sudeep,
    How did it work? Do you have to implement any BADI's or SRM or R/3 side? As we are getting same error while creating Shopping Cart in SRM.
    I have checked the plant data in R/3 and Jurisdiction code has been maintained there.
    Please advise
    Thank you
    Ritesh

  • RFC Function Module - Message Reference parameters are not allowed with RFC

    Hi,
    I’ve checked the Remote-Enabled Module radio button, declared Import and Export parameters using ‘Type’ typing and checked the ‘Pass Value’ in export and import parameters but I still receive message ‘Reference parameters are not allowed with RFC’ and not able to activate the function module.
    Am I missing something?
    Regards,
    ...Naddy

    Hi all,
                   I faced the same problem and solved it ,
    You have defined a reference parameter for a remotely called
      function module. However, only value parameters are allowed
      for this type of module.
      Procedure
      Change the reference parameter to a value parameter.
    Guys  pls .don't leave the thread un-asnwered when you solved problem , post the solution it might be useful for others also.
    Regards
    Krishna Acharya

  • Com.sap.aii.adapter.file.ftp.FTPEx: 550 You are not allowed to issue this

    hi All,
    We are getting below error while connecting to an FTP location through File Adapter:
    Message processing failed. Cause: com.sap.engine.interfaces.messaging.api.exception.MessagingException: An error occurred while connecting to the FTP server XYZ. The FTP server returned the following error message: 'com.sap.aii.adapter.file.ftp.FTPEx: 550 You are not allowed to issue this command'. For details, contact your FTP server vendor.
    Also when we tried to connect to this FTP location through PI server we able to connect, but when we connect to it through channel we are getting above error.
    Please Help!
    Thanks,
    Mayank

    hi All,
    The usedid we are using to connect to FTP location has appropriate access to write(we have an receiver file adapter) the files, when we connected to FTP location from PI server using same useid(as used in channel) we are able to connect to FTP location and also able to write the file there.
    Now error soming is:
    An error occurred while connecting to the FTP server XYZ. The FTP server returned the following error message: 'com.sap.aii.adapter.file.ftp.FTPEx: 550 Operation is not supported under Connect:Enterprise FTP server.'. For details, contact your FTP server vendor.
    Thanks,
    Mayank

  • Help on BPM Steps (Lookups are not allowed, so only BPM)

    Hi Experts,
    Please help me to design the BPM for the following process (A mandatory rule is Lookups are not allowed so I must finish this with out using lookups.)
    Step1. We get a file from FTP, Once we get  the file, We need to get the next unique identification number from a webservice(a sync call, As per our rule, u201CNot to use  lookupsu201D).By the way there is no relation between the data fields for the FTP file and this SOAP call, i.e. the SOAP request is having constants as inpput.,but once I receive the file then only I need to make a call to get the next unique identification number.
    Step2. Once we receive the unique identification number from the SOAP call, I need to merge this identification number with the file (I have received from the FTP in STEP1) and then needs to send to a RFC which is a sync call again and it returns a logical number.After getting this logical number then only go the next step(The returned logical number means a confirmation for us,i.e after getting the number just go to next step)
    Step3. After getting the logical number from RFC, I need to send the obtained unique identification number( Of Step1, Webservices Unique identification) to another FTP as asynch.
    This one is easy when we use lookups, but we have a condition u201Cnot to use lookups!u201D  so please suggest me the steps(BPM) to do, which donu2019t let the BPM down.
    Thanks in advance.
    Regards,
    Rahul.

    Your complete BPM design will be:
    Receuve(FILE_ABS_Async)->Transformation(ToPutConstantsInTheSOAPReq)->SyncSend(SOAP_ABS_Sync)->Transformation(Needed, format will be 2:1; will have FileMSG_&_SOAPResp as source MSGs and RFCReq as target MSG)->SyncSend(RFC_ABS_Sync)->Switch(To Check if the RFC Logical Number does not exist...if it does not exist then in the condition branch of the Switch put a Control Step (action as Cancel Process)->If RFC Logical Number present then otherwise branch will be executed( nothing to be placed in this otherwise branch)-->Transformation(SOAPRespMSG of SOAP Sync step into FILE message format)-> Send(FILE_ABS_Async)......
    Wherever you have sync send steps put them in a block and insert an exception branch in that Block....in the exception branch put some logic which will be executed when there is an error in the Sync Call.....so your BPM wont fail even if the Sync Send fails.....
    Regards,
    Abhishek.

  • ERROR ITMS-9000: "Images larger than 2000000 pixels are not allowed in books

    How to reduce image to resolve following issue ?
    ERROR ITMS-9000: "Images larger than 2000000 pixels are not allowed in books
    Thanks.

    Hi there djking!
    I have an article for you here that can help you with that issue. The article is all about adding images to your books, and can be found here:
    iBooks Author: Add and edit photos and other images
    http://support.apple.com/kb/PH2797
    Thanks for using the Apple Support Communities!
    Cheers,
    Braden

  • SQL operations are not allowed with no global transaction by default for X

    Hi All,
    I am getting the above mentioned error.
    java.sql.SQLException: SQL operations are not allowed with no global transaction by default for XA drivers. If the XA driver supports performing SQL operations with no global transaction, explicitly allow it by setting "SupportsLocalTransaction" JDBC connection pool property to true. In this case, a
    lso remember to complete the local transaction before using the connection again for global transaction, else a XAER_OUTSIDE XAException may result. To complete a local transaction, you can either set auto commit to true or call Connection.commit() or Connection.rollback().
    I am developing a web application. I have jsp, servlets, JDBC classes.
    I am using DataSource and Connection pools.
    I am on WLS 8.1 sp3 and Oracle 10.1.
    Part of My Config file looks as follows:
    <JDBCConnectionPool DriverName="weblogic.jdbcx.oracle.OracleDataSource" KeepLogicalConnOpenOnRelease="true" KeepXAConnTillTxComplete="false" Name="AUMDataSource" NeedTxCtxOnClose="false" NewXAConnForCommit="false" Password="{3DES}AKRkWgdzXN8WrXSRtSvJ6g==" Properties="user=pibsrmgr;portNumber=1521;SID=pibsrdod;serverName=pibsrdod.dtu.mlam.ml.com" RollbackLocalTxUponConnClose="true" SupportsLocalTransaction="false" Targets="myserver" TestTableName="SQL SELECT 1 FROM DUAL" URL="jdbc:bea:oracle://pibsrdod.dtu.mlam.ml.com:1521" XAEndOnlyOnce="false" />
    <JDBCTxDataSource EnableTwoPhaseCommit="true" JNDIName="jdbc/AUMDataSource" Name="AUMDataSource" PoolName="AUMDataSource" Targets="myserver" />
    Any help will be appreciated.
    Thanks
    ---Radhe

    Hi,
    Regarding Transactions , the following link can helpful to you .
    Regards,
    Prasanna Yalam

  • I have connection problems between the mini ipad and my powerbook g4, you are not allowed to see or share applications.

    I have connection problems between the mini ipad and my powerbook g4, you are not allowed to see or share applications.

    That is not possible.

Maybe you are looking for