Unable to update Level field in Forecast Set

The Level field in Forecast Set was previously set to "Item", but we would like to change the value to "Customer". However, the form is preventing us from changing the value even though the forecast set is empty - all forecasts have been deleted. Has anyone encountered this issue and was able to find a solution?
Cheers!

Do other Forecast sets have the same issue or is this the only Forecast set having this issue?
If you have not instanlled OM or AR, then you can only define and consume Forecasts at 'Item' level.
Regards
Siva G

Similar Messages

  • Unable to update a field using the Data tab on a VIEW

    When viewing data using a VIEW instead of going to the table directly, am unable to change the values in any of the fields
    When I click on the list of VIEWs for a schema, then select a view that is based on a SELECT statement for a single table with a Primary key, and then click on the DATA tab to modify the value in one of the fields, SQL Developer does not allow me to change the value.
    Went into SQL Plus, and was able to execute an UPDATE statement against the same row of that VIEW, and update that field ("UPDATE vw_mytable SET thisfield = 'YES' WHEN row_id_number = 1'").
    Does SQL Developer not allow updating tables through a VIEW?
    Will it allow updating in the future? Please say yes.
    Oracle 10g DB and latest version of SQL Developer.

    Remember to add feature requests and vote on them on the SQL Developer Exchange!
    <br>
    <p>We have added updateable views to 1.1, but do remember, not all views are updateable - even in SQL*Plus.</p>
    <br>
    Sue

  • Unable to update BLOG field

    Can any one help me to solve this problem?
    Am updating worklog field in one of our application which is of type binay large object.
    this is the syntax:
    Update T61 set C536870928='hrtut' where C536870928='koko'
    But it is giving me the following error
    ORA-00932: inconsistent datatypes: expected BINARY got BINARY
    can anybody help how can we update this field??
    Pls helpme as this is very urgent

    It's because of bug 4401822 which apparently has been fixed.

  • Unable to update Caption field

    Hello; Wondering if anybody else has seen this problem before...
    I've spent the evening updating caption fields only to have Aperture display a "loading..." message over the photo and then return the previous caption field text. It's as if the Aperture database is fighting with a locked master file but, when I look at the masters in Finder they seem to be fine.
    I've tried using the Batch Change tool to clear the caption fields. The fields are cleared for a few minutes until Aperture updates them again and restores the previous text. I've written text over the old text but, it doesn't remain. The old text will soon restore.
    I've also tried writing the IPTC data to the master after updating the caption field but, that's not working either. I'm scratching my head on this one. I don't know what's going on. Any thoughts?

    Tony;
    Thanks for the link to the kb article. I started with Repair Permissions. When that didn't work I went with Repair Database. That solved 90% of my troubles and so I had to run Rebuild Database. I'm not at 100% but, I'd consider a 99% fix close enough. Thanks for your help.
    Scott

  • Unable to update XBLNR field on BKPF when posting a document using BAPI_ACC_GL_POSTING_POST

    Hi,
    I'm trying to post a clearing document using BAPI_ACC_GL_POSTING_POST, but after posting i'm unable to see the data in the reference field on header (BKPF-XBLNR). I'm passing the data in the header structure of the BAPI  (DOCUMENTHEADER-REF_DOC_NO).
    Thanks in advance.
    Regards,
    Sandeep

    We restricted our entry to five decimals and solved the issue.

  • Updating Date field that is set as read only

    I have a date field that I have set the "HTML Form Element Attributes" to "readonly = "TRUE" " I would like to have the option of clearing the value in the date box without a computation, I'd like it to be java based so that it is "on the fly" without having to refresh...
    I have an example that I use that works on POPUP LOV's ...
    "<"img src="/i/delete.gif" onClick="document.getElementById('#CURRENT_ITEM_NAME#_HIDDENVALUE').value='';document.getElementById('#CURRENT_ITEM_NAME#').value=''" ">"
    Both examples are used here .. http://htmldb.oracle.com/pls/otn/f?p=22240:2
    Any ideas?

    Just use the same technique that you use for popup lovs except just use #CURRENT_ITEM_NAME#, not #CURRENT_ITEM_NAME#_HIDDENVALUE
    See an example at http://htmldb.oracle.com/pls/otn/f?p=24317:91

  • Unable to See any field in General Setting panel of List UIBB

    Hi Guys,
    I am facing a problem of seeing nothing (not able to expand) in General setting panel of list UIBB after creating it with feeder class entry in component configuration editor. (as attached screen shot)
    Please help me whether this an authorization issue or some setting problem.
    Thanks
    Param

    Hi Paramjit
    Is it resolved for you? My System is on 7.40 SP7 and I tried to implement note 2029925. I get information message..not can not be implemented.
    Please help!!
    Regards
    Ashish Gupta

  • Unable to find consolidate field in Time off Process application

    Hi All,
    I create an aplllication for Time off process and unable to find "consolidate" field when selecting set up block parameters .I am using portals EP 7.0 Version
    Could you please help me in getting this ...
    Thanks ,
    Nararaju.

    Hi,
       we group parameters so that the output of process actions is automatically entered as input .We can consolidate parameter at Action,block adn process levels
    follow the below steps
    1. Select your Seq Block and click on the tab "Parameters" at the bottom pane
    2. Mark all the parameter (press ctrl for multiple ) and Click on Map
    3. Supply the Name and say create
    at last do a SavaAll
    hope this will solve ur problem
    cheers
    souza

  • Unable to update item master data after upgrade

    Greetings,
    I have just upgraded from 2005A SP01 PL22 to 8.81 PL05.
    After the upgrade, I am unable to update any field in the item master data.
    Error message:
    In "Warehouses - Setup" window, on "Accounting" tab, choose sales-type revenue account  , '_SYS00000001165'  [Message 131-52]
    I have checked all the warehouses accounting tab and all the revenue account is a sales type account. I have also checked the GL for _SYS00000001165 and it is a COGS GL. After I change its type to "Sales", I am able to update. This shouldn't be the case.
    I have also tested creating and update new item master and I have no problem. However, I will have the same problem if i add a new item via duplicating from an old item.
    Any advice?
    Thank you.

    Hi,
    Can you also check whether the Item which you are trying to update has Manage G\L Account by as Item, Item group or Warehouse?
    If you have checked for the Warehouses, check for the Item Group and at the G\L Determination > Inventory tab as well.
    Kind Regards,
    Jitin
    SAP Business One Forum Team

  • EJB Update one field

    Hi,
    Up until now, most of my forms in jsf have had all the fields in the ejb. So when I did mergeEntity all the fields where updated with the correct data. Now I have a form that has just the ID of the ejb and one field. Now when I do mergeEntity all the other fields are set to null. Shouldn't mergeEntity just update the field I am setting? What do I need to do to update just one field in the ejb without bringing all the other fields in or is there an easy why to do that?
    Thanks for you help. Any examples would be great!

    You're not supposed to put ## around it. That makes
    Coldfusion look for a variable named "originated" inside a
    structure named "affiliate", which obviously isn't what you want to
    do.
    In my query, I didn't have any hashes around field2.
    Change your query to:
    <CFQUERY datasource="#application.dsn#">
    UPDATE affiliate
    SET last_contacted = originated
    </CFQUERY>

  • Unable to update Arrival set in R12 OM

    HI ,
    I am not able to update the arrival set field in sales order line level after copy the order in R12.
    Error: A line can belong to either an arrival set or ship set,but it cannot belong to both.
    Any idea please
    Regards,
    Khadar

    Do other Forecast sets have the same issue or is this the only Forecast set having this issue?
    If you have not instanlled OM or AR, then you can only define and consume Forecasts at 'Item' level.
    Regards
    Siva G

  • Unable to update Logical Delete field in AS400

    hi all,
    We have an ESB process that polls for data in AS400 DB and transfers this data into an Oracle DB. This polling is based on Logical Delete. The data transferred is in the range of some lakhs of records. So we are sending around 5000 records per transaction in ESB. When we deploy the process, the data in AS400 is being read and getting transferred. However, the status field is not changing to 'Read Value'. Due to this, we are facing a lot of issues like, when we're in middle of data transfer and the opmn restarts, the data which has already been transferred is also being read and this is throwing an error because of primary constraint violation. Even after the data transfer, if we delete any rows in Oracle DB, the data transfer resumes as the status field is not updated.
    I have worked with logical delete in Oracle DB before and was working fine.
    Please help me with Logical Delete functionality in case of AS400 Database and also please let me know the privilages we need to have on the AS400 DB to successfully run this process.
    Thanks,
    Kamal.

    Hi,
    According to your post, my understanding is that you was unable to update managed metadata field in designer workflow.
    You need to provide the exact string for the MMS value, in the form of <id>;<value>.
    The format of the value you wanted to set is uncorrectly, so you cannot update the managed metadata field.
    If you want to set the managed metadata field value with correct format, you’d better to create custom action.
    There is an article for your reference, although it is about the SharePoint 2010, it is similar to SharePoint 2013.
    http://patrickboom.wordpress.com/2013/07/23/workflow-activity-set-managed-metadata-column/
    Best Regards,
    Linda Li
    Linda Li
    TechNet Community Support

  • Unable to Update PO Customerdata tab at Item level using BAPI_PO_CHANGE

    Dear Experts,
    I am unable  to Update PO customer tab data at item  level using BAPI :BAPI_PO_CHANGE.
    I am passing the data structure  through  EXTENSIONOUT is refered with BAPIPAREX structure.
    Can any one help on this.
    Best regards,
    Venkata Siva.

    Hi Venkat,
    Check this note 1033925.[Using Extension|Update EKKO table for the custom field through BAPI;
    Regards,
    Madhu.

  • Unable to update Requester and Deliver to location field in iProcurement

    Hi,
    I am unable to update the 'Requester' and 'Deliver to location' field in iProcurement Preferences.
    i am trying to change the default settings in IProcurement Prefernces(MyProfile page(xml))
    1)Navigation ->iProcurement Hompage->Preferences->iProcurement Preferences
    2)Modified Requester and Deliver-to-location and clicked Apply changes
    3)Logged Out and again logged In. the changes are gone.Its showing me the old data.
    Please help..if someone faced this issue..
    I am using Oracle 11.5.10.
    TIA.

    Hi TIA,
    check out the profile options:
    ICX: Override Location Flag or POR: Override Location Flag
    ICX: Override Requestor or POR: Override Requestor
    The naming varies in the manual compared to my test-environment. Flipping this did the trick for me!
    They control whether a user is allowed to override the default requestor and the deliver-to location in the requisition and apparently also the preferences.
    The following profile options holds the values set by a user in the preferences as per your requirement:
    POR : Preferences - Deliver to Location
    Enables requesters to set their preferred deliver-to location.
    POR : Preferences - Requester
    Enables requesters to set a default requester
    /Niels LM

  • Setting row level field in table using jQuery

    Hi,
    I'm utilising the following to read and then set values in the same row within a report.
    Re: Referencing a row level field value in an Interactive Report using jquery
    Consider the following snippet
    // read information eg
    var row = $x_UpTill(this.triggeringElement, 'TR');
    var dateCompleted = $('input[name="f03"]', row)[0];
    console.log(dateCompleted.value);
    // write information eg
    var dateBooked = $('input[name="f02"]', row)[0];
    //dateBooked.value = 'xyz'; // sets to xyz, as expected
    dateBooked.value = return_date; // sets the actual code, not returning stringAll works as I'd expect except the last line. I have a js function returning a formatted string (Set Date With Javascript but in this case my field now contains the actual code definition, not the date string the function actually returns.
    I'm thinking I'm just misunderstanding a simple concept for JavaScript here?
    A simple workaround could be to create field P0_SYSDATE, calculated to TO_CHAR(SYSDATE,:F_DATE_FORMAT), then apply
    dateBooked.value = $v('P0_SYSDATE');but I'm trying to improve my understanding of javascript/jQuery...
    Cheers,
    Scott

    So are you saying that return_date is an actual javascript function that returns the formated string/date you want?
    If so, then I think you simply need parenthesis to run the function:
    dateBooked.value = return_date();Or... am I missing something here?
    Thanks
    -Jorge

