Auto Receiving of OSP items

Hi Gurus,
i am new to OSP flow.I need a requirement to automatically receive OSP Items that have been moved in the related WIP move transaction. After every OSP move that goes though a charge point Oracle will send a matching request to purchasing to have those OSP charges paid for. Oracle can be automated up to the creation of the blanket order release. I need to automate next step by monitoring for releases then completes the receipt process.
Could any guide or provide me steps at higher level complete above requirement.
Thanks,
ashok

Ashok, You can achieve the same by making OSP resource as PO Receipts, that will make sure that move is not automated on Receipt. After that check for any move transaction on OSP job and create appropriate Receipt transaction by RCV interface.

Similar Messages

  • Over Receipt Controls for OSP Items in 11.5.9

    Is anyone aware if Over Receipt Controls is set to Warning in the organization Receiving parameters does this work for OSP items? Doesn't seem to but hopefully I am missing something.

    Is anyone aware if Over Receipt Controls is set to
    Warning in the organization Receiving parameters does
    this work for OSP items? Doesn't seem to but
    hopefully I am missing something.hai stick,
    over receipt control will work provided if u have defined the over completion tolerance for the particular job
    regards,
    gan

  • When I tap the "download for Android" on my Android phone, I receive a "requested item could not be found" error message.

    I am attempting to install Firefox mobile on my Android phone. When I tap "download for Android" on my current browser, I receive a "requested item could not be found" error message.

    Firefox will not appear in the Market for most phones with incompatible hardware. You can check if your phone is supported here:
    https://wiki.mozilla.org/Mobile/Platforms/Android
    On some supported devices, a bug prevents Firefox from appearing in the Market. This may be related to the recent Market update. You can go to Settings/Applications and uninstall the Market update, then find and install Firefox.
    Or, if you have a supported phone, you can download the app directly from here:
    http://ftp.mozilla.org/pub/mozilla.org/mobile/releases/4.0b3/android-r7/multi/
    (Note: To download the app directly for an AT&T phone, you will have to search for instructions on "sideloading" the APK file, since AT&T disables the option to install from non-Market sources.)

  • SRM Notification sent but user has not received the work item

    The notification is received by the user but the work item is not actually visible in the user's inbox.
    Please suggets what to do?

    Hi
    The user will receive the work-item in few cases only.
    1) Incase the manager has partially rejected the Document.
    2) Incase Buyer has made some changes to the Document.
    Hope this will help.
    Please reward suitable points.
    Regards
    - Atul

  • Ipad 2 not auto receiving mail from IMAP account

    Hi, I have an iPad 1 & 2 and an iPhone 3Gs.
    I have may email accounts with different servers, Apple, Yahoo, Google & 1&1.
    All auto receive mail via push, except for the 1&1 acc on the iPad2.
    Checked & double checked settings are same as on iPhone & iPad 1 which both receive mail from that account without issues.
    The only way I can get to see new mail from the 1&1 acc on it is to open the mail app and sit back for it to come in!
    What could I possibly be doing wrong? Is anyone else having the same issue?

    I am. I have a G5 and an iPad. I can get my mail from the G5, or by logging onto the server via Internet, but my mail app tells me it can't connect to the server. I've tried all the fixes on the other, similar threads... Set both fetch to manual, hard restart, reconfigure, etc. I can get it to work once after hard reboot.

  • AUTO RECEIVE FILES

    Does anyone know if apple plan to add an "Auto receive" feature to the ichat?
    Come on apple

    If we did know, we wouldn't be able to tell you anyway as it's against the TOS to discuss software that has not been released or rumors.
    In the meantime, send feedback.

  • Updating LIKP-ANZPK when goods receiving one line item of Inbound Delivery

    I am Goods Receipting a single inbound delivery line item via function module WS_DELIVERY_UPDATE. Once the line item, and associated Handling Unit, are received, I would like LIKP-ANZPK (number of packages) to be updated with a new total of HU's that are on the inbound delivery. Does anyone know how to achieve this? Is there some flag I'm missing in WS_DELIVERY_UPDATE? Here's my call to this function:
      Format Delivery Number
        CLEAR: gs_vbkok.
        gs_vbkok-vbeln_vl  = gs_e1edl20-vbeln.
        gs_vbkok-wabuc     = gc_true. "GR
        gs_vbkok-wadat_ist = sy-datum.
        gs_vbkok-kzebu     = gc_true. "Posting as Partial Goods Receipt
      Format Picking Confirmation table
        CLEAR: gs_vbpok, gt_vbpok[].
        gs_vbpok-vbeln_vl  = gs_e1edl20-vbeln.
        gs_vbpok-posnr_vl  = gs_lips-posnr.
        gs_vbpok-vbeln     = gs_e1edl20-vbeln.
        gs_vbpok-posnn     = gs_lips-posnr.
        gs_vbpok-ebumg_bme  = gs_l44_sum-vemng.
        APPEND gs_vbpok TO gt_vbpok.
      GR the Individual Inbound Delivery Line Item. ZDL_BADI_HU_SAVE will
      change the HU Status table HUSSTAT and the HU Header table VEKP to
      allow us to delete the HU.
        CLEAR: gs_prot, gt_prot[].
        CALL FUNCTION 'WS_DELIVERY_UPDATE'
          EXPORTING
            vbkok_wa                 = gs_vbkok
            commit                   = gc_true
            delivery                 = gs_e1edl20-vbeln
            update_picking           = gc_true               "update the pck qty
            if_database_update       = '1' "check & save
            if_error_messages_send_0 = gc_true
          TABLES
            vbpok_tab                = gt_vbpok
            prot                     = gt_prot.

    Good Morning
    The solution is to fill KZAPK and KZNTG fields.
    Example:
    CLEAR ls_vbkok.
         ls_vbkok-vbeln_vl  = <ls_created>-document_numb.
         ls_vbkok-vbtyp_vl  = <ls_created>-document_category_sd.
         ls_vbkok-anzpk     = id_volum.
         ls_vbkok-kzapk  = 'X'.
         ls_vbkok-kzntg  = 'X'.
         ls_vbkok-wabuc  = 'X'.
         CALL FUNCTION 'WS_DELIVERY_UPDATE_2'
           EXPORTING
             vbkok_wa       = ls_vbkok
             update_picking = 'X'
             synchron       = 'X'
             commit         = 'X'
             delivery       = <ls_created>-document_numb
           IMPORTING
             ef_error_any   = ld_error.
    https://scn.sap.com/thread/1297166

  • FM to get invoice balance, payments received and open item balance...

    Hello Experts,
    I need to get the invoice balance, the payments received from the customer and the
    open item balance of a given customer customer. Are there any available FM/BAPI for this?
    I need to show this in my form.
    Thank you guys and take care!

    Hai,
    kindly check whether the opening balances and the cl balance of the previous year are same for the GL, other wise carry forward the balances once again from 2000 to  current year.
    There can also be the chance that in the GL Master Data the line item whould not have been activated and it would have been activated only after 2004. Due to which it is showing only the line items from 2004.
    Edited by: MPI SAP FI on Apr 8, 2008 8:51 PM

  • OSP Item, type Currency, charge type PO Move, doesn't charge WIP job.

    Oracle Apps Version: 11.5.10
    Regarding outside processing resources that are of type 'Currency'.
    These are PO Move resources, with a standard rate.
    There is a routing that has a usage defined for this resource on the primary routing.
    When processing this item with a discrete job and completing the outside processing receipt, the amount charged to the Outside processing WIP account is 0.00, not the amount on the resource usage multiplied by the rate.
    When duplicating the exact same scenario, except with a resource of type 'Machine' or 'Person', WIP is charged appropriately after the receipt.
    Why is this? Aren't currency resources supposed to charge WIP?
    Issue/question relates to OSP resources of type Currency. These do not seem to charge the WIP account. Can this be explained?
    Message was edited by:
    sharkema

    Hi Sharkema
    What kind of work is performed by this OSP? Why do you need a Currency resource? Can you clarufy that?
    Regards,
    Ricardo Cabral

  • Auto Clearing of Open Items

    Hi Experts,
    I posted an Invoice and then did post a payment entry for the invoice.I used the Field "Reference" same for both Documents entry but  when i am trying to clear both the Open items i am getting a message saying "Items withholding tax amount is not zero" but the invoice is not having any withholding tax (TDS) can anyone reply to my query.
    In Transaction OB74 i have gave criteria 1 for Reference and 2 for GL Accounts but the same message is being displayed and no open item are cleared
    Please Reply
    Rahul

    Hi Balasaheb,
    I think that your customization for automatic clearing is right and you are having CIN related issue. You can try some other customer open items to make sure that you customization is right. If you want to clear this error, you  need to check the master data of the customer whether the payment needs to be withheld, etc.
    Trust it helps!
    Cheers!

  • Dnt want Auto Multiple Ship Costs items for Same Vendor

    Hi All,
    I have a problem..
    In my shipment my header as well as Legs are cost relevant.
    And i have given automatic determination of item categories in my shipment costs.
    Now the problem is when i have say 2 stages in my route den in my shipment costs
    determines 3 line items automatically and gives the same price for all based on the condition
    records..
    I dont want this to happen coz the charges are the same and paid once only.
    My scenario works fine if vendors are diffrent stage wise.
    But when the vendor is same for the entire route then this leads to duplication of costs.
    Plz any inputs on this.
    Rgds

    Hello,
    Where would I go to set different pricing for the item? We've negotiated different pricing for the same item number at different vendors? Right now the solution addresses only the allocation of product.
    With regards to the % split; let's say I set the split to 50/50. The Planners override mrp and create a PO for the full 100pcs to 1 vendor and not the system suggested 50pcs to vendor A and 50pcs to vendor B.
    Will the system be able to figure out that the allocation has been ignored and re-adjust? Will MRPto buy 100pcs at vendor B and 0pcs at vendor A?
    Or
    Will the system only look forward and say "Whatever the next requirement is, I'm splitting the order 50/50 between the 2 vendors"?
    Thanks again,
    BG

  • In finder folder..all my files... there is a large question mark in the status bar.  When I click it I receive the message Item can not be found

    What does the question mark mean in the states bar of ALL MY FILES window and how do I rectify the situation?  When I click the question mark I get the message "Item can not be found"

    Please post a screenshot that shows what you mean. Be careful not to include any private information.
    Start a reply to this message. Drag the image file into the editing window to upload it. You can also include text in the reply.

  • Unable to auto receive faxes

    Hello, Can anybody please help me to understand how to receive faxes on my mac mini. Everything is set up as the help menus suggest but still no joy. I can receive manually but the mac will not pick up automatically. I'm using an apple external modem on a shared line with a phone. The mac has the primary interface to the line. There are no answer machines on the system. I'm located in Saudi Arabia and the fax is accessed via a tele exchange. This latter point does not seem to be a problem for manual receipts. Any help gratefully received.

    This is mainly for those who happen to come here via a SEARCH ENGINE.  I have dug and tested and this workaround seems to work well.  From my previous post in another thread...
    Check your Application Event Viewer Log.  Error and a crashing DLL.  (Bad Microsoft for not testing)
    FXST30.DLL is broke.
    C:\Windows\System32
    For those who are concerned about security and unknown sites with DLL fixes, just grab the file from a 64bit Windows 7 machine.
    Open SERVICES (Control Panel > Administrative Tools > Services)  Stop FAX Service.
    Take ownership of the file.  (Properties of the file, Advanced) and DELETE that scrap file.  Replace it with Windows 7 version.
    Start FAX Service.
    Let's hope that Microsoft 2012 team "pulls theirs head out..." finds it important to already address this CRITICAL business issue and fix this.  It's amazing how long this issue has been around and they still haven't addressed this.  I hear that
    Server 2008 R2 fails the same way.
    This is outrageous ... have just upgraded our trusty 2008R2 DC (running also fax service) to 2012R2 and guess what, fax service was crashing every time on receiving fax ... the workaround worked, swapped the DLL and we are operational again, THANK YOU!
    We are using a US Robotics faxmodem (USR5638) and it worked flawlessly under 2008R2 SP1, it still does under 2012R2, as noted above the problem is with microsoft library FXST30.DLL which is broken in OS!
    Shame on Microsoft!!!

  • Auto delete old todo items and/or events

    Whenever I check the "Delete todo items after..." and the "Delete events after..." options in the Advanced preferences, iCal becomes really sluggish and after a while, my Mac freezes completely... even force quit key combo wont do anything. All I can do is force reboot it.
    Any ideas on how to fix this?
    Thanks in advance

    Hi,
    From iCal's File menu, select 'Export…' > 'iCal Archive…' and save the archive file. In the Finder open the file and wait for iCal to restore from it. Then turn the 'delete after' preferences back on.
    Let us know how it goes.
    Best wishes
    John M

  • Main email profile (account) not showing at top of folder pane, only local folders, unable to auto receive.

    TB V-24.4.0, Win XP32, Transfered from OE to TB today on friends system getting ready to upgrade to Win 7 64. Original email account is from Verizon.net and was able to import all mail and address book setting correctly into TB. However, at top of TB's folder pane, his main account isn't listed, only local folders. When I sent a test email to his account, it did not receive so I tried to click on the "Get Mail" button above the folder pane without sucess. Next to the right of the "Get Mail" button is a drop down and when I open, I see "get all new messages at the top and his main account (complete email address) below. Now when I click on his email in that button, his main started to populate fine. Looks like the main profile (account) isn't the default and after 3 hours of reading tips, support, help files, etc..at my wits end trying to get it setup correctly so I can back it up with Mozbackup and restore on new system. I would like to include a screen shot but not finding an option to do so at this time, another issue? Thanks in advance.

    given a single pop account import from outlook express, the "Local folder" will be the folders for the account. This is controlled from Tools menu Alt+T) > account settings > Server settings > advanced button.
    This is also where the option to "include this server when getting mail" is hidden. Turn it on if you can.
    Using the local folder is actually less confusing as there is only one set of inbox sent etc. and is all most people need even with multiple pop accounts all using the same global inbox.
    The use on IMAP requires a separate account in the list as content is synchronised folder by folder.

