New Warehouse for selected items

we need create a new warehouse and we need it to be assigned to only some of the items. Can this be done by a DTW import or do I have to go into each and every single item and manually add that warehouse?

Simon,
This can be done via DTW.
You want the template oItems
Then the files:
Items.csv and ItemWarehouseInfo.csv
In the Items.csv file, you only need:
RecordKey (can be numeric "1,2,3" or could be the Item Code)
ItemCode
Then in the ItemWarehouseInfo.csv file you need these fields:
RecordKey (reference back to the header file with Item Code)
LineNum (starts with zero for the first warehouse, then 1,2,3)
WarehouseCode (the warehouse code)
You'll want a line per warehouse for each item, in the warehouse file.
This will add the warehouses to the items.
In DTW, set it to Update
Hope that helps,
Brad Windecker

Similar Messages

  • Create new folder with selected items

    I have a bunch of movies that I would like to place into individual folders of the same name (Without the extension name). I wanted to try and create a keyboard command to do this with the selected files, but can't manage to figure out how!
    What I did was try to create a new service command in automator, then went to keyboard shortcuts in system preferences to assign a keyboard command to it.
    I want to make something that works like control-command-n (to create new folder from selected items), only I want the items to be in individual folders of the same name.
    eg.
    Files selected such as:
    The incredibles.avi
    Cinderella.mkv
    Dogma.mp4
    each moved into individual folders labeled as:
    The Incredibles
    Cinderella
    Dogma
    Also, is there a way to change the control-command-n shortcut so it can create a new folder from a single item? It only works when there is more than one file selected.
    Thanks so much for any help!

    I am going to guess that you start off with a single file - what are you doing to generate these files? My *Get Names of Finder Items* action can get a name to use in the *New Folder* action - items passed to the New Folder action will get copied to it, so a little more detail may help in creating the workflow.
    The *Dispense Items Incrementally* action can also be used to dole out the items one at a time - knowing what the workflow is doing would help with the use of this action as well.

  • Sourcing: Propose sources for selected items

    Hi
    I am running SRM 7.0 in classic scenario - for now in a demo environment. I try to figure out how the sourcing work if I have contracts.
    I creates a central service contract in SRM. This is not replicated to backend at the moment but do it have to be replicated to backend to be proposed as source for my shopping cart in the sourcing cockpit?
    I have created a contract in backend (and only in backend) and this is visible in "Propose sources for selected items"
    Another issue I have is in the following process.
    1. A user creates a SC with a service item (text item)
    2. This goes to Purchasers worklist
    3. Purchaser creates RFx and select bidders
    4. The bidders respond
    5. The Purchaser select the best offer and creates a contract.
    6. The SC is not possible to order anymore so the Purchaser creates a copy of the original SC (on behalf of the user who create  the SC in the first place).
    7. I expect that the contract I created in bullet 5 would be proposed as source of supply in the new SC but it isn´t :-(
    I therefore wondering if it is because the contracts is not replicated to backend at the moment?
    Note:
    I order a text service item and I have filled the Supplier Part number in both the contract and SC but this do not help.
    Hope anyone can help me

    Hello,
    If you are using classic scenario, only backend contracts will be proposed as SOS.
    This means that if you create a central contract in SRM, it should be replicated to ECC in order to be used as source of supply.
    SRM contracts can be used as SOS only in case of extended classic and local scenarios.
    Regards,
    Ricardo

  • New DataSources for Line Items from FI-GL, FI-AP, FI-AR

    Dear Experts,
    Kindly sugest the SAP Note's and SAP Document links on  New DataSources for Line Items from FI-GL, FI-AP, FI-AR
    for( 0FI_GL_14, 0FI_AR_14, 0FI_AP_14 ). and what is the advantage of using this data sources.
    Currently we are using the Data Sources with ( 0FI_GL_4, 0FI_AR_4, 0FI_AP_4 ) and we want to migrate to ( 0FI_GL_14, 0FI_AR_14, 0FI_AP_14 ).
    Please sugest in this regard.
    Thanks&Regards,
    Nagendra prasad.
    Edited by: nagendra prasad on Jul 20, 2010 5:12 AM
    Edited by: nagendra prasad on Jul 20, 2010 6:05 AM

    Hi
    Please find FI_GL_14 related links
    [http://help.sap.com/saphelp_nw70/helpdata/en/49/5700570223413085021a8b4ef1087a/frameset.htm]
    [http://help.sap.com/saphelp_nw70/helpdata/en/45/4f8e8bbf3f4f63a5dd197ef7d53fa2/frameset.htm]
    There is no FI_AR_14 and FI_AP_14. If you want more information directly goto help.sap.com you will find all the details.
    Regards
    YuvaraajP

  • Item availability for selected items and directly create the delivery

    Hi All,
    For a very big sales order ..lets say having 700 line items ...is there any convenient way to create the delivery for selected items ..e.g. 30-40 line items rather going and selecting the line items then doing the item availability.
    do you have any LSMW format by which we can do the item availability for selected items and directly create the delivery.
    kindly Guide me..
    With Regards
    Azeez.Mohd

    Hi ,
    There is no stand way of doing it . You need to take help of abaper to do this :
    1. Create a t code where if you give sale order number , it displays a report with all the items with a check box near to it as we see in SE16 .
    2. This report could be best in ALV form where users can do "ctr+f" and search only the required materials then select those lines and press a button on the top of report .
    3. Once the button is pressed , program will run vL01n ( create delv in backgrnd) in a BDC form . At time of delev creating , the bdc program in backgrnd uses only those items which were selected by user and not the other items .
    4. Program will create a delv using a BDC in background and return the delv number for user to view tht.
    U can also try using FM : RV_DELIVERY_CREATE to create delv in backgrnd after user selection if BDC is getting tricky.
    Hopefully ,this shuld work and will be a easy process for the customers.
    Let us know the outcome .. .
    B O L ..
    Hope this Helps !!!

  • New Document for Residual Items

    Hi,
         During Incoming Payment processing could we create a new document for residual item instead of creating a line item in payment document.
    As we know if we use residual tab SAP clears the Original Invoice and creates a new line item in the clearing(payment) document which will be open. Is there any way we could create a new Invoice for the residual amount. The issue here business does not want to see the residual payments with the same document type as payment document.
    Thanks,
    Sarat.

    This cannot be done using standard SAP functionality. Even to achieve it through custom coding, I assume it is going to be complex.

  • Sub-items not supported for selected item(s) error in LSMW

    Hi gurus,
    Am working on BOM's data load via LSMW. Most of the item are stock items (L) but some of the items i am loading are Text items (T). Because of the customizing done in OS13 (that can't be changed apparently), the LSMW executed in foreground gives the message "Sub-items not supported for selected item(s)" (only as information, green message) and the dataload IS STOPPED.
    Is there a way to :
    -> change OS13 (allow sub-items for text items) : When i try i have an error message.
    -> or to force LSMW program no to go on the sub items screens (this way the program does not stop and the BOM is created)
    Thanks in advance for your answers,
    Olivier

    Found the solution my self all relations between dataload file and sub-items structure had to be suppressed in LSMW.

  • Start new task for select statements

    Hi,
    I have question,
    I am trying to select documents from BKPF depending on selection screen,
    selection-screen:
    s_bukrs ____
    s_budat ____      ____
    s_monat ____      ____
    s_gjahr ____      ____
    for a particular CC for one month there are huge no or records, because of that its taking hrs and hrs to run. I am following the Indices and fields order , no into corresponding fields ...everything...its just because of no of records its taking time.. for those no of records I need to select item data from BSEG table which is more time consuming.....
    my question is
    I want to divide the 1 mon period into 4 weeks and select 4 times at a time in background task so that 4 work processers are used instead of 1.
    eg: if I give for 1 mon 01/01/2006 - 01/31/2006
    I want to split it into
    01/01/2006  01/08/2006
    01/09/2006  01/16/2006
    .           01/31/2006.
    select individually for these dates at a time into 4 Internal tables, I hope any one understood what I mean. Is that Possible ?
    Am I asking too much ?
    please let me know the solution.

    Hello,
    Note : write this program into separate include.
    If you want to divide 4 tasks here is the logic.
    1) Create 4 rangeas and fill dates i mean each range contains 1 week dates.
    do 4 times.
    2) *job open
      call function 'JOB_OPEN'
        exporting
          jobname  = p_job
        importing
          jobcount = l_jobcount.
    3) submit <b>zprogram_name</b> with s_date in  r_datum
                                   with s_kunnr in r_kunnr
                                via job p_job
                                number l_jobcount
                                and return.
    4) *job close
      call function 'JOB_CLOSE'
        exporting
          jobcount  = l_jobcount
          jobname   = p_job
          strtimmed = 'X'.
    enddo.
    Just execute new include in background it will create 4 back ground jobs (for 4 weeks) with in 5secs. Each job execute paralally offcourse depends on processes availablity.
    ********Poorna********

  • PO new pricing for selected custom condition types

    Hi Experts
    We have certain custom pricing conditions determined through condition records.
    Periodically these conditon records undergo changes (new rates maintained).
    We would like to have redetermination of new prices for the custom conditions for all the open POs.
    Is it possible to have this function for the conditons types which undergo changes.
    Thanks
    ramSiva

    Hi ;
    You can filter open PO's with a selection parameter WE01 in ME2N.
    After that , go to MEMASSPO tcode , copy open PO's. And, update conditions with header or item EKPO-EBELP or EKKO-KNUMV.
    Transformation :
    KONV-KNUMV = EKKO-KNUMV.
    KONV-KPOSN = EKPO-EBELP.
    Regards.
    M.Ozgur Unal

  • How to convert an excel file where customers have partial access for selecting items.

    Please Advise,
    I have created an excel file with columns that calculates price and quantity. I need to know how my customers can access the file without seeing all my calculations, etc. and just select the number of items. I need to keep my excel formula info confidential and at the same time having the customers the ability to select the items.
    This excel file will be placed on my web site and linked where customers have access to it. They make their selections and emailed back for processing.with their selected items. If the excel file is converted into a pdf file, Then placed and linked for customer access how can customers have partial access and select in certain columns and have excel fuction for calculations?
    Thanks,
    Dan

    [discussion moved to Creating, Editing & Exporting PDFs forum]

  • Create new tag for selected text using API?

    Hello,
    I want to add new tag for the selected text just like 'Create Tag from selection' .
    is it possible to create tag for selected text using acrobat api?
         please,help me.

    As per sample of snippetRunner for adding tag for selected text.
    I tried below code
    PDPage pg;
    AVDoc avDoc = AVAppGetActiveDoc();
    PDDoc pd = AVDocGetPDDoc(avDoc);
        pg = PDDocAcquirePage(pd, 0);
    ASAtom theSelectionType = AVDocGetSelectionType(avDoc);
    if (theSelectionType == ASAtomFromString("Text")){
        PDTextSelect ts = static_cast<PDTextSelect>(AVDocGetSelection(avDoc));
        PDSTreeRoot pdsTreeRoot;
        CosObj pageObj = PDPageGetCosObj (pg);
        PDSElement newElem;
        PDSElementCreate(pd, &newElem);
        char buf1[64];
        strcpy (buf1, "A new structure element");
        // set its type as "Document" standard type
        PDSElementSetType(newElem, ASAtomFromString ("Document"));
        // set its title
        PDSElementSetTitle(newElem, reinterpret_cast<const ASUns8*> (buf1), strlen(buf1));
        PDSTreeRootInsertKid (pdsTreeRoot, aElem, kPDSAfterLast);
        PDSElementInsertMCAsKid // here something i have to add
    If i have PDTextSelect how i can add tag for selected text.like user add tag using "CreateTagForSelectedText" option.
    please,help me.
    thanks.

  • Lock particular warehouse for particular item via code

    hi all,
    i need particular warehouse locked for particular item via code.
    i designed one form   header have item code and warehouse.
    when i press the add button warehouse locked for that particular item.
    Thanks & Regards
    Sudhir.B

    The answer is:
    Using the Items Object of the DI, set yourself to the correct line and set the locked property.
    for(i=0;i<oItem.WhsInfo.Count;i++)
         oItem.WhsInfo.SetCurrentLine(i);
         if(oItem.WhsInfo.WarehouseCode == "CodeOnTheForm")
              oItem.WhsInfo.Locked = SAPbobsCOM.BoYesNoEnum.tYES;

  • Exchange 2010 Create new folder for select users off the root of the mailbox

    I need to create a new folder for a select set of users.  This folder needs to be off the root of their mailbox.  I  considered using a custom managed folder but we do not have the enterprise CAL’s to support this option.  I only have
    about 15 users so I could do this one by one if needed.  I am not a powershell user but have been using the Exchange Management Shell and would like to us this app to create the folders but I’m not finding the right syntax for the new-mailboxfolder cmdlet. 
    What is the correct method for using the EMS to create a new folder in a mailbox.

    I was checking back thru my notes and seem to remember running this cmdlet:
    [PS] C:\Users\administrator.STOUSE\Desktop>get-mailboxPermission | FL
    cmdlet Get-MailboxPermission at command pipeline position 1
    Supply values for the following parameters:
    Identity: administrator
    RunspaceId      : d01ba29d-0e43-45eb-a245-91d19f698bf8
    AccessRights    : {FullAccess, ReadPermission}
    Deny            : False
    InheritanceType : All
    User            : STOUSE\administrator
    Identity        : STOUSE.com/Users/Administrator
    IsInherited     : False
    IsValid         : True
    ObjectState     : Unchanged
    RunspaceId      : d01ba29d-0e43-45eb-a245-91d19f698bf8
    AccessRights    : {FullAccess}
    Deny            : False
    InheritanceType : All
    User            : STOUSE\StouseSA
    Identity        : STOUSE.com/Users/Administrator
    IsInherited     : False
    IsValid         : True
    ObjectState     : Unchanged
    RunspaceId      : d01ba29d-0e43-45eb-a245-91d19f698bf8
    AccessRights    : {FullAccess}
    Deny            : True
    InheritanceType : All
    User            : STOUSE\Domain Admins
    Identity        : STOUSE.com/Users/Administrator
    IsInherited     : True
    IsValid         : True
    ObjectState     : Unchanged
    RunspaceId      : d01ba29d-0e43-45eb-a245-91d19f698bf8
    AccessRights    : {FullAccess}
    Deny            : True
    InheritanceType : All
    User            : STOUSE\Enterprise Admins
    Identity        : STOUSE.com/Users/Administrator
    IsInherited     : True
    IsValid         : True
    ObjectState     : Unchanged
    RunspaceId      : d01ba29d-0e43-45eb-a245-91d19f698bf8
    AccessRights    : {FullAccess}
    Deny            : True
    InheritanceType : All
    User            : STOUSE\Organization Management
    Identity        : STOUSE.com/Users/Administrator
    IsInherited     : True
    IsValid         : True
    ObjectState     : Unchanged
    RunspaceId      : d01ba29d-0e43-45eb-a245-91d19f698bf8
    AccessRights    : {FullAccess}
    Deny            : True
    InheritanceType : All
    User            : STOUSE\administrator
    Identity        : STOUSE.com/Users/Administrator
    IsInherited     : True
    IsValid         : True
    ObjectState     : Unchanged
    RunspaceId      : d01ba29d-0e43-45eb-a245-91d19f698bf8
    AccessRights    : {FullAccess}
    Deny            : False
    InheritanceType : All
    User            : STOUSE\Exchange Servers
    Identity        : STOUSE.com/Users/Administrator
    IsInherited     : True
    IsValid         : True
    ObjectState     : Unchanged
    RunspaceId      : d01ba29d-0e43-45eb-a245-91d19f698bf8
    AccessRights    : {FullAccess}
    Deny            : False
    InheritanceType : All
    User            : STOUSE\Exchange Domain Servers
    Identity        : STOUSE.com/Users/Administrator
    IsInherited     : True
    IsValid         : True
    ObjectState     : Unchanged
    RunspaceId      : d01ba29d-0e43-45eb-a245-91d19f698bf8
    AccessRights    : {ReadPermission}
    Deny            : False
    InheritanceType : All
    User            : STOUSE\Organization Management
    Identity        : STOUSE.com/Users/Administrator
    IsInherited     : True
    IsValid         : True
    ObjectState     : Unchanged
    RunspaceId      : d01ba29d-0e43-45eb-a245-91d19f698bf8
    AccessRights    : {ReadPermission}
    Deny            : False
    InheritanceType : All
    User            : STOUSE\Public Folder Management
    Identity        : STOUSE.com/Users/Administrator
    IsInherited     : True
    IsValid         : True
    ObjectState     : Unchanged
    RunspaceId      : d01ba29d-0e43-45eb-a245-91d19f698bf8
    AccessRights    : {FullAccess}
    Deny            : False
    InheritanceType : All
    User            : NT AUTHORITY\SYSTEM
    Identity        : STOUSE.com/Users/Administrator
    IsInherited     : True
    IsValid         : True
    ObjectState     : Unchanged
    RunspaceId      : d01ba29d-0e43-45eb-a245-91d19f698bf8
    AccessRights    : {ReadPermission}
    Deny            : False
    InheritanceType : All
    User            : NT AUTHORITY\NETWORK SERVICE
    Identity        : STOUSE.com/Users/Administrator
    IsInherited     : True
    IsValid         : True
    ObjectState     : Unchanged
    RunspaceId      : d01ba29d-0e43-45eb-a245-91d19f698bf8
    AccessRights    : {ReadPermission}
    Deny            : False
    InheritanceType : All
    User            : STOUSE\Exchange Servers
    Identity        : STOUSE.com/Users/Administrator
    IsInherited     : True
    IsValid         : True
    ObjectState     : Unchanged
    RunspaceId      : d01ba29d-0e43-45eb-a245-91d19f698bf8
    AccessRights    : {ReadPermission}
    Deny            : False
    InheritanceType : All
    User            : STOUSE\Exchange Domain Servers
    Identity        : STOUSE.com/Users/Administrator
    IsInherited     : True
    IsValid         : True
    ObjectState     : Unchanged
    RunspaceId      : d01ba29d-0e43-45eb-a245-91d19f698bf8
    AccessRights    : {ReadPermission}
    Deny            : False
    InheritanceType : All
    User            : STOUSE\Delegated Setup
    Identity        : STOUSE.com/Users/Administrator
    IsInherited     : True
    IsValid         : True
    ObjectState     : Unchanged
    RunspaceId      : d01ba29d-0e43-45eb-a245-91d19f698bf8
    AccessRights    : {FullAccess, DeleteItem, ReadPermission, ChangePermission, ChangeOwner}
    Deny            : False
    InheritanceType : All
    User            : STOUSE\Organization Management
    Identity        : STOUSE.com/Users/Administrator
    IsInherited     : True
    IsValid         : True
    ObjectState     : Unchanged
    RunspaceId      : d01ba29d-0e43-45eb-a245-91d19f698bf8
    AccessRights    : {FullAccess, DeleteItem, ReadPermission, ChangePermission, ChangeOwner}
    Deny            : False
    InheritanceType : All
    User            : STOUSE\Exchange Trusted Subsystem
    Identity        : STOUSE.com/Users/Administrator
    IsInherited     : True
    IsValid         : True
    ObjectState     : Unchanged
    RunspaceId      : d01ba29d-0e43-45eb-a245-91d19f698bf8
    AccessRights    : {FullAccess, DeleteItem, ReadPermission, ChangePermission, ChangeOwner}
    Deny            : False
    InheritanceType : All
    User            : STOUSE\Exchange Services
    Identity        : STOUSE.com/Users/Administrator
    IsInherited     : True
    IsValid         : True
    ObjectState     : Unchanged
    RunspaceId      : d01ba29d-0e43-45eb-a245-91d19f698bf8
    AccessRights    : {FullAccess, DeleteItem, ReadPermission, ChangePermission, ChangeOwner}
    Deny            : False
    InheritanceType : All
    User            : STOUSE\administrator
    Identity        : STOUSE.com/Users/Administrator
    IsInherited     : True
    IsValid         : True
    ObjectState     : Unchanged
    RunspaceId      : d01ba29d-0e43-45eb-a245-91d19f698bf8
    AccessRights    : {FullAccess, DeleteItem, ReadPermission, ChangePermission, ChangeOwner}
    Deny            : False
    InheritanceType : All
    User            : STOUSE\Enterprise Admins
    Identity        : STOUSE.com/Users/Administrator
    IsInherited     : True
    IsValid         : True
    ObjectState     : Unchanged
    RunspaceId      : d01ba29d-0e43-45eb-a245-91d19f698bf8
    AccessRights    : {FullAccess, DeleteItem, ReadPermission, ChangePermission, ChangeOwner}
    Deny            : False
    InheritanceType : All
    User            : STOUSE\Domain Admins
    Identity        : STOUSE.com/Users/Administrator
    IsInherited     : True
    IsValid         : True
    ObjectState     : Unchanged
     

  • Cannot change unit price for selected items in iProcurement

    Hi,
    I have defined an item with "List Price".  Then, I create a PR in iProcurement for this item.
    But I cannot update the "Unit Price" of this item as the field is protected. How can I enable the field for updating? Thanks.
    (Note: If creating PR in the requisition form in Oracle Purchsing, then I can update the unit price. Why can't in iProcurement?)
    Regards
    Leo

    What's the value of POR: Allow Unit Price Update for Catalog Items?

  • CopyListItem - creating a button in the ribbon and opening the new form with selecting item id data.

    Hi,
                In Sharepoint 2013 online without visual studio, I need to create a copy button in the ribbon and by selecting a listitem and clicking the copy button. A new form has to be displayed with
    the selected listitem data. Please help me in doing this scenario.
    Scenario:
                 Since Customer does not want to enter all the data once again. The customer will select a listitem and click the copy custom button in the ribbon, the data should be loaded in
    a new form. The customer will do little modification and will click the submit button to save as a new list item.  Please help me in doing this scenario
    Thanks
    Logesh

    Hello Logesh,
    You can use SharePoint designer workflow to achieve the above requirement.
    See the below link for more details.
    http://www.wonderlaura.com/Lists/Posts/Post.aspx?ID=223
    My Blog- http://www.sharepoint-journey.com|
    If a post answers your question, please click Mark As Answer on that post and Vote as Helpful

Maybe you are looking for

  • Dump in CX_WD_CONTEXT

    Hi, In one of the standard webdynpro there is an enhancement where a popup window is displayed on clicking the Z button. The functionality is working fine in all system. In the upgraded system there is a dump coming when the Z button is clicked, ther

  • Time machine files deleted in unison with HD files

    I've been using Lion for about a month now and had very few problems. However, today I was clearing some files from my hard drive and trashed an installer programme by mistake. I wasn't too worried as I have made several back-ups with time machine. I

  • CS5 quits unexpectedly

    I am running photoshop CS5 Extended version 12.1 x64 I have Mac OS X 10.8.2 I just recently installed photoshop onto my new computer and it keeps quiting unexpectedly I has happened when using either the clone stamp or spot healing tool, this time it

  • HELP: Assembly Initialization Error: File not found. Something weird about the used reference

    I moved one project from solution A to solution B using TFS move (with uncommitted changes). I got compile time errors since the references were not found. There were 2 references used. I removed and added them again and compile time errors were fixe

  • How to change 2 phones from synching to the same icloud for seperate users

    My husband has an iphone 4 and I have the 4s. For some reaseon when he set the phones up, all of our information is backed up to the same icloud account, even though we both have seperate apple id's. Anytime we plug our phone(s) into the computer, th