Don't see new Item on Purchasing

Hi my friends!
I have an error. I create new item on OPM inventory. But when i create a Purchase Order, I can't find it.
Can you help me?

Hi
Syncronize all OPM Items should assign to all OPM organizatios. You need to mainly assign it to all OPM Warehouses and Organizations in which the material is to be received. The above process is good for syncronization.
Now. why you cant see hte items still. Please cehck you purchasing setups to see if there is any problems
Also, in Discrete Item Master check if the flags of "Puchasable", "Inventory" etc.. are checked at both Master Org Level and Item Organization Level
Regards
Girish

Similar Messages

  • I bought a brand new mac and follow through setting up process with my apple id but when I open App Store I don't see lion into the purchases list. why?

    I bought a brand new mac and follow through setting up process with my apple id but when I open App Store I don't see lion into the purchases list. why?

    Updates come through Software Update not the App Store. If you have to reinstall Lion that is done via Internet Recovery.
    OS X Lion- About Lion Recovery
    OS X Lion- Run Software Update to use Lion Internet Recovery
    Lion maintenance and recovery operate via the Recovery HD. It's possible to create a separate recovery disk on a flash drive using OS X Lion: About Lion Recovery Disk Assistant.
    To boot into the Recovery HD:
    Boot to the Recovery HD:
    Restart the computer and after the chime press and hold down the COMMAND and R keys until the menu screen appears. Alternatively, restart the computer and after the chime press and hold down the OPTION key until the boot manager screen appears. Select the Recovery HD and click on the downward pointing arrow button.

  • I downloaded 2 movies that I rented last night and don't see them in my purchased items

    Feel stupid even asking this but I downloaded 2 movies that I rented last night and don't see them in my purchased items?  So I thought maybe it didn't fully download and went to do it again and it said you already rented do you want to rent again?
    <Edited By Host>

    Not under Movies?
    iTunes 12 for Mac: Rent movies from the iTunes Store

  • HT204088 I've noticed a charge on my credit card for $8.49 each month.  I looked at my Apple iTunes purchases and don't see it in my purchase history.  How do I find out what this charge is for?

    I've noticed a charge on my credit card for $8.49 each month.  I looked at my Apple iTunes purchases and don't see it in my purchase history.  How do I find out what this charge is for?

    If it's happening every month then it's likely to be an auto-renewing subscription - there are instructions on this page for managing and stopping them : http://support.apple.com/kb/HT4098

  • TS1702 Hi , I purchased an application irusradio two years ago  , I see it in my purchase history  on itunes.  Howevewr, in appstore on my iphone 5s i don't see it in my purchases , so I can't download it , only buy it again!  Why?!

    Hi , I purchased an application irusradio two years ago  , I see it in my purchase history  on itunes.  Howevewr, in appstore on my iphone 5s i don't see it in my purchases , so I can't download it , only buy it again!  Why?!

    Hi , I purchased an application irusradio two years ago  , I see it in my purchase history  on itunes.  Howevewr, in appstore on my iphone 5s i don't see it in my purchases , so I can't download it , only buy it again!  Why?!

  • New items to purchase requisitions

    Hi all,
    I want to add new items to purchase requisitions, which bapi or function can I use?
    I tried BAPI_PR_CHANGE and BAPI_REQUISITION_CHANGE, but these functions didn't work for new items..
    Thanks..

    Hi,
    You can use FM ME_UPDATE_REQUISITION for updating the purchase requisitions.
    You have to pass XPREXT-KZ = 'U' as import paramter along PR number as import paramter.
    Rest data can be passed to corresponding tables.
    Hope this solves your query.
    Regards,
    Brajvir

  • Ipod touch update with january apps, don't see new apps

    Hi, I've buy the january update for add the new apps to my ipodtouch, but just transaction complete my ipod don't update with new apps. I try to syncronize but i don't see any new icons on my ipod.
    I see on my itunes property and purchase is complishied.
    Any suggest?
    Thanks, Marco
    (sorry for my english...)

    I have the same problem as Marco. I have tried everything in the article from Apple but it was absolutely no use. I had tried everything that it suggested before I even went online to try to see if anyone else had the same problem. I wasted almost my whole Saturday trying to resolve this, all to no avail. If anyone has a solution I would be very grateful. I am an ardent Apple supporter, and have recommended Apple computers to many friends and relatives. I am therefore very disappointed that Apple has gone back to its bad habits of releasing software that has obviously undergone little or no beta testing. I hope a solution can be found quickly.

  • Don't see new UI in FF v21

    I have FF v21 for Windows but I don't see the updates to the UI. For instance, my tabs are still under my bookmark toolbar, I don't see the Firefox button in the top left and I don't see the bookmark button on the right. I'm using an add-on theme but tried setting it to the default to see if that made a difference...it didn't.

    This is because you are on Windows XP. Firefox doesn't switch XP users over to the new UI on an update. You can turn it on however if you'd like. Go to View, then Toolbars, then uncheck the Menu Bar. You should see the Firefox button now.

  • My CC applications are up-to-date but I don't see new features in InDesign. Why?

    I've updated my Indesign but I don't see any of new features or they don't work. Why???
    Does a corporate member make any difference to this?
    Thanks for your help (if anyone could....).

    Check your Creative Cloud app. Otherwise run the cleaner tool and start from scratch.
    Use the CC Cleaner Tool to solve installation problems | CC, CS3-CS6
    Mylenium

  • FM to create a new item in Purchase Order

    Hi Experts,
    I am using BAPI_PO_CREATE to create PO's from frontend. Now I want to create a new item in same PO which i have created earlier, the way we can do in me21n. I think i cant do this through BAPI_PO_CREATE FM. Can anybody pls help me regarding this.
    Waiting for ur valuable guidance..
    Regards,
    Rajesh

    Hi,
    USE BAPI_PO_CHANGE.
    Ex code:
    CALL FUNCTION 'BAPI_PO_CHANGE'
        EXPORTING
          purchaseorder = ws_podetls-ebeln
          poheader      = ws_poheader
          poheaderx     = ws_poheaderx
        TABLES
          return        = ws_return
          poitem        = ws_poitem[]
          poitemx       = ws_poitemx[]
          potextitem    = ws_potextitem[].
      IF sy-subrc NE 0.
    No sy-subrc check is required
      ENDIF.                               " IF SY-SUBRC NE 0
      IF ws_return-type EQ wc_message_s OR
         ws_return-type EQ wc_message_w OR
         ws_return-type EQ wc_message_i.
    To commit the transation for succesfull records
        CALL FUNCTION 'BAPI_TRANSACTION_COMMIT'
          EXPORTING
            wait = wc_x.
        PERFORM 0002_populate_istatus.
        IF sy-subrc NE 0.
    No sy-subrc check is required
        ENDIF.                             " IF SY-SUBRC NE 0
      ELSE.
        LOOP AT ws_return.
          IF ws_return-type EQ wc_message_e.
            MOVE:
               wc_color_red TO o_status-lights,
               ws_return-message TO o_status-message,
               ws_poheader-po_number TO o_status-ebeln.
        Reading the ws_poitem table for error messages.
            READ TABLE ws_poitem1 INDEX ws_return-row.
            IF sy-subrc EQ 0.
              MOVE:
                ws_poitem1-po_item TO o_status-ebelp.
            ENDIF.                         " IF SY-SUBRC = 0
            APPEND o_status.
            CLEAR o_status.
          ENDIF.                           " IF ws_return-type..
        ENDLOOP.                           " LOOP AT WS_RETURN
    To rollback the transation for error records
        CALL FUNCTION 'BAPI_TRANSACTION_ROLLBACK'.
        IF sy-subrc NE 0.
    No sy-subrc check is required
        ENDIF.                             " IF SY-SUBRC NE 0
      ENDIF.                               " IF ws_return-type EQ 'S'
    Amresh.

  • I don't see new image versions when exporting, etc.

    Hi,
    When I try to post pictures from FB to Aperture, I don't see any of my edited version, only the originals.  This also happens with other applications...including setting my desktop photo under system preferences.
    Any suggestions?
    Thanks.

    To see the edited versions of your images in the Media Browser and to be able to set the Desktop etc., you need to create Previews in Aperture. How are your Preview Preferences set?
         Aperture -> Preferences -> Previews
    Regards
    Léonie

  • Not able to see new Item in OPM-ASCP

    Hi everyone,
    I am working on OPM-ASCP.I have defined a Forecast Set,Schedule and a Sourcing Rule.When I am trying to assign the Sourcing Rule to an assignment set i am not getting my new item in the LOV.Please tell me what should i do?
    regards and thanks in advance,
    VAS.

    Hi ,
    I think you are doing al this from RSA1. Please user RSA1OLD for making any changes to 3.x data source.This avoids a lot confusions in terms of proposal and fields tabs which exists as a part 7.0 data source..
    In RSA1OLD , go to the change mode of data source you will be able to add the new fields.
    Hope this solves your issue.
    -Vikram

  • Latitude E4300 don't see new Seagate 750Gb HDD

    I'd like to change my old Seagate 160gb 7200rpm disk to the new one: Seagate Momentus 750GB 7200rpm (st9750420as). I don't know why but the e4300 BIOS can see this disk only sometimes (i've noticed that it's happens only when i've unplugged the CMOS battery, left laptop alone for day or two or plugged the disk to my eSATA adapter, boot system from it and plugged it back to e4300).
    Disk works fine in all other laptops that I have but not with this one (and even with this eSATA adapter on this e4300 works in everytime!).
    The only difference that I see between those disks is current consumption (0,7A in 750gb and 0,62A in 160gb), maybe it's relevant?
    I've tried all of the SATA settings in BIOS (ATA, AHCI, IRRT), with no difference.
    Can you help me?

    I think that the problem is causing by the Dell's Fast boot option in bios that was enabled. Anytime when I changed something in laptop hardware (put another ram memory or reset CMOS), bios have to be turned up in the normal (longer) way. But the second and subsequent boot on the same configuration has always failed, because it's trying to fast boot.
    I turn off the fast boot option, but it's solved the problem only partially.
    Do you know, what could cause this problem and how can I turne the Fast boot on with this particular HDD?

  • IPhone and Other 2.4GHz Units Don't See New Time Capsule Net

    Problem: My iPhone and other 2.4GHz equipment do not see my new Time Capsule network.
    I had an old circa 2006 Apple Extreme network and decided to upgrade with a dual-band Time Capsule. After setting up the Time Capsule with as close to the old settings of the AEBS as I could, I am no longer able to see the network with either my iPhones or other 2.4GHz units. I'm currently running with only the Time Capsule. The AEBS is off, although I do intend to add it to the network after my initial configuration problems are solved. I've searched the discussions for problems like mine and worn out Google looking for the answer. I'm stumped.
    Here are some of my setting on Airport Utility:
    Create a wireless network
    Allow this network to be extended is checked
    Radio Mode: Automatic (I've tried several combinations by holding down the option key, but none seemed to change anything)
    Radio Channel - Automatic (summary shows 149 (automatic) and 3 (automatic) currently
    Wireless Network Options - use wide channels is checked
    Guest network enabled
    Internet Connection is PPPoE

    do you know what encryption is being used?
    is the same at work?

  • How to approve new item code ?

    hello experts,
    I created a new item in purchase item master. now I am trying to create a requisition and purchase order but that item is not displaying in find dialog box.
    is I have to submit for approval? if yes please guide me how to submit for approval.
    I am new for oracle apps.
    thanks
    yash

    It is not enough, if you just create an item.
    It needs to be enabled for purchasing and available in the master org (inventory organization that is configured as item validating org in the Purchasing --> Financial options menu).
    If you are new to apps, the best thing is to use copy item menu to create a new item or use the purchasing template to create new items.
    Else, you can use, one time items (i.e only provide item descriptions in the req\po along with category) and create req\po.
    Regards.
    Paarthy

Maybe you are looking for