Maybe you are looking for

  • Ajuda: Quero apagar uma senha e nao consigo

    Quero instalar o Silverlight e nao consigo porque é pedido uma senha de acesso em meu proprio computador. Nao lembro a senha e nem lembro que coloque esta senha. Como faç para apagar essa tal senha de acesso e conseguir instalar o Silverlight para as

  • Problems with SB Live 5.1 - Soundfo

    Hello, I got problems with my Soundblaster 5.. Since some weeks it doesn`t work. if i play any sound, i `didn`t hear it. When i use the Onboardsound, all works correctly! then i install the SB, deactivate onboard sound on the BIOS and install the new

  • Looking for appropriate TV-Out cable

    Hey guys... I lost my tv-out cables in a recent move.  Looked all over for them, but they're gone.  The card that these fit is an XFX 7900GT. I really have two options.  The first, preferred option is to get a new 7-pin tv-out cable.  I have found on

  • Headache with button

    Hi, here is a link to FLA files www.fulek.com/bug/BUG_report.rar (This is another X-file's example, FLA's are actually empty but they have 2MB each when extracted). Short description of problem: StartFile.swf has one big button which is instance of B

  • SmcFanControl settings for 2009 iMac 24" with burn-in

    I have a 2009 24" iMac with burn-in on the screen. I downloaded smcFanControl, as it's supposed to fix the problem. I have 2 questions. First, can someone tell me what settings I should be using for the ODD, the HDD and the CPU? Second, Since I didn'