How To Remove the Deletion MArk on Customer

Dear all,
I am using a customer in Test system it says message the customer marked for deletion i want to remove the mark ,How can i do that ??
Thanks
Sundar

Hi
Use T Code XD06...
Give your
Customer number
Company Code
Sales Org.
Distr. Channel
Division
press enter
Uncheck the deletion check boxes
Problem solved
reward if helps
Muthu
Edited by: Muthupandiyan on Mar 17, 2008 5:57 PM

Similar Messages

  • How to remove the deletion on item level in PO

    Hi Experts,
    How can I remove the deletion on item in a PO ? Do I need to fill the item again lower in the document?
    Thanks for your help.

    Go to PO change mode,Select the line item and besides deletion indicator there are teo indicators one to lock PO line item and another to unlock PO line item, select the unlock one.
    Save po
    Regards
    PK

  • How to remove the question mark from the dock

    How do I remove the question mark from the dock.  Nothing I tried works.

    What have you tried?
    What happens when you click on it?  Does a menu appear?
    Would you provide a screen shot (SHIFT COMMAND 4).
    Ciao.

  • How to remove the delete and edit toolbar buttons from the Overview page

    Hi,
    In the account/contact overview page, we see that the interaction history assignment block does not support the EDIT and DELETE options.
    However, when we click on the hyperlink description of an activity in the interaction history, we get into the overview page of the activity. Here we can see the DELETE button and the EDIT button.
    Is there a way to remove these two options from the overview page of an activity which is in COMPLETED status and in the interaction history section?
    Please advice.
    Thanks & Best Regards,
    Ramesh.
    PS: We use CRM 5.2 Web UI.

    You can hide the box that shows the snippets and the "Restore Previous Session" box with code in userContent.css
    *http://kb.mozillazine.org/userContent.css
    *http://kb.mozillazine.org/Editing_configuration
    You can use the ChromEdit Plus or Stylish extension to have easier access to the customization files.
    *ChromEdit Plus: http://webdesigns.ms11.net/chromeditp.html
    <pre><nowiki>@-moz-document url(about:home){
    /* hide snippet container on the about:home page */
    #snippetContainer { display: none !important; }
    /* hide sessionRestore container on the about:home page */
    #sessionRestoreContainer { display: none !important; }
    </nowiki></pre>

  • How to remove the space marked other on an iPhone 6 Plus?

    I recently purchased an iPhone 6 Plus and I can't for the life of me remove all that space marked other. I know that apple devices save a lot of data from apps and such into that category, but I've never built up this much into that category. My iPhone 6 Plus has 2.10GB in the other section and i'd really like to get rid of it. Can someone give me ways to clear it out? I've already tried deleting and reinstalling my apps. Ive also tried restoring my phone, but nothing.

    Sorry, the other that you have is normal size, you can't delete others or have it at 0 GB
    What is "Other" and What Can I Do About It?

  • How to remove the deleted Request ID in BW

    Hi Experts,
    I had a full load repair REQUEST ID "REQU_xxxxxxxxx" that has been deleted from Infocube. It has also been deleted from  Reconstruction.I made sure that the status was RED.
    I checked in RSICPROT table, and the REQUEST ID "REQU_xxxxxxxxx" has a status "FINISHED'.
    But, when I run  my BEx query, unless I restrict the REQUEST ID "REQU_xxxxxxxxx" , I am not able to see any entries in the report.
    Please let m know how can I get get rid of the REQUEST ID "REQU_xxxxxxxxx" so that I dont have to restrict it.

    Hi All,
    I have not compressed my InfoCube.
    My InfoCube does not have aggregates.
    I have not rolled up  any requests in my InfoCube.
    I have checked in SE11 and my Request (REQU_xxxxxxxxxx)  does not exist there.
    I have deleted indexes and refreshed statistics.
    Now, I see a RED light in Infocube > Performance > check indexes.
    I ran my BEx query again and I still have the same error.
    Please let me know what action(s) I can take

  • How to remove the delete file

    I have visit many Apple dealer shop but looks like no one is able to solve this simple and yet complicated question.  I would like to know what is "OTHERS" been classified when I connect the iPhone to the itune.  Generally, there is nothing inside my 16GB phone.  The Application and program takes only 6.2GB memory space and the rest are classified as other.  I have 100 pictures BUT no movies or games inside the phone.
    Thanks

    In iTunes, select the device iPad, click on the apps tab.
    At the bottom of the tabbed page, highlight the app that is file sharing and the list of files will appear at the bottom right.
    Select and delete that file.

  • How to remove the delete photo warning?

    Hello all,
    I'm purging my library in order to upload everything to iCloud photo library. Getting warned overtime I delete a photo is really annoying. Is there a setting that stops this?
    thanks!

    Is there a setting that stops this?
    No.

  • Removing the Delete Entry (Shift+F2) in SM58 through authorization object

    Dear All,
    Please guide me how to remove the delete entry (Shift+F2) from the following tcode SM58, SMQ1, LBWQ.
    The above said tcode having the S_ADMI_FCD with NADM check.
    I know to edit or copy the standard reports which is used to do the activity.
    But I would like to implement this to the functional Users only to avoid deleting all the TRFC logs.
    Please suggest ASAP.
    Cheers..
    Khadar

    Hi,
    I Appreciate your response.
    Actually my issue was, once you execute the SM58 it will list all the TRFC logs with the criteria of all or mentioned users.
    There you could find the delete icon and in the Edit menu --> Delete Entry (Shift+F2).
    I want to disable this function for all the users except System Administrators.
    Cheers..
    Khadar

  • How to Recover the Deleted Transport Request

    Hi,
    How to Recover the Deleted Transport Request (Customizing and Workbench).

    Hi Manoj,
    those thins will be done by BASIS people.
    for more info  chekc
    How to recover the deleted Request / task...
    hope it helps you.
    Thanks!

  • How do I remove the question mark on my dock? When I move my cursor over it it reads "photos".

    How do I remove the question mark on my dock?
    When I move my cursor over it it reads "photos".

    Everything in the Dock is an alias.... that is a tiny file that points to the original app, folder or file.
    If the original app, folder or file is missing or not accessible in some other way (deleted?), it displays a question mark.
    You remove it the same way you remove any icon from the Dock.
    Simply drag the icon up away from the doc a couple of inches and let go of it.
    It should just disappear with a poof and some clouds.

  • How to remove the the standard button APPEND/INSERT/DELETE in webdynpro alv

    Hello,
    how to remove the the standard button APPEND/INSERT/DELETE in webdynpro-abap  alv
    Thanks
    Rakshar

    Use  this.
        data lo_cmp_usage type ref to if_wd_component_usage.
        lo_cmp_usage =   wd_this->wd_cpuse_alv1( ).
        if lo_cmp_usage->has_active_component( ) is initial.
          lo_cmp_usage->create_component( ).
        endif.
        data lo_interfacecontroller type ref to iwci_salv_wd_table .
        lo_interfacecontroller =   wd_this->wd_cpifc_alv1( ).
        data lo_value type ref to cl_salv_wd_config_table.
        lo_value = lo_interfacecontroller->get_model(
        data: lr_std type ref to if_salv_wd_std_functions.
        lr_std ?= lo_value.
        lr_std->set_export_allowed( abap_false ).
    NOte: ALV1 is alv component name
    Regards
    Srinivas
    Edited by: sanasrinivas on Dec 1, 2011 6:11 AM

  • I made a website, but have now deleted it in order to take it down. However, after deleting it, the website is still online? Can anyone help me figure out how to remove the site completely?

    I made a website, but have now deleted it in order to take it down. However, after deleting it, the website is still online? Can anyone help me figure out how to remove the site completely?
    The site is joehewett.uk and I am worried that now I do not have the files of the website I cannot remove it?
    James.

    Did you delete the files from your Remote server?
    Deleting the local site folder or the site definition in DW will have no effect on your remote site.
    When I go to your URL, I see the index.html page with 16 code errors and this background image:
    http://joehewett.uk/Untitled-1.jpg
    So the site is still online until you delete those files from your server.
    Nancy O.

  • How to hide/remove the 'Delete' button for a particular role

    We have a role that can only Create and Edit the Accounts, Contacts, Opportunities, & Leads. So I modified the Default and Owner Access Profiles for that role and changed the Access Level to 'Read/Edit' for each of the above mentioned Record Types.
    When the user is logged with this role they can see the 'Delete' button on all the Record Types. When they click on the 'Delete' button they get the 'Access Denied' message. Thats fine, but how do you hide/remove the 'Delete' button for this role so they don't try to click it.

    At this time it is not possible to hide/remove the "Delete" button. This functionality is on the roadmap.

  • HT2500 How do I remove the deleted mailbox from the sidebar on Mail?

    How do I remove the deleted mailbox from the sidebar on Mail?  Anyone knows how? Hit delete and dragging to the Trash but none seems to work.

    Hi, try highlighting it the Right click or Control+click & see if Delete Mailbox is an option.

Maybe you are looking for

  • Graphics Card not working as it should?

    Hi. i bought a pavilion dv7-4165dx laptop so i could play my favorite games on it, but today when i tried to run need for speed carbon with maximum settings the game started to lag a lot, then i apply medium settings and it still did the same thing u

  • SDDM Beta 3.3 trigger code generation

    If you are generating PL/SQL trigger code in Oracle 11gR2 you can replace the following the SQL SELECT statement with a straight next value sequence number assignment. It is cleaner, easier to read and debug. ---- old way start CREATE OR REPLACE TRIG

  • Keynote 3.0 XML Schema

    Does an XML schema for Keynote 3.0 exist? Also, can anyone point me to some AppleScript examples for Keynote 3.0? Thanks! ~twv

  • Starting reports_server on unattended machine (DISPLAY issue)

    I wish to install iAS on a console-less machine in an unattended location. While there is a console (ie. video card and keyboard), there won't be anyone there to actually login to the machine to start the ./report60_server script. This script require

  • Hello i need to unlock my CDMA iphone 4s to use it outside USA

    i bought three iphone 4s locked to sprint usa and i need to use them on a GSM network in Syria how to unlock them ????