How to delete an existing product

how to delete an existing product, pls provide some inputs.
thanks
RH

http://help.sap.com/saphelp_erp2005vp/helpdata/en/b3/24802685564046a4b9df912f9904ef/frameset.htm
found this in SAP Help
br,
sri

Similar Messages

  • How to delete the existing webservice?

    Hi,
    I have created a RFC function module and made it as webservice. Later I made few changes to the function module and exposed as new webservice. Now I want to delete the old webservice or deactivate the old webservice. How can I do it ? or is there any way that if I do any changes to the RFC function module it will also reflect the changes to the webservice?
    Regards,
    Rajiv

    hi,
    this help u a bit
    Re: How to delete the existing webservice?
    thanks and regards
    bvr

  • How to delete the existing list and prevent auto-completed web sites?

    Hi, As soon as I start to type "www" in the address bar, a list of previously visited web sites appears, as if auto-completed. They seem rather random, and not necessarily the most recent ones. I have tried resetting Safari, deleting the cache, looking these sites up in the various plist folders in the Library, using Safari in Private mode, etc. but it still happens. I find it a nuisance.
    How do I delete the existing sites, and how do I prevent more from appearing in the future?
    Thanks,
    Richard

    HI,
    Go to Safari/Preferences - AutoFill
    Click where it says: Edit
    You can Remove All or edit which url's you don't want.
    Carolyn

  • How to delete the existing list values before binding

    Hi,
    I'm new for flex..
    i like to know how to delete(clear) the existing list data values before binding the new values..
    I'm using the list for binding data dynamically by using http services.if i send the another call mean's the exiting item should be flushed and  coming  data item's would be binded into the same list...
    Thank's in advance....
    Regard's
    mani

    Hello
    On your ResultEvent method you can add something like this:
    private function onResultEvent(event:ResultEvent) : void
         yourBindableList = null;
         yourBindableList = event.result as ArrayCollection();
    In this code i send to my BindableList a null value before i setter to list the result of my HTTPService, making a cast to ArrayCollection.
    Regards

  • How to delete one existing file before uploading a file with same name?

    Hello everybody.
    I am uploading a file to Tomcat server. But, the problem is:
    i want to delete an existing file in the server, if i upload a fresh file with same name. In other words, "First check for the file with the same name in the server. If it exists, then delete existing file in the server and upload fresh one". If such file doesnot exist, then upload the file to server.
    I have given deleteonExit()
    but, for the first time when user is uploading, i want to check for the file with same name in the server.
    i am pasting the code here. please help:
    <!-- uploading the file -->
    <%
    String contentType = request.getContentType();
    if ((contentType != null) && (contentType.indexOf("multipart/form-data") >= 0))
    DataInputStream in = new DataInputStream(request.getInputStream());
    int formDataLength = request.getContentLength();
    byte dataBytes[] = new byte[formDataLength];
    int byteRead = 0;
    int totalBytesRead = 0;
    while (totalBytesRead < formDataLength)
    byteRead = in.read(dataBytes, totalBytesRead, formDataLength);
    totalBytesRead += byteRead;
    String contextRootPath = this.getServletContext().getRealPath("/");
    contextRootPath=contextRootPath.concat("uploaded");
    String file = new String(dataBytes);
    String saveFile = file.substring(file.indexOf("filename=\"") + 10);
    saveFile = saveFile.substring(0, saveFile.indexOf("\n"));
    saveFile = saveFile.substring(saveFile.lastIndexOf("\\") + 1,saveFile.indexOf("\""));
    // Create a directory; all ancestor directories must exist
    File outputFile = new File(contextRootPath, saveFile);
    var=outputFile.getPath();
    outputFile.createNewFile();
    int lastIndex = contentType.lastIndexOf("=");
    String boundary = contentType.substring(lastIndex + 1,contentType.length());
    int pos;
    pos = file.indexOf("filename=\"");
    pos = file.indexOf("\n", pos) + 1;
    pos = file.indexOf("\n", pos) + 1;
    pos = file.indexOf("\n", pos) + 1;
    int boundaryLocation = file.indexOf(boundary, pos) - 4;
    int startPos = ((file.substring(0, pos)).getBytes()).length;
    int endPos = ((file.substring(0, boundaryLocation)).getBytes()).length;
    FileOutputStream fileOut = new FileOutputStream(outputFile);
    fileOut.write(dataBytes, startPos, (endPos - startPos));
    fileOut.flush();
    fileOut.close();
    outputFile.deleteOnExit();
    %>Please help. Thanks for taking time.
    Regards,
    Ashvini

    Thank you MartinHilpert,
    I have one more doubt,
    I am uploading the file to one folder called "uploaded". Before uploading a fresh file, i want to delete all existing files in that folder. IS that possible ?? If yes, can you please tell me how to do that ??
    Regards, Thanks for your time.
    Ashlvini

  • How to delete an existing Icloud account?

    I am using Ipad Mini Retina.
    I want to delete an existing ICloud account that made in the very first set up of my Ipad. I cannot remember the password of this ICloud account.
    I am now using another Apple ID.
    My Ipad when updated into iOS8, always ask me to key in the password for the old ICloud account, this is very irritated.

    If the old Apple ID keep popping up maybe because you have apps that uses that Apple ID.
    You need to delete those apps and re-purchase them again using the new Apple ID.
    Note: Content bought using an Apple ID cannot be merged or transferred to another Apple ID.

  • How to DELET DIR in production server.

    hi, all,
    i want delet some documents which are not required here after.
    so how i could delet those DIR in production server.
    i already set those with deletion indicator.
    further what shall i do ?
    this is very urgent friends.!
    please send in details, coz i m working in production server.
    rgrds,
    ben
    points waiting?

    To delete the documents physically from the database, you must run the MCDOKDEL program using the ABAP/4 editor.
    This program deletes all documents of a selected document type for which Deletion Indicator is set.
    Program for Deleting Documents with Deletion Indicator
    Description
    With this report (program), you delete all the flagged documents of a selected document type from the data bank. The documents are not archived before they are deleted.
    The report allows you to execute a test run. You should start this test run first of all and check the list of documents if necessary.
    Requirements
    Only those documents that have a deletion flag are deleted.
    Documents are not deleted if they fit into the following categories:
    Quality assurance agreement or technical terms of delivery
    Production resource/tool in work order or routing
    Document item in BOM
    Output
    As a result you receive a list that is divided into two parts:
    Part 1: Undeleted documents
    This is a list of those documents that cannot be deleted due to their usage.
    Part 2: Deleted documents
    This is a list of the documents that have been deleted.
    These documents have been deleted from the data bank without having been archived.
    Note:
    If you set the indicator for test mode on the entry screen of the report, then both of these parts of the list will have the heading Test Mode.

  • How do delete non-existing Repository

    There was a repository with a server and some VMs. I accidentally destroyed the LUN holding that storage. How do I clear it from VM Manager's display? I need to recreate the server pool, repository, discover the host, and I'd like to use the same names and IP addresses. I can always uninstall/reinstall manager, but that seems a bit harsh.
    Oracle VM 3.1.1 Manager and a single, non-clustered host.

    Hi, out of curiosity, I just ran the script on my test environment that has currently no errors. Is this what the output should look like? Tehre was no questions...
    [root@ovmmgr-ec bin]# ./ovm_upgrade.sh dbuser=ovs dbpass=Oracle34 --fixup
    find: /tmp/ovmpatches: No such file or directory
    Copying xsl files to patch path location
    `./transform_003000002000_010.xsl' -> `/tmp/ovmpatches/transform_003000002000_01 0.xsl'
    `./transform_003000003000_010.xsl' -> `/tmp/ovmpatches/transform_003000003000_01 0.xsl'
    Copying deleted classes files to patch path location
    `./deletedClasses.xml' -> `/tmp/ovmpatches/deletedClasses.xml'
    INFO (OvmUpgrade.java:117) Oracle OVM Manager Upgrade Processor
    INFO (OvmUpgrade.java:118)
    INFO (OvmUpgrade.java:326) Upgrade Initialization Starting
    INFO (OdofDirector.java:219) Oracle Distributed Object Fabric (ODOF): Copyright (C) 2007, 2011 Oracle. All rights reserved.
    INFO (OdofDirector.java:220) ODOF Version: 1.0.0.0
    INFO (OdofDirector.java:221) Initializing...
    INFO (OdofDirector.java:278) Initialization Complete!
    INFO (OvmUpgrade.java:328) Upgrade Initialization Complete
    INFO (FixupStage.java:23) Database Fixup Starting
    INFO (ObjectStore.java:133) Fixing up Exchange... (2147 objects)
    INFO (ObjectStore.java:144) Fixup has processed 1000 of 2147 objects
    INFO (ObjectStore.java:144) Fixup has processed 2000 of 2147 objects
    INFO (ObjectStore.java:252) Fixup Complete!
    INFO (FixupStage.java:26) Database Fixup Complete
    [root@ovmmgr-ec bin]#
    Regards,
    T

  • How to delete ExpectYieldVar in production order

    Hi there:
    I found there are 100 pcs in expectyieldvar field, and the user did confirmation twice to accumulate it, and total quantity and delivered quantity is 50, because we didn't maintain accounting view for this material ,so expectyieldvar changed to 100 when we were doing confirmation which means 911 movement, and we had deleted 100 pcs in cogi,so could you guys help me to figure out how to clear it up?

    Cancelled the confirmation, problem solved.

  • How to delete 3 existing icloud account from iphone

    Hi from my last queastion i got ans from "pvonk" that i have reached max 3 icloud account limit on my iphone.
    Is there any way that i can delet thost account are reset icloud account count on my iphone.
    i bought used iphone. so i dont know remaining icloud account or thier id-password.
    If i took backup of my phone on itunes. will i able to retrive backup from my pc to my iphone without updating it. If yes please suggest best way to reset my iphone. and I DONT WANT TO UPDATE MY IPHONE TO 6.1.3 OR iO7.
    Please Help.

    To do this on someone else's device that already has an iCloud account without them losing any data do the following:
    First have them save any photo stream photos that are over 30 days to their camera roll by opening the my photo stream album, tap Edit, tap the photos, tap Share, tap Save to Camera Roll. 
    Go to Settings>iCloud, tap Delete Account, and choose Delete from My iPhone (iPad, iPod).  Their iCloud data will still be in iCloud and will reappear on their device when they sign back in.
    Go to Settings>iCloud and sign in with your Apple ID to create your new account.  Do not turn on any data syncing with the account and do not choose Merge with iCloud as you do not want to merge any of their data with your new account.
    Tap Delete Account to delete your new account from their device, then have them sign back in with their ID and their iCloud data will reappear on their device.
    You can then go to Settings>iCloud on your device and sign into the new iCloud account that you just created.

  • How to delete the production order in mass?

    Dear Experts
                 Please tell me how to delete the  old production orders?

    Raja,
    CO78 is a one stop transaction for production order setting deletion flag, deletion indicator, archiving and finally deleting.
    Generally we schedule the following programs in background in the sequence below,
    1. PPARCHP1 for Setting Deletion Flag
    2. PPARCHP1 for Setting Deletion Indicator (Once set cannot be revoked- so care should be taken in selection of orders)
    3. PPARCHA1 for archiving the production order with Deletion Indicator active. Basis should set the database/storage space for archiving/storing the records.
    4. PPARCHD1 for Deleting the records from SAP database.
    Regards,
    Prasobh

  • How to delete existing user and create the account

    Hi All,
    How to delete the existing user and does not loose the shopping cart link, confirmations for etc and then create back the account for the user?
    Please tell me the steps.
    Thank you.
    Regards,
    Henry

    How to delete the existing user and does not loose the shopping cart link, confirmations for etc and then create back the account for the user?
    I believe you can not delete the user 100% fully since all documents must be closed before.since it had a relation in crmd_partner table. However it has links with business objects..
    Copied from forum threads.. for your reference..
    Note 1148837 - SRM user cannot be deleted
    in consulting note 550071
    Q8. What happens if I delete the user who has created the shopping cart
    A8. If the user is deleted, and the shoping cart exists in the application, then the shooping cart cannot be displayed. If you want to view/ process those shopping carts, then you have to create a dummy user and retrieve the document. In CRMD_PARTNER table, the old user GUID should be replaced with the new user GUID.
    User deleted from SRM, deletion of SC not possible
    if you have a central recipient cancel them with that role or as advised by akash cancel from r/3.
    discussions are welcome..
    regards
    Muthu

  • How to DELETE condition tables in IDES

    Hi Experts,
    while practicing in IDES I have created tables in the range 501-999. I have no tables to create now. Can any one tell me how to delete the existing condition table. when I tried deleting its giving error: TABLE 911 IS REFERENCED FOR ACCESS SEQUENCE.
    Thank you
    SAHER

    Dear Saher,
    The best solution is to do as below.
    TCODE: SE11
    Database Table : T682I  --> choose DISPLAY
    CTRLSHIFTF10
    Input 911 in KOTABNR
    Execute / F8
    you will get the access sequences which use the condition table 911.
    go to v/07 of the access sequence obtained from the previous operation and
    delete the access which use condition table 911.
    Then you will be able to DELETE 911 condition table of your own.
    Please check and revert back.
    Thanks & Regards,
    Hegal  Charles

  • Text Slides in Places theme - how to delete?

    I'm using iPhoto '11 and the Places theme. For some odd reason when I rearrange photos (sequence) the tool inserts a new Text Slide. I don't know why it is creating new Text Slides - do you?
    I can't figure out how to delete an existing Text Slide - help?
    The Text Slide tool (lower right bar) is grayed out - why?
    When switching themes the tool changes the sequence of slides - why?
    If I change the theme the text slide are removed - but then when I resequenced the photos the text slides get magically inserted - its a mystery.

    I'm not a user of the Places (Location) feature of iPhoto but the text slides are associated with any photo in the slideshow that has a location associated with it. So possibly if you move a photo in the sequence it might be due to the fact that another title/places slide needs to get created since it was moved. I'm guessing here. Do you notice if a title slide gets removed when the photo is repositioned at the same time the new slide is created?

  • Delete a registered product

    Hello,
    I would like someone to explain how to delete a registered product?
    Thank you in advance

    You can go to the Support Portal, sign in using this email and password, locate your product and delete from that page.
    WD Support Portal
    https://westerndigital.secure.force.com/ind/?lang=en
     