Maybe you are looking for

  • EOL/EOS report generation fails

    Hi, I am using LMS version 3.2 and i am not able to generate EOS/EOL report with error no connection to Cisco. Saw an update i LMS portal as this: Now Available! LMS 3.2:Patch for un-interrupted service of Cisco.com download for Device/Software/PSIRT

  • Outputting Multi-Channel audio to DA-88

    I am trying to layback 8 channels of audio to a DA-88. I am sending 8 channels of AES out of my Multibridge extreme to a IF88-AE AES to TDIF converter that feeds the DA-88 deck. I am able to see the audio on all 8 channels of the DA-88 deck when play

  • Develop: copy after to before for multiple photos?

    Is there a way to copy after settings to the before settings (that of each photo) for multiple photos? I find that I forget to do that after editing a photo. Then saving edits back to the file (cmd-S) flushes the before settings. I've been visiting e

  • N70 Firmware.

    selam ! hello , Bonjour , Merhaba I have Nokia N70, I have try to update starting from here : http://europe.nokia.com/A4176089 but does that say to me that I have already the last version? I have the v 5.0616.2.0.3 date 24.04.06 rm-84! I read in the

  • Any problems? ProApps QuickTime codecs 1.0.2

    I'm running Mountain Lion with Final Cut Studio (FCP 7) as well as After Effects CS5... ProApps QT codec 1.0.2 update... Before I install it I wanted to see if anyone was having any issues with older software once updated... If you're running what I