Can't create bin automatically in the testing server

Dear Gurus,
I am having this problem:
In the server for configuration, I create new warehouse and do all the settings, then when I run SPRO > IMG or use t-code LS10, I can test to create storage bins automatically successfully.
However, in the server for testing, after transporting all the settings for new warehouse, I use LS10 to create storage bins (since we can't transport master data), but the system (in testing server) says that I am not allowed to make (configuration) modification. The button "Create Bins" therefore gray out.
Question:
LS10 supposed to be a transaction to create master data. How come the testing server treat it as a configuration and not allow me to create bins automatically? Is this the error from MM side or Basis side (my profile is SAP_ALL)?
We don't want to create manually since there are  thousands of bins, also we don't want to create an excel file and upload using LSMW because we already have formula and just want to create bins automatically.
Please advise. Thanks.
Trang

Hi
The transaction form createing the template of the bins and subsequently creating the bins is config.
I get round this by doing a recording of LS01N in LSMW and then  using this to create my bins in ALL clienst by exporting and importing my LSMW
This also means that I can create any bins with any numbering sequece in one spreadsheet and load them all in one
In one of my recent projects I used this method to create 80,000+ bins in approx 30 minutes
Of course you need to know how to create the LSMW but a developer may be able to help you as it is too long to explain in this forum
I hope that this helps
Frenchy

Similar Messages

  • Can we create two POs for the same 3rd party Sales Order?

    Hi MM experts,
    Issue: Can we create two POs for the same 3rd party Sales Order
    In Third party purchase process, first sales order created with a spl. item category  and it creates the PR automatically with the Sales order material and Qty and this PR converted PO.
    They got a pur.req. for sale order on same item for same delevery date. They did not get any warning msg. saying that a PO was prviously placed against this sale order.
    How it is possible that we were able to place another PO? concern is that second PO was palced against SO which was already used & completed. they were able to place 2 POs for the same customer same delevery date. How it is possible?
    If anyone face the same issue, please let me know if you have any answer to this questions.
    Thanks in advance.
    Suresh.

    Suresh,
    It is hard for me to give you a definitive answer since you have created a customized solution.
    How it is possible that we were able to place another PO? concern is that second PO was palced against SO which was already used & completed. they were able to place 2 POs for the same customer same delevery date. How it is possible?
    Normally, the system will not do this.  A third party PR or PO will be 'account assigned' to the Sales order.  SAP standard 3rd party will not create additional purchase reqs unless there has been manual intervention.  Try searching for changes in the Sales order and changes in the original purchase order.  They may give you a clue.
    I believe the normal Item category for third party SO is TAS (I am working from memory here, I am not in front of a system).  I don't know what ZTAG does.  I confess I am not an SD expert.  You might also want to post your question in an SD forum.
    You mention two custom applications, ZMMPLAN and ZSTPMP.  These somehow have functionality that is used to help you convert your PRs to POs.  If I were in your position, I believe I would also look at these applications for clues to how they might be contributing to your problem.  And please don't send me details about these apps.  I will not comment on custom code in this forum.
    Sorry I can't be of more help.
    Rgds,
    DB49

  • The latest changes to the function to "Upload to FTP host" has rendered this useless - no point using a program like Muse if I can not easily and automatically upload the work to the webserver!

    The latest changes to the function to "Upload to FTP Host" has rendered this useless - no point using a program like Muse if I can not easily and automatically upload the work to the webserver!  I use BlueHost webhosting that has a primary domain and I have several domains with that account (as sub-domains or folders on this server) - with past versions of Muse when uploading pages it simply opened an alert window to tell me (what I already know) that the website I was uploading does not point to the primary domain BUT NOW Muse tries to create a new separate folder in the root directory of the primary domain - completely ignoring the directory path I am giving it - useless!  Why make these senseless changes to the program - and so often - very frustrating it is like amateur ware!.

    Hi Stephen,
    There are some issues with the upload to ftp via Muse, which the engineering team is aware of and those will be fixed in a future build of Muse. At this point the work around would be to export the html from Muse and then upload via some third party ftp client like filezilla.
    I will recommend that you keep an eye on our release notes page to get more updates on it - Release notes | Adobe Muse CC
    - Abhishek Maurya

  • Zsh can't create /bin/zsh

    Hello,
    I have installed zsh, everything went smoothly. but in the end, once installation finished, there is an error message:
    warning: warning given when extracting bin/zsh (Can't create '/bin/zsh')
    warning: warning given when extracting bin/zsh-5.0.0 (Can't create '/bin/zsh-5.0.0')
    I checked it out by typing 'zsh'. Annoying "command not found" appears...
    Do you have a solution?

    Hi
    The transaction form createing the template of the bins and subsequently creating the bins is config.
    I get round this by doing a recording of LS01N in LSMW and then  using this to create my bins in ALL clienst by exporting and importing my LSMW
    This also means that I can create any bins with any numbering sequece in one spreadsheet and load them all in one
    In one of my recent projects I used this method to create 80,000+ bins in approx 30 minutes
    Of course you need to know how to create the LSMW but a developer may be able to help you as it is too long to explain in this forum
    I hope that this helps
    Frenchy

  • How can I create an element in the model node?

    Hi, Experts,
    I create a model node that name is containerNode in the contxt. Cadinility is: 1..n
    I write the code in the method:
      private String getDataForOutputTable( IWDNode wageTypePayslip, IWDNode containerNode ){
           String betrgSumStr = "";
         int index = 0;
         Vector containerVector = new Vector();
         int size = wageTypePayslip.size();
         IWDNodeElement element = containerNode.createElement();// The system report error when I run the application.
         BigDecimal betrgSum = new BigDecimal( 0 );
    I try to create a element in the containerNode, But the system report error when I run the application.
    java.lang.IllegalArgumentException: model object must not be null
         at com.sap.tc.webdynpro.progmodel.context.ModelNodeElement.<init>(ModelNodeElement.java:66)
         at besuretech.com.wdp.IPrivatePayDataDispView$IOContainerElement.<init>(IPrivatePayDataDispView.java:1537)
         at besuretech.com.wdp.IPrivatePayDataDispView$IContextNode.doCreateElement(IPrivatePayDataDispView.java:88)
         at com.sap.tc.webdynpro.progmodel.context.NodeInfo.createElement(NodeInfo.java:884)
         at com.sap.tc.webdynpro.progmodel.context.Node.createElementInternal(Node.java:1351)
         at com.sap.tc.webdynpro.progmodel.context.Node.createElement(Node.java:1370)
         at besuretech.com.PayDataDispView.getDataForOutputTable(PayDataDispView.java:251)
         at besuretech.com.PayDataDispView.getAllData(PayDataDispView.java:196)
         at besuretech.com.PayDataDispView.onPlugPayListViewIn(PayDataDispView.java:154)
         at besuretech.com.wdp.InternalPayDataDispView.wdInvokeEventHandler(InternalPayDataDispView.java:391)
         at com.sap.tc.webdynpro.progmodel.generation.DelegatingView.invokeEventHandler(DelegatingView.java:87)
         at com.sap.tc.webdynpro.clientserver.cal.ClientApplication.navigate(ClientApplication.java:826)
         at com.sap.tc.webdynpro.clientserver.cal.ClientComponent.navigate(ClientComponent.java:881)
         at com.sap.tc.webdynpro.clientserver.window.WindowPhaseModel.doNavigation(WindowPhaseModel.java:498)
    How can I create an element in the model node ?
    Best regards,
    tao

    Hi,
    You need to execute the model before creating the element.
    Regards
    Ayyapparaj

  • Can we create materialized view on the top of another materialized view.

    Hi ,
    can we create materialized view on the top of another materialized view.
    Thanks
    Naveen

    Welcome , Just remember is not good apporch to do that since performance when MV refresh
    Please mark this thread as answered .

  • HT5071 Can I create a book using the IBooks Author word processing software, save it as a PDF, then have it professionally printed by an offset press to sale in brick and mortar stores? If so, is this procedure free me from any IBooks restrictions?

    Can I create a book using the IBooks Author word processing software, save it as a PDF, then have it professionally printed on an offset press to sale in brick and mortar stores? If so, is this procedure free from any IBooks restrictions?

    It's your content, under your control.
    If you output as an .ibooks file, and you want to sell it, the store is the only outlet, otherwise, you can do as you wish.

  • How can I create a drawing like the one pictured from a photo?

    How can I create a drawing like the one pictured from a photo?

    OK, you are getting closer. Now, use your result, and place a Layer above that. Use the Pen Tool to create the "pen strokes" basically tracing over your background image. Then, when you have created each Path (or Sub-Path), choose Stroke Path, with probably the Pencil Tool and a Brush size that is small enough.
    Not sure which versions of PS these are good for, but here are some plug-ins, that might be helpful.
    AKVIS Sketch
    EdgeLine
    Sketch Effects
    Sketch Master
    I see that one of my old favorites, Flaming Pear's India Ink is not around any more.
    Good luck,
    Hunt

  • HT5114 How can I create multiple accounts without the necessity to create multiple email addresses?  I now have 2 i-phones (mine and my wife's#, 1 i-pad #mine#, 1 i-pad mini #10 year old's#, and 1 I-pod touch #11 year old's).  I would like to maintain pur

    How can I create multiple accounts without the necessity to create multiple email addresses?  I now have 2 i-phones (mine and my wife's), 1 i-pad (mine), 1 i-pad mini (10 year old's), and 1 I-pod touch (11 year old's).  I would like to maintain purchase control, but would like to be able to have a separate account ID for each person.  Is that possible?

    Each email address can only be on one iTunes account, and all purchases are tied to the account that buys them. If you want to have separate iTunes accounts on each then you will need separate email accounts for each iTunes account

  • I am having external hard drive and i can't create a new folder.The option crete new folder is foggy

    i am having external hard drive and i can't create a new folder.The option crete new folder is foggy

    Macs can't write to, nor create folders on, NTFS formatted drives without the use of third-party software.
    If you want to maintain the NTFS formatting, try Paragon's NTFS for Mac -> http://www.paragon-software.com/home/ntfs-mac/.
    Good luck,
    Clinton

  • I've set up the *&*%$ testing server - now can I please add a recordset?

    I run into this problem occasionally with DW. I set up an asp
    site using aspVBscript. When I go to add server behaviors the
    application box has the first two item s ticked (Create a site for
    this file, and Choose a document type) but the third, "Set up the
    site's testing server" is not, yet I have set up the testing server
    (several times). It is the same testing server settings I use on
    several of my other sites and they are fine. Why could DW be
    insisting I have not set this up? I've tried closing down the app
    and restarting, but it still thinks I have not entered the testing
    server settings for the site and so won't let me add server
    behaviors.
    Anybody have any ideas why this is happening and what I could
    do to fix?
    BTW i'm using Dreamweaver CS3 on a windows XP pro SP2
    machine. Windows 2003 IIS 6.0 server is where the site
    resides.

    What happens when you browse to
    http://localhost?
    What happens when you browse to your site prefix as specified
    in the testing
    server setup?
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    ==================
    "murrayneill" <[email protected]> wrote in
    message
    news:fot33f$ql3$[email protected]..
    >I run into this problem occasionally with DW. I set up an
    asp site using
    > aspVBscript. When I go to add server behaviors the
    application box has the
    > first two item s ticked (Create a site for this file,
    and Choose a
    > document
    > type) but the third, "Set up the site's testing server"
    is not, yet I have
    > set
    > up the testing server (several times). It is the same
    testing server
    > settings I
    > use on several of my other sites and they are fine. Why
    could DW be
    > insisting I
    > have not set this up? I've tried closing down the app
    and restarting, but
    > it
    > still thinks I have not entered the testing server
    settings for the site
    > and so
    > won't let me add server behaviors.
    >
    > Anybody have any ideas why this is happening and what I
    could do to fix?
    >

  • Yoga 11 - can not create an account for the App store,

    I can not create an account for the App store, I live outside of the USA and the only address option is in the USA. Can you help me
    Moderator Note: Edited subject to match content.

    Hi
    Welcome To Lenovo Community
    We are really sorry to hear about the issue you are facing,
    I have verified the Microsoft windows 8 app store has different regions listed
    And you can connect app store using an existing Microsoft account like Hotmail, msn etc.
    Please refer below link
    http://windows.microsoft.com/en-US/windows-8/explore-windows-store#1TC=t1
    Also if you can share the link or screen shot of the app store to help you further
    Do give this a try and let us know  
    Hope This Helps
    Cheers!!!
    WW Social Media
    Important Note: If you need help, post your question in the forum, and include your system type, model number and OS. Do not post your serial number.
    Did someone help you today? Press the star on the left to thank them with a Kudo!
    If you find a post helpful and it answers your question, please mark it as an "Accepted Solution"!
    Follow @LenovoForums on Twitter!
    How to send a private message? --> Check out this article.
                            English Community   Deutsche Community   Comunidad en Español

  • I can not create an account on the eprint site. when i click create account nothing happens.

    i can not create an account on the eprint site.  when i click create account nothing happens.

    Start Firefox in <u>[[Safe Mode|Safe Mode]]</u> to check if one of the extensions (Firefox/Tools > Add-ons > Extensions) or if hardware acceleration is causing the problem (switch to the DEFAULT theme: Firefox/Tools > Add-ons > Appearance).
    *Do NOT click the Reset button on the Safe Mode start window.
    *https://support.mozilla.org/kb/Safe+Mode
    *https://support.mozilla.org/kb/Troubleshooting+extensions+and+themes

  • How can i create a Laptop like the ones use in SAP TecEd?

    How can i create a Laptop like the ones use in SAP TecEd hands on labs? with all the NW products install on it.

    Hi,
    Vague question, but to create a laptop with the solution installed - you need to order the solution and and then install it on the laptop. Or download trial versions from SCN and install those as well.
    Regards,
    Srikishan

  • Unplanned automatic failover using Hyper-v Replica , why don't the VMs start up automatically on the replica server?

    Hi,
    We have cluster with two hosts (Host01 , host02) replicated to another server (Replica01)
    in order to test automatic failover to the replica server  (Replica01) We unplugged the power cables from Host01 and Host 02 
    now the VMs on the replica server is still off  , why don't the VMs start up  automatically on the replica server?
    Ramy Shaker

    overall there is no automatic failover in Hyper-V
    Of course there is. It's enabled by Failover Clustering. This is a totally separate technology from Hyper-V Replica.
    There is no automatic start up in Hyper-V Replica because it is not designed to detect a split-brain condition where the same virtual machine is running in multiple locations simultaneously. The replica site has no way to know why it can't reach the primary
    system anymore. It might just be because someone unplugged a network cable. If the primary's virtual machines are still running and the replica decides to spin up its copies, you will have many troubles.
    Eric Siron Altaro Hyper-V Blog
    I am an independent blog contributor, not an Altaro employee. I am solely responsible for the content of my posts.
    "Every relationship you have is in worse shape than you think."

Maybe you are looking for