IStore problem with Ship/Confirm

Hello,
We are running Oracle iStore on Oracle Application Server with Oracle DB 9i.
We have a problem when we try to Ship/Confirm at item that was purchased on our website.
We open the Oracle E-Business Suite window and select Ship Confirm in the Query Manager and enter our:
From Order Number: 7777
To Order Number: 7777
When the record is round it is properly filled in and shows up on the Lines/LPNs tab.
The trouble starts when I click on the "Delivery" tab. We should see the same record at the top of this window but instead it is blank. An attempt to do a Ship/Confirm at this moment gives the error message:
APP-WSH-228467: You cannot perform an action on a new record.
I'm not an Oracle pro and have so far been unable to find anything about this error message. If anyone has any comments or suggestions it would be great.
Sincerely,
Jerry

You can use Javascript to confirm a delete, and delete an object in the following manner.
//link to delete an object..
<a href="thisPage.jsp?delete=<%= itemID %>"
   onClick="return confirm('Are you sure you wish to delete this item?');">delete</a>Then, at the top of the JSP pageif(request.getParameter("delete") != null)
   //do whatever to delete, then load the page as normal
}Now, your item will be deleted, and the page will be refreshed to show the changes.

Similar Messages

  • Anyone familiar with Ship Confirm (P4205) Program- where changes were made

    Interested in finding someone who would know in detail pros and cons when making changes particularly to this program trying to alter when inventory is released and when the actual ship date is updated.
    This has come up due to a 2 year change that included an additiona status to ensure that Invoicing could not be done until product had left our site. However now we are posed with a different challenge as data show ship confirmed possibly two or three days before truck leave site which means Invoicing is held up that many days as well based on our new changes which pose a potential problem with Revenue eing reported ina different period. (Could see this at monthend). We have reports in place to ensure that things are in check, but audtitor keep bringing the issue up. so I am wondering if anyone has had a simliar issue.

    I am haveing no luck getting my program to work... so
    if anyone could look at it and make it happen that
    would be great..... If you do change any think I would
    like you to comment it so I know where the changes
    were made.Two things that may help you:
    1 - Post your code using the special tokens - it makes reading easier.
    2 - Explain, in details, what is wrong with your program, don't make us copy, compile and run it.
    Rafael

  • Problems with shipping calculations

    We have been working with BC eCommerce since the beginning of 2013.
    We have been working with UPS and the checkout shopping cart get the shipping costs from UPS.
    However we are experiencing a problem with big orders due to the fact that big orders require a second or even a third box and then UPS charges are higher than the calculation
    here is what is happening righ now:
    we can house 4 products in a box. Each product weights 10.5 pound.
    In orders of 4 or less products we dont have a problem. UPS calculates 1 box of 42 pounds.
    Let's say we have to ship 7 products, then we have a 42 pounds box and a 31.5 pounds box but the system has calculated a box of 73.5 pound which is lower than shipping the two individual orders.
    even using ground transportaion this problem represent 5 to 10 when shipping two boxes and it will grow even bigger when we have to ship 3 boxes (almost $40).
    I appreciate your ideas on how to solve this problem.
    Thanks

    I too, am having issues with inaccurate FEDEX shipping costs. 
    Our FEDEX rep has provided evidence that somewhere along the way, the measurements sent to the FEDEX server, is being provided to FEDEX in metric measurments.
    Which is very strange, as our store is setup in English System of Measurments (U.S. Customary System and the Britich Imperial System) meaning that our dimensions and weight within the BC system are in inches and pounds. (BC support has confirmed that the setup is correctly for inches and pound measurement)
    The result is that the shipping costs generated using integrated FEDEX on BC can be significantly lower than when using the same account info on the client's FEDEX web portal. This signicantly cuts into profits - and in some cases the client can loose money after making an online sale!
    Is anyone else finding this to be the case? Does anyone have any suggestions? My client is very, very frustrated - and naturally does not want to lose money on shipping. Any help appreciated. Thanks.
    TheBCMan - I know you specialize  in shipping calculators, have you come across this?
    GeckoTales - did you ever develop or come across a work-around?
    Thanks everyone. Hope someone has come across this. Am getting desparate.

  • Problem with Material Confirmation (Availability Check)

    Dear All,
    There is a problem with the availability check. when i place order system does availability check and confirms the order. Now say for example i have 100qty of material - X and i created order for 50qty, system confirmed and then i went on creating orders for this , say i have created orders for it for 150qty, so system has confirmed 100 and 50 on future date.
    Now when i try to do the delievry for the first order(50 qty), system gives me an error that "0" qty is available.
    Can you please tell me what may be the reason for this.
    Thanks,

    You can also check in T-code Co09 of the availability. Best and easy one to read for me has been MD04 Transaction code.
    What system does in Sales Order is that it plans the requirement taking into consideration Material availability and if material doesn't exist but sees that in a few days in the future material will be available so system confirms it. Note that physically the material may not even be present. You find out if you really have physical stock in the delivery. For example in the sales order in the future the system sees that a Purchase Order will take place so system confirms it. Even though physically you have not even done a goods receipt for that PO. So any Sales Order which has been created before holds that reservation. So if you make a PO goods receipt in the future all those sales order has taken up this stock even. So the new sales order you created may not even have physical stock present or available as back order  exists.
    If you delete Deliveries that have not had PGI done to them this will take the requirement out of the list of Deliveries you can see this in MMBE if you scroll to the right. You can also do reason for rejection for other old orders to take out reservation in MD04.
    Good Luck
    Ali Lozada

  • Issue with Ship Confirm

    Hi,
    I have created a Sales Order in Oracle Apps R12, booked the sales order and also done the pick release and ship confirm and status of sales order in shipping transaction form is "Staged/Pick Confirm".
    Now I am trying to do the ship confirm, I have entered the shipped quantity, Actions -> Ship Confirm and clicking on OK. Getting the warning pop up message and after clicking on OK button, Requests submitted Bill of Lading, Packing Slip Report and Commercial Invoice. but still the status of line in shipping transactions form is "Staged/Pick Confirm".
    Could you please tell me how can we do it ship confirmed.
    Thanks in Advance.
    Manasa.

    The items on the order are reservable or non reservable? IF non reservable did you mention the Sub inv, locator and lot during ship confirm ?
    Also check how the ship options when you are ship confirming (by rule or ship options). To know what each flag indicates look for warehouse shipping execution guide.

  • Problem with Ship to and Org fields on Purchase Order form

    I query a purchase order and click on the shipment lines button. There are 2 shipment lines in this example. I am using CUSTOM.pll to inject some specific code to restrict the cancel functionality. One line I want to restrict the cancel functionality and the other line I don't want to restrict. The problem arises when I click between the two rows on Org or Ship to fields. No event or trigger gets fired that I can see; hence, the CUSTOM.pll code does not get injected and the user will be able to cancel both lines. Anyone know of any patches that deal with this problem? Thank you for your time,
    -Kevin

    Hi Pankaj
    You can not set item values on Panes (Tabs) that are not visible. You have to show the pane before you can set the value.
    <b>Here is a sub-routine in VB.Net that you can try:</b>
    Private Sub doSetShip(ByRef oForm As SAPbouiCOM.Form, ByRef sShip As String)
                Dim oEdit As SAPbouiCOM.EditText
                Dim oItem As SAPbouiCOM.Item
                Dim iPane As Integer
                Try
                    oItem = oForm.Items.Item("92")
                    oEdit = oItem.Specific
                    oForm.Freeze(True)
                    iPane = oForm.PaneLevel
                    oForm.PaneLevel = oItem.FromPane
                    oEdit.Value = sShip
                    oForm.PaneLevel = iPane
                    oForm.Freeze(False)
                Catch ex As Exception
                    'Handle your errors
                End Try
    End Sub

  • Help - Problem with BAPI confirmation (co11n)

    Hi gurus,
    Please , i need some help with some problems i am having with BAPIs for confirmations.
    I have found this one : BAPI_PRODORDCONF_GET_TT_PROP, to get the propose data, but i i can't figured out how to fill the goodmovements table. I need to do this, because i want to know the proposal of goodmovements, just exactly that sap's does when i enter to the tx CO11N, enter the YIELD quantity and then press "goods movements" button.
    Please, is there some trick or something to make this work? ( i have already put "X" in the import "PROPOSE - GOODMOVEMENTS" , but still is not working).
    If get this, i could put this values in BAPI_PRODORDCONF_CREATE_TT and that's it... i suppose.
    Please help me
    Thanks a lot!

    Hi ,
    Before going into BAPI's , Auto goods movement happens in two ways.
    1. check whether Auto goods receipt is checked in T.code OPKP.
    2. The other way is to assign a Control Key to the operation which has a Auto GR checked.
    Please check these two and then trigger confirmation using your BAPI.
    Hope this helps.
    Best Regards.

  • Problem with javascript confirm() in a JSP

    I'm trying to use a confirm() box in a jsp. I've looked at tons of examples and I still have the same problem. If I just add this to my page the prompt will pop up as expected: (of course it doesn't really do anything.)<SCRIPT LANGUAGE="JavaScript">
    confirm( "Are you sure you want to delete?" )
    </SCRIPT>As soon as I add an if clause around it it doesn't even pop up anymore, such as:if (confirm("Are you sure you want to delete?")){
    <%
         Do some jsp stuff
    %>
    else {
    <%
         Do some jsp stuff
    %>
    }I can include more of the code if needed. This code is for deleting some files, so I want to add an "are you sure prompt?". If they hit ok it will delete, otherwise cancel the operation.
    I assume that the "if confirm( "Are you sure you want to delete?" ) " should wait for a reponse before continuing. Any help is appreciated.
    Thanks,
    James

    You can use Javascript to confirm a delete, and delete an object in the following manner.
    //link to delete an object..
    <a href="thisPage.jsp?delete=<%= itemID %>"
       onClick="return confirm('Are you sure you wish to delete this item?');">delete</a>Then, at the top of the JSP pageif(request.getParameter("delete") != null)
       //do whatever to delete, then load the page as normal
    }Now, your item will be deleted, and the page will be refreshed to show the changes.

  • Problem with Completion Confirmation

    Dear all,
    i created some completion comfirmations, but i cant see any costs in the PM order.
    Any idea whats missing?
    Thanks

    1. Check costing for Work Center is configured Transaction IR01 i.e cost center, formula and activity type is defined.
    2. Enable Cost check for Control Key assigned in operation.
    Regards,
    Saif Ali Momin

  • Problem with warranty

    I purchased a laptop roughly 6 months ago on your website for my son,with an extended warranty that cost an extra 100$. I also had a problem with the confirmation email when i bought it,you guys never sent one,so i had to message you on here for tracking information. So i have no way to get my reciept,and my laptop has locked up and refuses to work,i dont know how to begin to get it fixed,and im at a loss on what to do, He needs it for school,so it needs to be repaired asap. Any help?

    Hi slunkling,
    It was very kind of you to purchase your son a laptop for his school work! I’m sure he truly appreciates the value of this device. I’m sorry to hear you didn’t receive a confirmation email when you originally ordered it, and that it now needs service.
    Using the email address you registered with the forum, as well as your previous conversation here on the forum, I was able to locate your order, and your Geek Squad Protection plan number. As I see this order was from this year, you should also be able to log into BestBuy.com to review your order and print an order receipt by clicking “View Order Receipt”.
    That being said, I am sending you a private message with the information you would need to receive service under your plan. You may check your private messages by signing into the forum and clicking the envelope icon in the top right corner of the page.
    Sincerely, 
    Tasha|Social Media Specialist | Best Buy® Corporate
     Private Message

  • Problems with goods movements cancelling network confirmations

    Hello experts,
    I'm having some problems with goods movement when cancelling network confirmations.
    I assign a component for a operation in the project builder (CJ20N). Then when I execute a confirmation for that operation in CN25 everything works correctly, I can assign the time for the confirmation and SAP automatically carries the component assigned to the operation. Once I have done the confirmation the goods movements and the hours have a correct account assignment.
    The problem is that if I cancel this confirmation, the hours are correctly cancelled but the component is still there. If I try to cancel the goods movement with MIGO it is no possible because the system says that must be cancelled with the corresponding transaction (CN29) but, as I have said, the system does not cancel it.
    On the other hand, If the goods movement goes to COGI transaction and then I post-process the error, If later I cancel the confirmation, everything works correctly.
    Does anybody know why this could happen?
    Thanks and regards
    Laura

    Hi
    I think this question was raised earlier also. The best way is to allot a fixed time slot for your users so as to avoid clash. I suppose i explained that the master data of any material is stored at one place only and if you schedule a background job for this then all your good movement transaction will be in que and performed in orderly manner.
    If automatic posting is not possible then use the time slot method.
    Krishna

  • Problem with po receipts confirmation customization

    hi
    i have a problem with po receipts confirmation customization
    previously once po is approved and run the po receipts confirm concurrent
    program then work flow will be triggered
    they add 15 days more to the due date
    but my requirement i s have to add 15 days to the po approved date.
    in the PORCPTWF .get_order_info procedure they wrote a code
    due date is standard attribute in the po confirm receipts workflow....
    they assign due date to
    x_exp_receipt_date := wf_engine.GetItemAttrDate ( itemtype => itemtype,
    itemkey => itemkey,
    aname => 'DUE_DATE');
    and then
    x_due_date_plus_15 := x_exp_receipt_date + 15;
    wf_engine.SetItemAttrText ( itemtype => Itemtype,
    itemkey => Itemkey,
    aname => 'DUE_DATE_PLUS_15',
    avalue => x_due_date_plus_15 );
    but i need to get po aproved date so there is a select statement in the same procedure i have added approved_date from po_headers and retrived into
    a variable x_approved_date;
    SELECT poh.segment1,
    pov.vendor_name,
    poh.agent_id,
    poh.note_to_receiver,
    poh.approved_date -- i added this
    INTO x_po_number,
    x_supplier_name,
    x_buyer_id,
    x_note_to_receiver,
    x_approved_date -- i added this
    FROM PO_HEADERS poh,
    PO_VENDORS pov
    WHERE po_header_id = x_po_header_id
    AND poh.vendor_id = pov.vendor_id (+);
    then
    i have created a approved_date attribute in the po confirm receipt workflow
    since there is no standard attribute related to approved dat
    and in this procedure i wrote
    x_approved_date_plus_15 := x_approved_date + 15;
    wf_engine.SetItemAttrText ( itemtype => Itemtype,
    itemkey => Itemkey,
    aname => 'APPROVED_DATE',
    avalue => x_approved_date_plus_15 );
    but its not working
    any suggestions....please

    I see that the steps you have performed is correct.
    1. You created an Item Attribute APPROVED_DATE in PO Confirm Receipts workflow definition.
    2. In a function activity, queried approved date from PO Headers and added 15 to it and set this new value to Item Attribtue APPROVE_DATE. (Though it is ok, you may use SetItemAttrDate for a Date Type Item Attribute as a good practice).
    3. You should be able to access this Item Attribute in any of the function activities after the above activity or assign this Item Attribute in a Message Attribute and display it in a Notification Message.
    I would need more information on What is not working (?) in this in order to provide assistance.
    Thanks
    Vijay

  • WWI server problem with report shipping order

    Hi everybody,
    we have a problem with the WWI server and report shipping orders for Inbound documents (PDF):
    after we created an entry in CVD1 and using buttons "Accept" and "Ship immediately" we run the report RCVDEVEN. First time we did it the WWI server started working and ended with error but assigned the correct PDF. After that, the WWI server didt start anyway.
    First error message:
    The description for Event ID ( 91 ) in Source ( PRD ) cannot be found. The local computer may not have the necessary registry information or message DLL files to display messages from a remote computer. You may be able to use the /AUXSOURCE= flag to retrieve this description; see Help and Support for details. The following information is part of the event: PRD.
    Second error message after second attempt:
    The description for Event ID ( 95 ) in Source ( PRD ) cannot be found. The local computer may not have the necessary registry information or message DLL files to display messages from a remote computer. You may be able to use the /AUXSOURCE= flag to retrieve this description; see Help and Support for details. The following information is part of the event:   09/14/09 17:59:49 Start Function 'WWI_SERVER_INFO'
      Initializing parameters
      Initializing Tables
      Receiving data from client
      Sending data to client
    Elapsed time : 0.1 sec.
    OSS note 1058521 has already been found - but nothing described here is relevant for us: the RFC connection is working, the WWI monitor shows the server up and running.
    Any ideas?
    Thank you very much in advance and best regards,
    Christoph

    Hi folks,
    fixed the problem myself. There have been some documents with error in the printer queue of the WWI server.
    Best regards,
    Christoph

  • Blackberry Tour Facebook problem with confirming "Friend requests"

    Until yesterday, my Facebook app worked perfectly on my Blackberry Tour.  As of yesterday, I get an error when I try to "confirm" a "Friend request."  I took out my battery and restarted, but the problem persists.  Any advice is appreciated.  Thanks in advance.
    Solved!
    Go to Solution.

    Likely server problems, not a problem with your FB app or device.
    1. If any post helps you please click the below the post(s) that helped you.
    2. Please resolve your thread by marking the post "Solution?" which solved it for you!
    3. Install free BlackBerry Protect today for backups of contacts and data.
    4. Guide to Unlocking your BlackBerry & Unlock Codes
    Join our BBM Channels (Beta)
    BlackBerry Support Forums Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code

  • Does anyone have problems with some websites where text is overwritten and it is impossible to navigate the site as the buttons to for example confirm purchases do not work?

    I am having problems with some websites - e.g. Easyjet and more recently the Sport Relief website, where the text overwrites other text and images and it means it is impossible click to accept, confirm or find further information?

    lindsayfromstow on the wold wrote:
    I am having problems with some websites - e.g. Easyjet and more recently the Sport Relief website, where the text overwrites other text
    Post a screen shot.
    What browser and what version are you using?
    Have you tried a different browser?

Maybe you are looking for