Maybe you are looking for

  • Mysterious forces changing backlight brightness

    Some mysterious forces are changing my laptop's brightness and I can't seem to figure it out what it is. For example, if my battery gets below 10% (also, why 10%?), it automatically changes brightness to something very low. Similarly, if battery gets

  • Media encoder not loading

    The .exe for media encoder CC is missing from my local computer. I have uninstalled Premiere Pro and Media Encoder using add/remove programs, and then reinstalled Premiere and it is still missing. Using Win 7, 64 bit, 12gb ram. Any ideas? Ive looked

  • Itunes not syncing all files to ipod - permissions error

    With the newest verison of itunes is not syncing all of my files to my ipod - this is so frustrating! I have taken itunes/quicktime completely off my dell and reloaded with the newest version of itunes/quicktime. Changed to manually managing my ipod

  • Calling pl/sql stored procedure from shell script ( kshell)

    hello., i have written a stored procedure. i need to call this stored procedure from a unix shell script ( korn shell). can anyone please help me how can i do it.actually there are 3 stored procedures. so my shell script has to call each stored proce

  • Separate User for Oracle RDBMS and EM Agent...

    Good Day All, Has anyone here deployed the EM Agent (10.2 or 11.1) as it's own user? For example, leave the Oracle RDBMS binaries owned by "oracle" but install the EM Agent as "oagent." I inquired with Oracle Support and I've received the "it is poss