Iprocurement - Add to cart Inactive item returns error message?

Hi,
We are under EBusiness 12.1.3 and using iProcurement to enter requisitions. When querying the Main store for an item, even if it's inactive, we have a result. Then when trying to add that item to the cart we get the following message from Oracle:
"Item 10002112 is not internally orderable for the default Deliver-to location. Select another item or contact purchasing administrator."
It's related to oracle message ICX_POR_NOT_ORDERABLE_ERROR.
Since the item is inactive we would like to make sure the users can't order them, so we don't want it to show as a result to the search OR change the error message to include customization to provide replacement item. Does somebody knows what would be the best solution and the easiest to do?
Please help.
Regards
Max

Same problem here.
Via Oracle Support patch 14568035:R12.ITM.C is recommended.
Edited by: user12105677 on 17-mei-2013 5:16

Similar Messages

  • After upgrading to Lion the bookmarks in Preview returns error message.

    After upgrading to Lion the bookmarks in Preview returns error message : The File "****" couldn't be opened because you don't have permission to view it. To change the perimssion, select the item in finder and Choose File info.  I have bookmarked plenty of files in Preview.  How to overcome this error message???

    Doesn't work Steve. I think it is an issue with Preview being sandboxed (check the sandbox column in Activity Monitor: Preview = Yes). Sandboxed apps restrict file access to those the user has explicitly selected. My theory is that this causes the unfortunate side effect of bookmarked or linked PDFs not working. A simple test: open a file with bookmarks, manually open the bookmarked file and then select the bookmark in the first file - it should open with no complaints about permissions (which leads to a weak workaround: open all the PDFs you intend to work with!).

  • AuditActivityReport  returned error message

    Hi!
    i'd like to get Audit Activity Report, but return error message "An error has occurred during report processing. (rsProcessingAborted)
    Query execution failed for data set 'ActivityData'. (rsErrorExecutingCommand)
    For more information about this error navigate to the report server on the local server machine, or enable remote errors "
    this problem in BPC 5.1 MS, SQL 2003
    thanks
    Arai

    thanks
    i solved this problem. mistake was in string connection for OsoftDataAudit

  • No organizational data exists on item level (error message)

    Hello everybody,
    I still have this error message when try to create a shopping cart : 'No organizational data exists on item level'
    Following a lengthy discussion with SAP Support, SAP recommended that I remove the reference of the Purchasing Organization and Purchasing Group to the backend system (R/3).
    After removing the reference I was able to complete the SC creation process, but I got an error at the PO creation process, where I am unable to release the PO since it is not linked to a backend (R/3) Purchasing Organization/Group.
    I am currently using SRM 4.0 with EBP 5.0 in Extended Classic Scenario.
    I need an Urgent help on this issue !!
    Thanks,
    Lina

    Hi,
    If You have own PO document type (ZCS) then don't hange it.
    in SYS attrib add a local EBP system
    If you don't use local categories, You don't need to add product cat. * for local system.
    in my ppoma_bbp company have two purch orgs.
    -for local (fields with purch org and system id is empty)
    -for backend (fields with purch org is filled from backend system.)
    Example:
    Company (function with company code PW01\R3100)
    - Purch org local (function purch. org. checked but not filled)
    - Purch group local (function purch. group checked bud not filled)
    - Purch org backend (function purch. org. checked with values PZ1\R3100)
    - Purch group backend (function purch. group checked with values PZZ\R3100)
    Regards,
    Marcin Gajewski

  • How to validate and return error message

    JDev 9.0.5.2 ADF UIX and Struts
    Scenario:
    I have a uix input page with 2 view objects (VO1-updates an entity object, VO2-sql viewobject, no entity).
    I have a Save button and its event where I want to handle the validation check and then commit the data. I need to manually check the VO2 fields in java and if none of them are populated, I need to stay on the same page and return a message. If one of the fields is populated, I need to save the data in VO1 and insert the values in VO2 into a table using java.
    I have been looking at the dataForwardAction class for the page but I am not sure if I should be overriding methods and which ones, as well as how to remain on the page if VO2 does not have at least 1 value populated with a message to the user.
    Any help is greatly appreciated.

    Hmm, I believe while, ActionError.GLOBAL_ERROR is a static string variable, it is used to hold the value that identifies the global error properties. I know I add multiple errors to global errors. Regardless, instead of ActionErrors.GLOBAL_ERROR you can use your own property, such as "test". Then on your jsp page you can use this tag: <html:errors property="test"/> and it should pull the relevant action error information. The value "context.errors.password.bad" by the way refers to a value in your ApplicationResources.properties file or whatever message resource file you have designated in your struts config as default.

  • (newbie) How to return error messages to JSP page.

    Hello,
    I'm using a very simple Model 1 architecture (no framework such as Struts used.) The webapp just consists of a login.jsp which collects database connection parameters and then activates a servlet to return a PDF report to the browser.
    I have a very common need: I would like the errors entered by the user on the login.jsp to be displayed at the top of a new return of the login.jsp (with the bottom of the JSP still providing the edit fields for reentry), errors such as:
    1.) User did not enter the username, password, and database name
    2.) Having a wrong username/password for the given database.
    (2) is more complex than (1), because it would involve feedback from the servlet (which makes the DB connection).
    I'm not sure how to code this, however, with just JSP, JSTL and JavaBeans. Does anyone know of an example with source code on the web where something similar to this is done?
    Thanks,
    Glen

    No problem on posting here. Seeing as JSP forum is not accessible, this is the next best choice.
    What sort of complexity are you after here?
    You can go with the very simple:
    Print out the error messages as you discover them.
    if (request.getParameter("username") == null){
      // print out the message
      out.println("Please enter your username");
      // or alternatively
      List errors = new ArrayList();
      errors.add("Please enter your username");
    }The best way to get feedback is to write your login method to return whether login succeeded or not. That can be a boolean true/false value, or you could return a User object to indicate success, and null to indicate failure.
    How much of the code is in servlet, how much in JSP?

  • Returning error messages to shell with TERMOUT OFF

    Hi all,
    I did a search in this forum and I couldn't find the answer.
    I am unloading (spooling) a table using SQLPLUS. Since I don't want to display these records on screen I am using set termout off.
    But I want to see error messages on the screen. I used whenever sql error exit sql.sqlcode. It is displaying the error messages in the spool file. But I would like to have these on screen so that I can capture all my errors in to a log file.
    Thanks in advance,
    Naren

    There is no setting in SQL*Plus to separate
    errors from other text.
    There is a general risk using sql.sqlcode.
    The OS may not be able to cope with large numbers,
    the returned value may be modulus the maxium
    return code allowed. The risk is that the final
    value may be the same as a successful return value.
    For safety I exit with FAILURE and then
    check the output file for the exact error.
    -- CJ

  • Returning error messages to sheel with termout off

    Hi,
    I did a search in this forum and I couldn't find the answer.
    I am unloading (spooling) a table using sqlplus. Since I don't want to display these records on screen I am using set termout off.
    But I want to see error messages on the screen. I used whenever sql error exit sql.sqlcode. It is displaying the error messages in the spool file. But I would like to have these on screen so that I can capture all my errors in to a log file.
    Thanks in advance,
    Naren

    There is no setting in SQL*Plus to separate
    errors from other text.
    There is a general risk using sql.sqlcode.
    The OS may not be able to cope with large numbers,
    the returned value may be modulus the maxium
    return code allowed. The risk is that the final
    value may be the same as a successful return value.
    For safety I exit with FAILURE and then
    check the output file for the exact error.
    -- CJ

  • Cannot add photos to my iPod video - error message

    I get the same error message every time I try to add photos to my iPod - "The ipod "Susan's iPod" cannot be updated. The disk could not be read from or written to."
    I can still sync and add/delete songs, but I have never successfully transferred a single photo to my iPod. Please help.
      Windows XP Pro  

    Are they being synced through a folder or through a program?
    Also, see if a restore does anything...
    Restoring Your iPod
    Fianlly, make sure everything is updated...
    iPod Updater Download Page
    iTunes Download Page
    btabz

  • Unable to add iCloud IMAP mail. Weird error message.

    Hi there,
    I just got my business mobile phone, a BlackBerry Z10 and wanted to add my iCloud services in the personal workspace. The contacts and calendar syncs just fine, however when adding the mail I get this error message:
    "command: b'CAPABILITY' => socket error:-Too many read 0"
    Also when trying to add the mail account as a standard IMAP account, entering all settings according to Apple, I still get the error message once it wants to "saving and verifying your settings". I also tried various combinations of smtp ports (587, 25), SSL and StarTLS. Using username with or without the @me.com. Using @icloud.com instead @me.com,... etc. etc. Always get this error message.
    Then I though perhaps the administrators blocked this functionality, however I was able to add my personal gmail account, which wouldn't have been the case if they would block private mails.
    Any help highly appreciated!
    Thanks, Christoph
    Solved!
    Go to Solution.

    Hello,
    I have used the procedure/settings described in the link hereunder on my Z10 and iCloud mail is working fine:
    http://helpblog.blackberry.com/2013/03/how-to-setup-icloud-email/
    If the problem still persists, I would advise to consult your administrator to check about possible limitations.
    Hope this helps
    Please don't forget to mark as "solved" if your question is replied and to "like" a useful reply to your post ;-)

  • Open Items Selection  - Error Message 5593

    Hi Freinds,
    While clearing the open items using the T Code F-03, the items are initially selected. However, when the users try to deselect the items using the 'Deselect' option, the system gives the error message "Check Marks were removed" Message No. F5593.
    Could you please advise as to what could be the reason and why the user is not able to deselect.
    Thanks!
    Regards,

    HI Murli,
    Thanks for the prompt response, I have checked in OB09, this refers to the Account Determination for OI Exchange Rate Differences and the entries maintained appear to be ok. What else could be the issue?
    Regards

  • How to get the returned error messages in the Try/Catch block in DS 3.0?

    A customer sent me the following questions when he tried to implement custom error handling in DS 3.0. I could only find the function "smtp_to" can return the last few lines of trace or error log file but this is not what he wants. Does anyone know the answers? Thanks!
    I am trying to implement the Try/Catch for error handling, but I have
    hard time to get the return the msg from DI, so I can write it to out
    custom log table.
    Can you tell me or point me to sample code that can do this, also, can
    you tell me which tables capture these info if I want to query it from
    DI system tables

    Hi Larry,
    In Data Services XI 3.1 (GAd yesterday) we made several enhancements for our Try/Catch blocks. One of them is the additional of functions to get details on the error that was catched :
    - error_message() Returns the error message of the caught exception
    - error_number() Returns the error number of the caught exception
    - error_timestamp() Returns the timestamp of the caught exception.
    - error_context() Returns the context of the caught exception. For example, "|Session Datapreview_job|Dataflow debug_DataFlow|Transform Debug"
    In previous versions, the only thing you could do was in the mail_to function specify the number of lines you want to include from the error_log, which would send the error_log details in the body of the mail.
    Thanks,
    Ben.

  • Ping iTunes server returns error message

    Help!! I have tried to ping the server following the instructions on the Tech Specs page (http://www.apple.com/itunes/podcasts/techspecs.html), but whenever I put the URL w/podcast id into my browser, I simply get an error message back from Apple and the XML file is not updated immediately.
    Here's the URL I used:
    https://phobos.apple.com/WebObjects/MZFinance.woa/wa/pingPodcast?id=108627247 where the id is my podcast (Harpeth Hall LIbrary). Am I missing something?
    Here's the error message:
    The XML page cannot be displayed
    Cannot view XML input using style sheet. Please correct the error and then click the Refresh button, or try again later.
    An invalid character was found in text content. Error processing resource 'https://phobos.apple.com/WebObjects/MZFinance.wo...

    scoutwert
    The call was intended to be basically a one-way notification. No real return value per se other than the http 200 success header if your message is received. Having said that, it's certainly pretty gross looking if you ping in a browser. A bug has been filed against this behavior so that in the future you can get a more friendly assurance in a web browser that your ping went through. In the meantime you might consider just pinging on the command line like this:
    curl -I https://phobos.apple.com/WebObjects/MZFinance.woa/wa/pingPodcast?id=108627247
    If it was received by the iTMS server, you'll see:
    HTTP/1.1 200 OK
    in the output. That 200 means the ping was received not that it has run yet.
    d

  • Item Import Error Message

    Hi
    I'm running the import items program to update the existing item in inventory. For that it is throwing some error when the record move from interface table to inventory base table. See below error message.
    TRANSACTION ID : 203532465
    ORGANIZATION ID : 3895
    TABLE NAME : MTL_SYSTEM_ITEMS_INTERFACE
    COLUMN NAME : MASTER_CHILD_4F
    MESSAGE NAME : INV_IOI_MASTER_CHILD_4F
    ERROR MESSAGE : Master - Child Conflict in one of these Attributes: Pick Components(PICK_COMPONENTS_FLAG), Assemble To Order(REPLENISH_TO_ORDER_FLAG), Base Model(BASE_ITEM_ID), ATP Components(ATP_COMPONENTS_FLAG), Check ATP(ATP_FLAG), Fixed(FIXED_LEAD_TIME
    Can anyone give the solutuion for this?
    Thanks

    Hi,
    Please review the following documents and see if it helps.
    Note: 142697.1 - IOI PROCESS: Error Master - Child Conflict in One of These Attributes
    https://metalink2.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=142697.1
    Note: 208715.1 - Item Import Errors When Loading Into Child Organizations
    https://metalink2.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=208715.1
    Note: 360542.1 - Import Price Catalog Errors with Master/ Child Conflict on the UOM when Importing Item
    https://metalink2.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=360542.1
    Regards,
    Hussein

  • CALL Transaction 'MIRO' return error messages in MESSTAB

    Dear All,
    We have created a test function module to call transaction 'MIRO', the function works fine on one server but the same give error messages on other server.
    The messages returned by call transaction is as follows
    ======================================================
    Messages retunrned by 'CALL Transaction MIRO' as on server I (success)
    ======================================================
    1 MIRO SAPLMR1M 6000 I E F5 096 1,002,010.00 INR Advance to Vendors CTU
    2 MIRO SAPLMR1M 6000 S E F5A 034 BusA CTU
    3 MIRO SAPLMR1M 6000 S E M8 060 5200000423 CTU
    ======================================================
    Messages retunrned by 'CALL Transaction MIRO' as on server II (error)
    ======================================================
    1 MIRO SAPLMR1M 6000 S E F5 480 RE Doc. Header Text CTU
    2 MIRO SAPLMR1M 6000 I E M8 584 CTU
    3 MIRO SAPLMR1M 6000 S E F5 480 RE Doc. Header Text CTU
    4 MIRO SAPLMR1M 6000 S E 7Q 333 1008473 CTU
    5 MIRO SAPLMR1M 6000 E E F5 480 RE Doc. Header Text CTU
    In fact, when the MIRO screen is displayed to user and user enter the data in MIRO and simulate, there is no error.
    But when we post the transaction the screen is exited without displaying the invoice document number.
    Where as if we call MIRO directly, it works fine without any error.
    Kindly help.
    Regards
    Ruhi Hira

    The sample code is
    FUNCTION Z_TEST_MIRO.
    ""Local Interface:
    *"  EXPORTING
    *"     REFERENCE(ERRCODE) TYPE  N
    *"     REFERENCE(INVOICENUMBER) TYPE  C
    *"     REFERENCE(OLDINVOICENUMBER) TYPE  C
        DATA: BEGIN OF tran_opts,
            dismode   TYPE ctu_params-dismode VALUE 'A',
            updmode   TYPE ctu_params-updmode VALUE 'S',
            cattmode  TYPE ctu_params-cattmode,
            defsize   TYPE ctu_params-defsize ,
            racommit  TYPE ctu_params-racommit,
            nobinpt   TYPE ctu_params-nobinpt VALUE 'X',
            nobiend   TYPE ctu_params-nobiend,
        END OF tran_opts.
        DATA: BEGIN OF MESSTAB OCCURS 10.
            INCLUDE STRUCTURE BDCMSGCOLL.
        DATA: END OF MESSTAB.
        ERRCODE = 0.
        GET PARAMETER ID 'RBN' FIELD OldInvoiceNumber.
        DATA BEGIN OF BDCDATA OCCURS 1.
            INCLUDE STRUCTURE BDCDATA.
        DATA END OF BDCDATA.
        CALL TRANSACTION 'MIRO' USING BDCDATA OPTIONS FROM tran_opts MESSAGES INTO MESSTAB.
        LOOP AT MESSTAB.
            WRITE: / MESSTAB-TCODE,
            MESSTAB-DYNAME,
            MESSTAB-DYNUMB,
            MESSTAB-MSGTYP,
            MESSTAB-MSGSPRA,
            MESSTAB-MSGID,
            MESSTAB-MSGNR,
            MESSTAB-msgv1,
            MESSTAB-msgv2,
            MESSTAB-msgv3,
            MESSTAB-msgv4.
            IF MESSTAB-MSGTYP = 'S' AND MESSTAB-msgid = 'M8' AND MESSTAB-msgnr = '060'.
                invoicenumber = messtab-msgv1.
            ENDIF.
        ENDLOOP.
        IF OldInvoiceNumber = InvoiceNumber OR InvoiceNumber IS INITIAL.
            ERRCODE = 1.
        ELSE.
            ERRCODE = 0.
        ENDIF.
        REFRESH BDCDATA.
    ENDFUNCTION.

Maybe you are looking for

  • How to set the minimial right to run a report only on SQL express Reporting Services

    Hi, I tried several times on setup a SERVERNAME\USERA from the "Home-Report Manager --> Site Settings --> Security --> New Role Assignment.. I also checked it already have the roles (System Administrator, System User) being assigned When I try to run

  • IPad 3G Int'l Plan - Calculate Usage

    I am traveling to Spain in a couple of weeks and am considering buying an international plan but cannot figure out which plan to buy. I looked at View Account but it doesn't tell me anything about my data usage because I suspect 99% of the time I am

  • Allocate channel sbt_tape hangs for one database, but not others.

    We are using Commvault's Simpana Oracle iDataAgent v8.0.0 on Windows 2003 R2. The database version is 10.2.0.4 and all of the databases run from a single ORACLE_HOME. The problem is that in one of my databases, allocate channel ... type sbt_tape... h

  • Javascript code does not work in preview

    I use the following code to determine if an object is an array or not function isArray (arg)           if (typeof arg == 'object'){                     var criteria = arg.constructor.toString().match(/array/i);                     return (criteria !=

  • Is there a way to tell if you are in Web Start or Standalone mode

    Hello, I am working on a program that can be ran either in Web Start or Standalone mode. Is there a way I can tell inside the code which mode I am in? The reason why I ask is because if I am in Web Start mode I store files using the PersistenceServic