Bin Deletion Problem.

Dear Sir,
         I have deleted bins by LS10 , now its not displayed in LS10 but i am not able to create that bins now Storage bins to be created is zero ( 0 ) , but if you see in LX03 by bin number its showing that Bins.
Dear Sir -Let me lnow please  Bin creation will transport in production client or directoly we should create there ?
Regards
Manoj Chaudhary

Hi Manoj,
You cant transfer bins from quality to production.
once the testing is completed in quality, same bins you need to create in Production aslo.
Reagrds,

Similar Messages

  • Recent ipad owner, I can't delete mail messages.  I tap the bin, delete and get message:unable to move message to mailbox trash.  How can I trash my mail?

    As a recent ipad owner I can't delete my mail.  I tap the bin, delete and get info that message can't be moved to mail trash.  Help!  I have a hundred messages that need deleting.

    You can download a complete iPad User Guide here: http://manuals.info.apple.com/en/ipad_user_guide.pdf
    Also, Good Instructions http://www.tcgeeks.com/how-to-use-ipad-2/
    Apple - iPad - Guided Tours
    http://www.apple.com/ipad/videos/
    Watch the videos see all the amazing iPad apps in action. Learn how to use FaceTime, Mail, Safari, Videos, Maps, iBooks, App Store, and more.
    iPad How-Tos  http://ipod.about.com/lr/ipad_how-tos/903396/1/
    You can download this guide to your iPad.
    iPad User Guide for iOS 5
    http://itunes.apple.com/us/book/ipad-user-guide-for-ios-5/id470308101?mt=11
     Cheers, Tom

  • Two Related (?) file deleting problems in Finder and Time Machnine

    My internal drive is partition into two volumes. In the second one (the "non-boot" one), I was have trouble putting files in the trash that were locked. As I was tracking that down I coincidentally(?) started having another problem.
    I started getting a message that the files being put into the trash must be deleted immediately. I check permissions and I had read/write Privileges in the user account I'm normally logged into. However, If I logged into my administrator account, I could put things in the trash without deleting them. I noticed that ignore ownerships wasn't checked, so I checked that.
    That allowed my to put files into the trash without immediately deleting them. I went ahead and deleted the files I wanted to get rid of. However, I'm wondering if there was another issue because I am lead to understand that the ownership privileges shouldn't have necessitated checking "ignore ownerships"?
    Also, I had trouble deleting the backups of those files and folders in time machine. I can delete most of it. But for one folder (and all the folders in which it resides in the hierarchy) I can't deleted it. I tell it to delete backups of that folder (or folders it is in), I put in the password, and goes "ding". But nothing disappears...
    (After I wrote this, I tried unchecking "ignore ownerships" and the problem did not reappear. I can still put files in the trash without the immediate deletion problem.)
    Message was edited by: davidpsummers
    Message was edited by: davidpsummers

    Pondini wrote:
    davidpsummers wrote:
    Also, I had trouble deleting the backups of those files and folders in time machine. I can delete most of it. But for one folder (and all the folders in which it resides in the hierarchy) I can't deleted it. I tell it to delete backups of that folder (or folders it is in), I put in the password, and goes "ding". But nothing disappears...
    Are you doing that via the Finder or Terminal? If so, that's not the way to delete backups. See #12 in [Time Machine - Frequently Asked Questions|http://web.me.com/pondini/Time_Machine/FAQ.html] (or use the link in *User Tips* at the top of the +Time Machine+ forum).
    And now I'm getting an error in time machine. "Files can't be copied onto the backup disk because it appears to be "read only"". I do get info on the disk, and my account has Read & Write privleges, but it say "You can only read" above that".
    The Finder or Terminal deletions may have corrupted your backups. Repair them, per #A5 in [Time Machine - Troubleshooting|http://web.me.com/pondini/Time_Machine/Troubleshooting.html] (or use the link in *User Tips* at the top of the +Time Machine+ forum).
    Message was edited by: Pondini
    I'm doing the deletion through Time Machine (I go into Time Machine, find the folder in the backup, and ask Time machine to delete all backups of that folder).
    I did find the tip of unmounting the disk, rebooting, and remounting it. That Stopped messages about the disk being read only. However, the folder still doesn't delete. I'm also a bit worried about these being symptoms of some other problem...
    Message was edited by: davidpsummers

  • Bin Packing Problem

    Hello all,
    Can you please help me out a little bit on bin packing problem?
    I have a jpanel and i want to divide its space in order to put rectangles but having in mind that i have to take advantage of all the empty space provided by the jpanel
    thnx,
    John

    Maybe you mean 2-dimensional bin packing?
    An example bin packing problem is this:
    Jill has 42 files (of various sizes) that she needs to copy to another computer. She wants to use floppies (which hold 1.44 Mb of data). What is the minimum number of floppies required AND what combinations of files would be saved onto each of those floppies?
    As an extension, a 2d bin packing problem incorporates a notion of area into the calculation.
    (note that both problems are NP complete).
    Here is a commercial company that specializes in this (found with Google, 2d bin packing algorithm):
    http://www.astrokettle.com/

  • SDB - delete problem/solution

    Hi Experts.
    Is it possible to delete problem/solution from solution database? There is information in help that it is not possible to delete problem/solution, but that they can be archived.. But note 946030 says it is not available...
    Regards
    Piotr

    Hello Piotr,
    In version 4 it was released one note (730402) that allow us to delete some symptoms and solutions. However, this may lead into some inconsistencies if they're linked with documents. We've never tried to execute it.... but if this may help you, try it
    Kind regards,
    Bruno

  • Java Bin-packing problem

    Hi all,
    I have a evolutionary algorithm that I want to try and solve, but it's hard getting started and knowing where to start exactly. Here is the description below, it would be great if anyone could give me a few tips on how to go about it:
    "The bin-packing problem involves 'n' items, each with its own weight (there are 500 items in fact, and the weight of each is 4 times its item number).
    Each item must be placed in one of 'b' bins (there are 10 bins). The task is to find a way of placing the items into the bins in such a way as to make the total weight in each bin as equal as possible.
    A chromosome (solution to the problem) is represented as a list of 'n' numbers (500 numbers), where each number can be anything in the range from 1 to b.
    Basically, if the 1st number in the chromosome is 4, then this means item number 1 is in bin 4. "
    I obviously don't expect anyone to give me code to this, but it would be a great help if someone could assist me in how to get going (i.e. what classes to have and what variables they would take).
    thanks

    Ok then, thanks for that. This is how I picture it so far, a possible way of doing this:
    You would have an Item array, of 500 items, each with their own number (1-500) and each with their own weight (4 * their item number).
    Then there would be a Chromosome array, which would be an array of Items (500 of them). Each of these would be put into a random bin (from 1 - 10), and calculations would be made so that the bins' weights would be cumulative.
    Then there is a Population array, which is an array of random Chromosomes, that would all have their own fitness function worked out (in this case, fitness function is equal to the heaviest bin - the lightest bin).
    What does everyone think? Please correct me if this is not on the right lines. As I said, i'm a java n00b.
    thanks

  • Data request deletion problem from remote system.

    Hi experts.
    Now i am facing one critical problem . The description is as following:
    we design the edw level in one phsical BW machine(A) which contains only dso infoprovider. This machine(A) works as datasource to provide data to another physical BW machine(B).
    The dso in A system is exported as datasource , Cubes in B system load data through this datasource .
    We first do the initialization with data contained on B system and then load delta data from A system. But if we want to delete some request in system A ,the system indicate this request can not be deleted unless the initialization in system B is deleted( this will lead to all the data missing in system B).
    Can anyone explain this mechanism to me , please help me suggesting some kind of methods to delete the request in system A without deleting the initialization information in system B.
    Thanks in advance.
    Waiting online for your kindly reply.

    1. Ask your Basis to look into it.
    2. try analyse your Baqckground Process in SM51.
    3. Is your Deletion Job started immediately or any Delay?
    4. If That cube or ODS has only this request which you are deleting, go with Context Menu Cube or ODS (by right click) --> Delete Contents.
    Delete Contents will improve performence compare to Request Deletion..
    If you have request more than this, you should not go for this.
    Nagesh Ganisetti.
    Assign points if it helps.

  • Order Deletion Problem

    Hello all...i've a strange situation...When a planner deletes an order in the past for a particular time bucket, the order gets deleted in this bucket but is added up to the next bucket. Does anyone know why this might happen??
    Thanks!
    NV

    one more point...this works perfectly for the future buckets and only for the past buckets we are facing this problem...this is in SCM 4.0
    Thanks!

  • Photo Stream delete problem

    When deleting photos in Photo Stream from my 4s or iPad 1, it used to delete universally from all devices.  I added my apple tv, and now it says "This photo will be removed only from the Photo Stream on this (iPhone or iPad)."  how do I get the universal delete back?  This problem makes managing photos for the Apple tv Photo Stream screen saver difficult.

    I should add that I signed out of Photo Stream on the apple tv, still have only local delete on all my devices.

  • The past few days my Mail app has started downloading multiple copies of e-mails from all pop servers.  This is only happening on my Macbook not other macs.  Deleting mail from server does not help. I ran ClamXav found 2 viruses deleted problem continues

    opps.  Long title there... The past few days my Mail app has started downloading multiple copies of e-mails from all pop servers.  This is only happening on my Macbook not other macs.  Deleting mail from server does not help. I ran ClamXav found 2 viruses deleted those.  Checked for software update and installed suggested downloads.  Problem still contintues.  Any suggestions?

    Folks,
    even after having repaired the inbox folder under "properties" a few times, I still had some e-mails where the contents are different from the subject line.
    In other words in the inbox there are two e-mails: one with subject line "abc", and another one with subject line "def".
    When I display the e-mail with the subject line "abc", the contents are from the e-mail with the subject line "def" in the in-basket.
    What else can be done to correct this problem?
    Thanks and best regards.
    Fred Kunz-Shirzad
    Chemin Ronzeures 6A
    1297 Founex VD
    Switzerland
    [email protected]

  • JSP item deletion problem

    I have a minor problem in JSP that I can't get fixed.. When I try to remove all items from my shopping basket it deletes all items except one.. but in fact he deletes them all but fails to refresh the correct content of the shopping cart.. (at least.. that's what i think..)
    <%
    String name = request.getParameter("action");
         if (name!=null){
         if (name.equals("emptyCart")){
         myCart.deleteAllItems();
    %>
    Remove all items
    So, when I add 3 items e.g. and I click on "remove all items" the first item I added still shows up in my cart, when I reload the window, it's gone.. I tried to add a JS function that would reload the window, but it doens't change anything..
    Your help is greatly appreciated,
    Michael

    As i stated the JS function is just a function that reloads the document, but even using that the problem remains;
    Here's the code from my bean:
    package myShoppingCart;
    import java.util.*;
    public class myCart implements java.io.Serializable{
         private Vector items = new Vector();
    public myCart(){
         items = new Vector();
    public void deleteAllItems(){
         items.removeAllElements();
    Thank you for helping out,
    Michael

  • IPhoto delete  problem

    To quote Charlie Brown, "ARRRGGGHHH!!!" Now that I have that off my chest. I, too, am experiencing a problem deleting images from iPhoto 5. Like the proverbial bad penny, they keep coming back. Whenever I move images from the iPhoto main library to the iPhoto trash and select "empty" iPhoto crashes and will only respond to "force quit." I have left the pastel pizza spinning for hours. Only force quit will stop the show. I tried selecting individual images and using control, option, delete. The images do disappear from the library and the total count (now at 11,754) is reduced by the number of images selected. When I close iPhoto and then reopen it, the images are back. I tried deleting images and thumbnails from the iPhoto folder in "pictures" only to have those show up as empty rectangles in the iPhoto library. If I click on one of the empty rectangles I get all the usual information concerning the missing image in the iPhoto menu box but no image. I have tried everything I can think off short of reinstalling iPhoto. I would do this but some of the images cannot be replaced and, since the images in the various sub-libraries were taken over extended periods of time and share DSC numbers, my iPhoto will not export them to any other location or back up device. I am prompted that the duplicate numbers are "busy." My question is: Am I missing something basic, some magic bullet that will allow me to restore function to iPhoto while retaining the desired images or must I have a supreme zen moment of non attachment and start anew?

    rix foto
    Welcome to the Apple user discussion forums
    I tried deleting images and thumbnails from the iPhoto folder in "pictures" only to have those show up as empty rectangles in the iPhoto library. If I click on one of the empty rectangles I get all the usual information concerning the missing image in the iPhoto menu box but no image.
    This is a cardinal sin in iPhoto (or in any database program) - by doing this you have corrupted your library - you should never modify the contents of the iPhoto library directly - only via the iPhoto program
    You can try rebuilding your library using iPhoto and if that does not work using iPhoto library manager - http://www.fatcatsoftware.com/iplm/ - but probably you are going to have to start over
    Reinstalling iPhoto will not help because you have corrupted the data - the program is fine
    If rebuilding does not work, you need to go to a backup before you corrupted your library or you need to start a new iPhoto library as follows - quit iPhoto, drag the existing iPhoto library to the desktop, restart iPhoto with a new, empty library and drag the originals folder from the iPhoto library on the desktop to the iphoto icon in the Dock - this will import all of the original photos form your old library (not the modifications, albums, folders or projects)
    In the future never modify anything in the iphoto library and do not try to delete more than a small number (say 100 ) photos at a time
    Good Luck
    LN

  • Playlist deleting problems?

    This is the very first time I am using itunes and the ipod so I am not familiar with the workings of both and reading the help files is not helping for certain things. First problem is that whenever I import a new playlist from itunes into the ipod, whatever playlists were there before in the ipod is now gone?
    I looked at the Preferences in itunes and the only option I am seeing which makes any reference to "auto syncing" is located in the "Devices" tab in itunes preferences.
    I have the "Disable automatic syncing for iphones and ipods" option checked, is there any other setting for this anywhere or is there an option for this in the ipod itself?
    Also, if an ipod's playlist cannot be deleted from within the ipod then how can it be deleted please?

    Hey there,
    For instructions on how to delete playlists, I would check out this Apple support document. Should be able to help you out.
    [Adding and Deleting Songs and playlists from your iPod|http://support.apple.com/kb/HT1855]
    Here is more help on syncing playlists and how to manage them between iTunes and your iPod. It should also be very helpful. Hope it is.
    [Syncing Music to iPod|http://support.apple.com/kb/HT1351]
    B-rock

  • SMQ1 deletion problem too much time larger queue

    Hi Experts
    We have to delete Queues from SMQ1, the problem is the data volume is huge in queues and system is taking too much time to delete these queues.
    To delete 122000 records it took 4 hours to delete the queue from SMQ1.
    Problem is we have to delete total of  51,48,000 records in total and one queue has huge data that is 26,10,000.
    Is there any solution to fasten the process of deletion or any work around SMQ1 to delete the queues faster.
    We are deleting queues in live system I mean the production system is up and running.
    Thanks
    Navneet

    Hi Navnet,
    Use the report RSTRFCQDS to delete the particular queue of SMQ1.
    The report should check the inconsistencies between the tables:
    TRFCQOUT, ARFCSSTATE, QREFTID and ARFCSDATA, therefore it will take time.
    The fastest way to delete them is: you use a sql tool to delete all the entries in TRFCQOUT, ARFCSSATE, QREFTID and ARFCSDATA. In this case, you also delete the entries in SM58 (tRFC).
    See also SAP Note 760113.
    Rgds,
    Colum

  • Subreq Deletion Problem

    GURUS
    I am Facing some Data Inconsistency Problem as A result of which the Stock requirement List Shows  subreq ( Sub contracting request )in MD04 even though the Purchase Order with reference to which they were created has been Archived
    I have a Material MD04 of which Shows Subreq which are created as a result of Purchase Order for other Material .
    Now the Purcase order is Archived but The Dependent Subreq  Is  been displayed and not deleted,
    I have tried the SAP Fix Program RM06C020 but it doesnt work as the Purcahse Order has been archived from the database and program RM06C020 will look for Order Entry in table MDBS .
    Please Suggest
    Thanks In Advance

    Hi Milind,
    Thanks for confirming that this is very rare case.
    The reservations created through MRP run will not allow you to access through MB22 route.
    Good that you could find the reservations in RESB. You can mark an entry 'X' in the RESB table field XLOEK (Item deleted) against the reservation number.
    If needed, take the help of your developer colleague to make this table entry.
    Thanks
    Senthil

Maybe you are looking for

  • Bug report, how do I find out what is wrong?

    my computer keeps getting bug reports stuck all over the desktop. When I print them it is 3 pages long and I dont know how to use the information from it. It only occurs when my son is using Runescape an online game. My son says he has reported all t

  • Method addTextUrlColumn (Class oracle.jbo.html.databeans)

    The method addTextUrlColumn (Class oracle.jbo.html.RowSetBrowser) adds an additional column to the View's RowSet. This column will be appended after all of the colummns that represent attributes belonging to the RowSet. How can I insert a additoinal

  • Is it possible to have a right-click application?

    Is it possible to have a right-click application for the iPad? 

  • Create Email Accounts (Very Urgent)

    Hi Friends, I am new to Java Mail(TM). Our company is planning to add email service to its portal. We have JavaMail, JAF, Tomcat, Win NT Server, IIS and MS Exchange Server. Now, I need to create email user accounts using JSP. Please help me in this i

  • BAPI that contain user IDs , passwords

    Please let me know if there is any BAPI or RFC that contains the user information like user IDs, passwords etc. I need that to use in the XI. I am using SAP system as the target system or the source system . Thanks kanan