Upload item subinventory info

we are using 11i.
we have about 300 item codes and every month we have 10 new item codes.
we have about 500 subinventory code to represent our stores.
we would like to maintain the item subinventory where
1) limit some stores to have some item codes, and not allow some other item codes.
2) min-max for each item codes in each stores.
thus, we have to do maintenance of 300* 500 =150000 records, and every month we have 10 * 500=5000 new records.
can we have a upload functions?
we ruled out data loader-> too troublesome.
we can't find the interface table, we can't find the API.
please advice.

there is no such API or interface table for this case, please see:
Bug 5380622 : ITEM SUBINVENTORY LOCATOR RELATIONSHIP API

Similar Messages

  • Item subinventory and procurement details table info

    hi all
    i have this requirement to take a report of all Spare parts and Other Inventory Organization Items, which are active, from ERP with the Last Procurement details. If the Procurement information is not available , the supplier name field should be blank. also to provide the UOM, inventory org and sub inventory information too against each item.
    i tried the following query from the INV abc super user responsibility
    select DESCRIPTION,segment1,segment2,segment3,PRIMARY_UOM_CODE,PRIMARY_UNIT_OF_MEASURE ,
    organization_id
    from mtl_system_items where
    rowid IN
    select rowid from
    select rowid, row_number() over (partition by SEGMENT1 order by null) rn from mtl_system_items
    where  INVENTORY_ITEM_STATUS_CODE ='Active'
    and    organization_id  IN (105,121)
    where rn = 1
    )kindly guide me to include subinventory information ,when the Master Item form is opened in tools there is Item Subinventory ,i am not
    able to get the table name related to item subinventory so i could include in my query
    also how do i get the procurement information
    kindly guide
    thanking in advance

    hi
    thank you very much for the helpful guidance
    could you please guide as to which column info has to be fetched in the query
    for the procurement details from the table po_lines_all
    also which column wud show the subinventory information ( i see source_subinventory
    and secondary_inventory) from the view MTL_ITEM_SUB_INVENTORIES_ALL_V
    with the joins you have suggested i have made th query below
    SELECT DISTINCT msi.description, msi.segment1, msi.segment2, msi.segment3, msi.primary_uom_code,misalv.SECONDARY_INVENTORY,misalv.source_subinventory,
    pov.vendor_name,
                   msi.primary_unit_of_measure, msi.organization_id
              FROM mtl_system_items msi,MTL_ITEM_SUB_INVENTORIES_ALL_V misalv, po_lines_all pla,po_headers_all pha,po_vendors pov
             WHERE msi.inventory_item_id=misalv.inventory_item_id and
               msi.inventory_item_id= pla.item_id and
               pla.po_header_id=pha.po_header_id and
               pha.vendor_id=pov.vendor_id and
                msi.organization_id=misalv.organization_id and
               inventory_item_status_code = 'Active'
               AND msi.organization_id IN (105, 121)now this query has only 3586 reecords whereas the initial query you had posted had 7785 records
    i suppose the items without vendor name ,procuremnt details dont come up thts why the decrease in record count
    is it possible to show those items too which dont have subinventry,procurement,vendor info
    kindly guide
    thanking in advance

  • Question on the value of an Upload item

    Hi all,
    I have an upload item (:P100_UPLOAD) with a Submit button. When I click on Submit I notice that the value of the upload item is different if access it from javascript or from PL/SQL process.
    From javascript (using html_GetElement('P100_UPLOAD').value), it gives me : C:\Documents...\myfile
    and from PL/SQL (:P100_UPLOAD) it returns something like F30011/myfile ...
    Could someone explain me the difference ?
    Thanks a lot,
    Othman

    Othman,
    Whenever an ApEx page containing a File Browse... item is submitted, if a file has been selected it will be uploaded and stored in the wwv_flow_file_objects$ table (which is accessible via the APEX_APPLICATION_FILES) view. Part of this process includes giving the file a unique ID (such as "F542896243/myphoto.jpg") which is stored in the NAME column in this table. To enable you to then reference and find this file in the APEX_APPLICATION_FILES view, ApEx also sets the value of your File Browse... item in session state to be the same as this unique ID.
    The value you get with javascript is the value that the HTML element itself has (i.e. the full local path to the file you selected.)
    Hope that makes sense,
    Andy

  • Upload item long text in RFBIBL00

    Hi All,
    is it posible to upload item long text(item text) in accounting document using RFBIBL00 program?
    If not there is any tool except creating new program?
    Hengky

    Hi,
    I do not think that it is possible to update long text using this program. You need to write your own report. Check for FM READ_TEXT and SAVE_TEXT.
    Cheers

  • Inbuilt RFC/IDOCs to upload ITEM MASTER DATA in SAP IS Retail system

    Hi,
    Kindly let me know the inbuilt IDOCs/RFCs to upload ITEM MASTER DATA in SAP IS Retail system.
    Otherwise let me know the tcode to check the inbuilt IDOCs/RFCs in SAP IS retail system or let me know all MASTER DATA related inbuilt IDOCs/RFCs in SAP IS retail system.
    Thanks
    Ramesh

    Hi,
    Please check below link. hope it helps you to answer your question
    http://wiki.sdn.sap.com/wiki/display/Retail/SAPRetailPOS+Interface

  • How can i upload items in the product catalog ?

    Hello ,
    How can i upload items in the product catalog? ( Other than running the concurrent program to import the items from inventory module) 

    Hi,
    Is this in iStore or Other CRM Module?
    Regards
    Shyam
    Please see following Metalink Note ID for all in One solutions
    Oracle E-Business : All In One Metalink Note ID's
    If you are happy with the Document, please mark as Helpful by doing so this will provide assistance for other people looking for answers to their queries.

  • How to handle table control in BDC while uploading item details for anorder

    How to handle table control in BDC while uploading item details for an order?
    What is the use of CTU_PARAMS structure in BDC?
    In Finance I have done some changes to the layout set by coping to a zscript(duning letter) and how can assign the print program?
    What is the process to test the finance script?
    How can I see the print preview whether it is coming correctly or not?
    Thanks in advance.
    Regards.
    Abhilash.

    hi,
    for the bdc control refer the following link:
    http://www.sap-img.com/abap/bdc-example-using-table-control-in-bdc.htm
    ctu_params:
    refer to the link
    https://www.sdn.sap.com/irj/sdn/wiki?path=/display/abap/dataTransfers-LSMW%2CALE%2C+BDC
    reward if useful,
    thanks and regards

  • Master Items, Customer Info can be shared across Operating Units..?

    Dear All,
    I need to create a different Operating Unit having a different Legal Entity, under the same Business Group.
    In this case, can the newly created Operating Unit's Organizations can access the Master Items, customer Info, Vendor info etc..?
    Please update...

    you may need to have a look at Oracle's "Master Data Managment" suite of products
    http://www.oracle.com/us/products/applications/master-data-management/index.html
    Oracle's enterprise master data management (MDM) suite of products consolidates and maintains complete, accurate, and authoritative master data across the enterprise and distributes this master information to all operational and analytical applications as a shared service.
    Oracle's suite of products for enterprise master data management is the most complete MDM offering on the market. MDM applications manage customer, supplier, product, and financial data with data governance services and supporting world-class integration and BI components
    If you need more info, get in touch with me at kamal dot shah at yahoo dot com
    cheers
    kamal

  • Button from file upload item in wrong language

    Hallo,
    when i create a file upload item, the text from the search button is in wrong language.
    The application primary language is en-us. And the ApEx language is en-us too.
    Instead of "Durchsuchen..." I would like to have "Search..." as button text.
    Can somebody help me?
    Thank you in advance!
    Kind regards
    Michael87

    Hello Michael,
    >> I'm talking about the button which is part of the "File Browse" item.
    In that case, you’re in troubles :)
    The “Browse” button is not generated by APEX, and as such it’s not subject to the APEX translation mechanism (or application language). This button is generated by your browser, as part of the HTML <input type="file"> tag (http://www.w3schools.com/htmldom/dom_obj_fileupload.asp), which APEX uses to render its item, and its text and language are determined by the language of your Web browser.
    Regards,
    Arie.
    Please remember to mark appropriate posts as correct/helpful. For the long run, it will benefit us all.

  • Upload item text for FI document using BAPI_ACC_DOCUMENT_POST

    Hi,
    I need to upload FI document posting using BAPI_ACC_DOCUMENT_POST.  However item text that I received is too long and need to store at item long text.  So can we use BAPI_ACC_DOCUMENT_POST to upload long text for item text? If this possible, may I know how to do this.
    Thanks.
    Regards,
    ain

    Hi,
    You cannot pass item long text using this BAPI,  Call the function module SAVE_TEXT after successfull call of BAPI
    Call Save_Text with following parameters.
    Text_ID : 0001 (Notes)
    Text_object : DOC_ITEM (Line Item Text)
    Language : EN
    Text Name : Company code +Document NO + Fiscal Year + Line item ID
    Regards
    Vinod

  • Item level Info record PO text field in Purchase Order Me21n transaction

    Hello All,
    I have to enter some information in the PO info record text field (which is in Item level Texts tab of ME21n transaction ) using an user-exit at the time of creation/change of purchase Order.
    Does anyone knows the user-exit and how to update the text field ?
    Any help is really appreciated
    Thanks
    Ricky

    Check with : Enhancement : MM06E005
    Function module : EXIT_SAPMM06E_017
    This user exit will trigger when you enter the data in item level(Both creation and change)

  • Synching contacts, other items on Info tab now taking over an hour!

    This started with the itunes update that brought MobileMe support. Synching contacts and other items on the Info tab before this version of iTunes would take seconds- probably quite a bit less than a minute to synch everything on the Info tab. Now, my Contacts (synching with Outlook) take about 45 minutes to synch, and everything on the Info tab combined takes a little over an hour. And this data almost never changes. I have only around eighty contacts, which haven't changed in months, only one scheduled event, etc. Over an hour??? I can import my whole contact list into Google contacts in less than 5 seconds. This happens on a 1st gen iphone and two different 3g iPhones, and I even tried reinstalling iTunes and making sure Outlook was auto-archiving. What next? I now have to basically skip synching anything on the Info tab. Is this just underhanded MobileMe marketing? Anyone else experience this?

    OK I've got this one resolved. the solution was in the sticky in this section about resolving syncing problems with Contacts under Windows. It suggested to go to Edit -> Preferences -> Syncing, and click the "Reset Sync History" button. Now the problem they described this being the solution for is not the problem I was having- all my syncs were accurate, as far as I know; but I don't care at this point- it worked, so I'm happy. If you are spending several minutes syncing Contacts, try the above.

  • Line item type Info Object ????????/

    Hi friends
       just for clarification is there any 0 Info Object available for Line Item Type field (i.e,  LINETYPE (char 5) in FAGLFLEXA Table)....or do I need to create a custom object...
    Thanks

    Hi,
    No need to waste much time here. If you are not able to find any relevent IO in Buisness content also , then create a new z-info object.
    With rgds,
    Anil Kumar Sharma .P

  • Error when upload items in PIM

    Hello!
    I need to upload INTO PIM 5 000 000 items via API:
    EGO_ITEM_PUB.PROCESS_ITEMS
    EGO_ITEM_PUB.PROCESS_USER_ATTRS_FOR_ITEM.
    I write some code and start it.
    I received error no free space after insert 67000 items.
    I did small analysis: "/var/tmp" has a lot of files like 'EGO_USER_ATTRS_DATA_PVT-2456282', so free space is off.
    I eraze its manually and continue.
    What is way to avoid this problem ?
    Kind Regards
    Lev

    I resoved it:
    It was debug log.
    I disabled log by set p_debug_level = 0 in call EGO_ITEM_PUB.PROCESS_USER_ATTRS_FOR_ITEM.
    All ok!

  • PIM Item upload - Item Organization assignment access privilege issue

    After doing my analysis and scanning through Oracle Support website, I am posting this question here.
    Scenario: Item 100 was created in org X by user A using PIM Item Upload. Now, a user B is trying to create the same item in org Y and getting the error INV_IOI_ITEM_ORGASSIGN_PRIV. If the same user A tries to create the item in org Y, it works fine without any issue.
    I have checked that the ICC definition (Development Manager -> Setup -> Setup Workbench) has all users added under the People tab.
    I am sure I am missing a basic step here that will allow a user B to create an item 100 created by a user A in org X in a different org B. Please advise.
    Edited by: 881114 on Nov 8, 2012 6:56 AM

    Sir,
    For this program the two value sets used are
    INV_ITEMASSIGN_HIER_ORIGIN (this is C1 for u)
    INV_ITEMASSIGN_HIER_WITH_SRC (this is not showing the expected value) this is dependent value sent and is checking that INV_ORGHIERARCHY_PVT is contained in the previous value set.
    Can you please confirm that the responsibility from which you are running the request has the C2 organization access?
    Thanks
    Karthik.

Maybe you are looking for