MARK DELETION FOR UOM

Dear Experts
How to mark UOM a deletion flag .ie no body can use UOM
Regards
Raj

Hi
I dont think there is any Mark to deletion is applicable in UOM
Go to Tcode : CUNI, select the UOM and delete it....
Pl Not : Make sure that no one is using the UOM, otherwise, it wil give inconsistency error
- Pithan

Similar Messages

  • Mark for delete for BP in CRM

    Dear Sir,
    We still use CRM 5.0, If I would like to mark for delete the business partner, how to mark for delete for BP in CRM??
    And which table and field name to store for the mark for delete for business partner in CRM/
    Please kindly advise.
    Thnak you and best regards,
    Vimol

    Hello!
    It's not supported to delete Business Partners in CRM (Web- or PC-UI). You can just flag obsolete or redundant Business Partners for archiving.
    However there is the transaction BUPA_DEL you can use in order to delete BPs.
    Here a link for further Information [http://help.sap.com/SAPHELP_CRM70/helpdata/EN/e0/f2683cf5e8fe67e10000000a114084/frameset.htm|http://help.sap.com/SAPHELP_CRM70/helpdata/EN/e0/f2683cf5e8fe67e10000000a114084/frameset.htm]
    Best regards
    Arno

  • Bapi or FM to mark material for deletion

    Hi all,
    Is there a bapi or FM to mark material for deletion that we do through MM06.
    Let me know and i would appreciate if some could me that piece of bapi's code
    Thanks
    Preeti

    This should be all you need.
    report zrich_0003 .
    data: headdata type bapimathead.
    data: clientdata type bapi_mara.
    data: clientdatax type bapi_marax.
    data: return type  bapiret2 .
    data: returnm type table of bapi_matreturn2 with header line.
    data: xmara type mara.
    parameters: p_matnr type mara-matnr.
    select single * from mara into xmara
              where matnr = p_matnr.
    headdata-material        = xmara-matnr.
    headdata-ind_sector      = xmara-mbrsh.
    headdata-matl_type       = xmara-mtart.
    headdata-basic_view = 'X'.
    clientdata-del_flag =  'X'.
    clientdatax-del_flag = 'X'.
    call function 'BAPI_MATERIAL_SAVEDATA'
         exporting
              headdata       = headdata
              clientdata     = clientdata
              clientdatax    = clientdatax
         importing
              return         = return
         tables
              returnmessages = returnm.
    check sy-subrc  = 0.
    Regards,
    Rich Heilman

  • Settings for Mark for deletion for setting the exchange Rates

    Hi all,
    Can you tell me where is the settings for Mark for deletion for setting the exchange Rates.
    User has deleted all the MEND rates in 'OB08'.
    and he cannot input them again, gets error message "an entry with this key is marked for deletion"
    Rg
    vk

    Hi
    Try as said in help - Message number is SV010
    You can:
    enter another key
    delete the entries before entering the new entry
    The entries flagged for deletion can then no longer be reactivated.
    End the error dialog with Cancel. Choose Save and repeat your new entry.
    reactivate the entry marked for deletion to change it :
    and return to the overview screen with Back.
    Choose Display deleted entries in menu Choose to select all the deleted entries.
    Mark the entries that you want to reactivate.
    Choose Retrieve.
    VVR

  • Mark vendor for deletion

    I have one doubt :  When we mark a 'vendor' for deletion, will it block transactions to be posted for this vendor  such as PO, PR, MIRO, payment, etc ?

    You should block an account for posting before you mark it for deletion. The only effect this deletion indicator has is to cause a warning to be issued every time you subsequently try to post to this account.
    When you block a vendor master record for posting, you prevent the system from posting to this account.
    Block a vendor account from posting as follows:
        Choose Master records ® Block/unblock.
        The system displays the initial screen.
        Enter the vendor's account number and, if required, the company code.
        If you do not enter a company code, you can only block posting for this vendor in all company codes.
        Select ENTER .
        The system displays the entry screen for the block indicators.
        Select for blocking either all company codes or the specified company code by clicking the appropriate field.
        Save your entries by choosing Vendor ® Save.
    The system displays the initial screen and a message that confirms that the data has been saved.
    Please refer http://help.sap.com/saphelp_45b/helpdata/en/01/a9b65c455711d182b40000e829fbfe/frameset.htm.
    Do test and let me know if this suffices.
    Regards
    Shailesh
    Edited by: Shailesh Rajan on Jul 6, 2011 7:17 PM

  • How to mark flag for deletion for bulk of customers.

    Hi friends,
      GM..
    I hv a question , that how to mark flag for deletion for bulk of customers.Few function modules are there (eg. HRCA_CUSTOMER_DELETE ) which are going to 'XD06' transaction to set the flag for individual customers.
    But data is huge so it's not possible to go & mark the flag for deletion for  individual customers.So what is the solution for this.....
      waiting for ur reply....
    Thanx.
    Regards,
    Ajit.

    Hi Ajit,
      XD99 can be used as a appropriate mass deletion tool for customers .
    It is good for max 500 customers to mark for deletion, if you have more than that some times you may get dump.
    OR
    You can write a program to read an excel file into an internal table and call the function BUP_BUPA_MASS_DELETE to delete the customers.
    OR
    To mark the BP's for Delete use the following code sample.
    It marks the BP's for Delete and once you archive them delete them in bulk.
    data : BUPANUM type BU_PARTNER,
    RETMSG type ITMSG,
    ls_central type BAPIBUS1006_CENTRAL,
    ls_Central_X type BAPIBUS1006_CENTRAL_X.
    ls_central-CENTRALARCHIVINGFLAG = 'X'.
    ls_central-CENTRALBLOCK = 'X' .
    move-corresponding ls_Central to ls_Central_X.
    CALL FUNCTION 'BAPI_BUPA_CENTRAL_CHANGE'
    EXPORTING
    BUSINESSPARTNER = BUPANUM
    CENTRALDATA = ls_Central
    CENTRALDATA_X = ls_Central_X
    TABLES
    RETURN = RETMSG.
    if you give me brief i can help you out more.
    Thank you .
    Regards
    Ram

  • Mark deletion flag through ip25

    Dear expert ,
    If I mark a deletion flag to an maintenance plan through ip02 ,the user who changes and when changes, get reflect in ip16. but same if I do through ip25 (mass deletion flag ) then above field remains blank.
                        My question is some one mark deletion flag to a maintanance plan through ip25 then how I can find the user and changed date who changes maintenance plan.
    I also check for IMG setting for plan categories (PM Order )change document indicator. but no result.
    thanks and Regards,
    Prasad Kulthe

    Prasad Kulthe,
    Sounds like a bug...
    Have a look on OSS, if you find nothing suitable, then open an OSS Message to SAP.
    PeteA

  • Can Someone Explain "Skipped Due to Deletion" for Individual Shows?

    I have seen posts regarding "Skipped Due to Deletion" for series shows, but nothing that answers why this happens to individual shows.  Sometimes, I have set up a recording for an individual show, and I will get a message "Skipped Due to Deletion."  I never tried to delete the show, I normally do not have two shows being recorded at the same time, so I am not sure why this is happening.  There are times I will have missed a recording completely because of this.
    I have gotten this message sometimes when a show has been moved out of a time slot.  For that, I can understand.  However, I don't understand why this happens when a show has remained in its time slot.
    Does anyone know why this happens for individual shows (not series shows) and if there is something to do to stop this from happening?  I must say, I never had this problem when I had satellite.  Thanks.

    I have seen it happen due to a "glitch" in the guide.  The guide (for some unkinown reason) drops the show, the DVR sees it doesn't exist and marks as skipped, and then the show returns to the guide but the DVR doesn't activate it.  Can't think of any other reasons and can only suggest that you keep an eye on your scheduled recordings (which you shouldn't have to do).
    If a forum member gives an answer you like, give them the Kudos they deserve. If a member gives you the answer to your question, mark the answer as Accepted Solution so others can see the solution to the problem.

  • Selective deletion for Inventory Load

    Hi Guru's
    I have done loading for Inventory cube 0IC_C03 using the 2LIS_03_BF with Delta load and made mistake in last delta load Compression(No Marker Update).. till July 2011 the Data is fine for our report for calculating the TOTAL QUNATITY STOCK..  so we planned to done the selective deletion for August 2011 to till date.. but we cant find the Time Characteristics in selection to done Selective deletion. Please share your valuable ideas...
    Thanks,
    Satish.M.R

    Hi,
    You can delete all the requests from the cube which have been updated from 1st of August onwards.
    Just go to the MANAGE screen of the cube and select all the requests which are loaded from 1st of August onwards and delete all of them.
    Navesh
    Edited by: navsamol on Oct 6, 2011 7:00 AM

  • Delete (-) for user account dimmed.

    I had created a “Guest Account” that I would now like to delete, however I cannot. When I log into my administrator account, go to System Preferences and unlock the lock to allow changes and then select the guest account, the delete [-] for the guest account is dimmed. How do I get rid of this account?

    Within the guest account, was there any higher privilege given to make it
    equal to your main Admin account? In those cases where a secondary
    account was given high privilege, that would have to be revoked prior to
    being able to simply remove the account from the system.
    Some access from the guest account may be holding up the delete process.
    (This is an area where I have only read several things about; however I did
    add a link and quote to this reply which may be of help if nothing else works.
    But it has a limited answer, too; the main command is dimmed out, inviting
    you to try other advanced or even routine maintenance on your computer.)
    An account access permissions issue may likely only be a maintenance matter.
    But check the settings used to create and maintain the Guest user accounts.
    *See this topic:* "How do I completely disable the Guest Account in Leopard?"
    http://www.askdavetaylor.com/completelydisable_guest_account_mac_os_xleopard.html
    Sometimes, issues within accounts, users and privileges go odd; it may
    be you would need to repair disk and disk permissions from the booted
    Installer's Disk Utility version. Also, check and repair anything in the OS
    that may have been lacking. There are times where general maintenance
    is a way to fix odd issues that otherwise have no explanation.
    Have you started the computer into SafeBoot, and when then in the admin
    account, see about removing the guest or other user; or at least try to make
    the settings function? Some extensions and system bits are inactive when
    the computer system is booted into SafeBoot Mode, but you can use this to
    an advantage since it does a basic repair on startup. Then run Disk Utility,
    and its 'repair disk permissions' then when done, quit D.U. & restart normally.
    There are several Support documents on the topic of user accounts and how
    to manage them; some troubleshooting of them involves reading up on the
    variable and ways you can change the settings. I'd use caution since there is
    a way to Delete a Guest User Account that involves the terminal or root level
    and fair attention to detail is required so as to not affect more than the one item.
    A post in this Discussion tread tells of how to delete a guest user account:
    http://discussions.info.apple.com/thread.jspa?threadID=1521487
    From May 14, 2008 as contributed by V.K. to resolve another user's problem:
    +"From an admin account uncheck the option enabling Guest account in accounts+
    +system preferences and then enter the following command in terminal.+
    *sudo dscl . delete /users/Guest*
    +Please just copy and paste the above. That's very important, you don't want+
    +to delete a wrong thing here. You'll have to enter your admin password which+
    +you won't see (that's normal).+
    *This command will delete the Guest user.*
    +Now go to the accounts preferences and enable Guest. This should create+
    +Guest user afresh and hopefully resolve the password issue. Restart and+
    +try the guest user again. Double check and make sure that it's enabled."+
    {This last part, should you need to re-create a guest user again.}
    While I have not tried this, nor have I ever created a Guest User account in
    any of my dozens of Macs, (prefer to create Standard user for daily use; or
    try the Parental Controls to minimize damages an inexperienced user may
    create in the process of over-reaching their grasp) I can see it may be handy.
    Hopefully some of the above may be helpful. Usually if a system function is
    acting oddly, sticks, or won't work correctly, some systematic maintenance
    is likely behind the situation. To have and run AppleJack from single user or
    perform other preventative actions to head off possible issues, are ideas, too.
    Since I don't use AppleJack, and seldom need to run in the command line or
    single user or terminal mode, some of that is out of my range. I've found most
    of the issues I've read about can be prevented. However, if a user gets into the
    OS and can move things around, trash or misplace important parts, etc; odd
    things can happen. Unfriendly or careless/unwanted user access can mess it up.
    Usually about once a month whether or not the computer needs it, I run OnyX
    and have it complete all items check-marked in Automation, and have it set to
    restart the computer when that group is finished. There are other tools in it, too.
    Perhaps the combination of things can help; or just what Dave Taylor said.
    Good luck & happy computing!
    +{ edited to add more confusion }+

  • Cross reference markers are deleted for content in text insets

    Cross reference markers are deleted for content text insets. I currently have a chapter that is built from several Import by Reference files. I added an introductory paragraph with cross reference links to heading 2 titles in these text insets. Everything works and saves normally, although the cross reference markers disappear from the chapter when files are checked out a few days later. An extra Heading 2 is also added to the end of the document.
    Steps to reproduce:
    1. Create a chapter composed of several text insets.
    2. Create a list of cross references to headings in these text insets at the beginning of the chapter.
    3. Check in/check out the files from a source control product.
    What went wrong?:
    The cross reference markers are gone, resulting in broken cross references. An empty Heading 2 is also added to the end of the document following the final text inset
    What should have happened?:
    The markers should remain and the heading 2 tag should not be applied to the document.
    Product version:
    Product: FrameMaker
    Version: 7.2
    Platform information:Windows XP
    Hardware: Dell Latitude D620
    OS Version: Windows XP Professional Version 2002, Service Pack 3.
    RAM: 1GB

    Thanks for the information, Van. We did try several techniques including adding the insertion point immediately after the text inset before the normal paragraph tag, but none seemed to consistently work. I will investigate this scenario futher, though, in light of your comments.
    We have managed to determine a workaround for this issue by avoiding a string of text insets. For some reason, using multiple text insets without separating them with normal text causes most of the problems after we add the files to our source control system. The situaton is not ideal, but it does work for the time being anyway.
    Steve

  • Hacker problems so I reloaded Snow Leopard. Afterwards, Mac had to delete 798 items. Now looping on 4 items to delete for the past 2 weeks. Can't reboot, reload, or restart. I have to let the battery run down for it to turn off. How to fix this, please?

    I had hacker problems so I reloaded Snow Leopard. Afterwards, Mac had to delete 798 items. Now it is looping on 4 items to delete for the past 2 weeks. I can't reboot, reload, or restart. I have to let the battery run down for it to turn off. I think a big part of the problem is that someon one the internet (the hacker) was mirroring my hard drive. It seems to have locked up my system. I could be wrong about this guess, though. All I do know is that it is now looping on the last 4 iems, and I can't do anything.
    Well, I can get it to turn on, but all it does is continously try to delete the last 4 items. When I try to reload Snow Leopard, it tells me my hard drive is full and that I need to delete items.
    Can anyone help? I am so lost without my Mac. I am back on the PC, and though it works, I'm sure many of you will understand when I say it's just not a Mac.
    Thanks.

    I installed Snow Leopard using my Apple external Superdrive. I followed directions I found on the Apple site. Here is the article info:  Mac OS X v10.6 Snow Leopard: How to Erase and Install  
                     Article HT3910
                     located at: http://support.apple.com/kb/HT3910
    Everything was going smoothly until I got to the reinstall part. I had to choose to reinstall on a hard drive or network drive. I've never used a network drive; just the hard drive. It seems that's where the troubles began. I selected the hard drive. It seemed to go well, and then I got the message that I needed to delete some files because I was out of space. I chose to get rid of my music files, but, there were only 636. I don't know what the rest of the files were. I was using the Secure Empty Trash command.
    That was my first time doing an erase and install. I tried to do it again, but I now get a continuous error telling me that my hard drive is full and I must delete files. Only I can't delete files because 4 files are still being deleted and my computer won't let me stop the process.
    I found out about the hackers mostly by the fact that whenever I used to watch something like Hulu or Netflix, I never had problems with internet connection or speed. Lately, I had internet connection problems. I went in to check my settings for my internet provider and found out the settings had been changed to public and all these extra computers were connected to my network.

  • Display All Marked / Flagged for Follow Up Emails Separately

    Display All Marked / Flagged for Follow Up Emails Separately
    I was wondering, is there actually a way to display flagged emails in some sort of folder or separate view at least, as it is common within desktop mail applications and any other user interfaces from free email providers like Gmail, Yahoo!, or AOL and the likes?
    It's very complicated and not very user friendly to mark an email for follow up, because you need to decide at what point in the future you want to be reminded. When that day arrives and you're not ready to reply yet, you will have to go through each follow up email again and repeat those steps to re-mark them for a later date. And that is really annoying. Or am I missing something here?
    Can't I just simply mark my emails, like, star them in order to review them later and to be able to have a look at them from time to time, just like it is possible in other applications or in your browser?
    I have noticed that there is an option to star an email within a Gmail account, but I'm not quite convinced that they sync both ways properly anyway. Also, that feature doesn't come with all email services. For example, how would I star an email in my AOL account?
    I understand that BlackBerry is not based on IMAP and therefore has its limitations, however, it would be nice if there was another solution for this, or an explanation at least. It's simply impossible to go through hundreds and thousands of emails in order to find a flagged email.
    It's already a pain that the emails themselves won't sync (read/unread) with your desktop and other devices, but do you have any advice or workaround to improve the synchronization of flagging or starring?
    I have been using BlackBerrys for many years now, and I really still enjoy them, but the fact that it isn't based on IMAP is a big downside and no longer up to date. Times really have changed.
    Another thing: When I mark as follow up, the default time always seems to be 5 p.m. -- probably because the calendar day starts at 9 AM and ends at 5 PM by default. I thought changing the "day ends" option would do the trick and also change the default time for the reminder, unfortunately it isn't. Is there another way to change that, or will I have to set the time manually every time?
    Your help is very much appreciated.

    Display All Marked / Flagged for Follow Up Emails Separately
    I was wondering, is there actually a way to display flagged emails in some sort of folder or separate view at least, as it is common within desktop mail applications and any other user interfaces from free email providers like Gmail, Yahoo!, or AOL and the likes?
    It's very complicated and not very user friendly to mark an email for follow up, because you need to decide at what point in the future you want to be reminded. When that day arrives and you're not ready to reply yet, you will have to go through each follow up email again and repeat those steps to re-mark them for a later date. And that is really annoying. Or am I missing something here?
    Can't I just simply mark my emails, like, star them in order to review them later and to be able to have a look at them from time to time, just like it is possible in other applications or in your browser?
    I have noticed that there is an option to star an email within a Gmail account, but I'm not quite convinced that they sync both ways properly anyway. Also, that feature doesn't come with all email services. For example, how would I star an email in my AOL account?
    I understand that BlackBerry is not based on IMAP and therefore has its limitations, however, it would be nice if there was another solution for this, or an explanation at least. It's simply impossible to go through hundreds and thousands of emails in order to find a flagged email.
    It's already a pain that the emails themselves won't sync (read/unread) with your desktop and other devices, but do you have any advice or workaround to improve the synchronization of flagging or starring?
    I have been using BlackBerrys for many years now, and I really still enjoy them, but the fact that it isn't based on IMAP is a big downside and no longer up to date. Times really have changed.
    Another thing: When I mark as follow up, the default time always seems to be 5 p.m. -- probably because the calendar day starts at 9 AM and ends at 5 PM by default. I thought changing the "day ends" option would do the trick and also change the default time for the reminder, unfortunately it isn't. Is there another way to change that, or will I have to set the time manually every time?
    Your help is very much appreciated.

  • My account was deleted for security issues. I made a new account, but I can't syncronise my apps with this new account. I bought a new Iphone and would like to transfer the apps ans music on this new one. Can somebody help me?

    My account was deleted for security issues. I made a new account, but I can't syncronise my apps with this new account. I bought a new Iphone and would like to transfer the apps ans music on this new one. Can somebody help me?

    Why would you make a new account?  This will likely cause many problems.  Just get you old account enabled.
    Apple ID: "This Apple ID has been disabled for security reasons" alert appears
    Frequently Asked Questions About Apple ID
    Everything you purchased with the old account will always be tied to that account.  You will have to authorize the computer for that account and you will have to update the apps from that account.

  • Selective deletion for particler cube and rebuild of aggrigates in Psystem

    Hi Friends,
    1.In my manage data target screen i have 8 cubes but i want do selective deletion from 1st cube ..how i can do ..?
    Im thinking like...IN DETILS column i will select.one data target and then i will go to contents tap and then selective deletion for paricler requst ID...is correct to do selective deletion for particler data target out of 8 cubes..plz tell me
    2.in production ...while doing selective deletion ...aggregates are failed...means status is in red color...
    now,how can i create or build or rebuild those aggrgates again...please and my qns...
    Thanks in advance

    Hi
    1. technically Yes its ok to do selective deletion of only 1 cube, incase of delta load you will have to do selective reload to only that cube otherwise data for that perticular selection will get doubled in rest of 7 cubes.
    Actually depends on situation in which you plan to do so.
    2. its possible to aggreegates get affected due t selective deletion.
    Just go to manage->rollup tab of cube and rebuild agreegates.
    Hope this helps.
    Regards
    Sudeep

Maybe you are looking for

  • Problem with database tool kit, and MS Office Tool kit.

    One of my programmer's who has the Office tool kit noticed this on Monday, and we haven't been able to find the problem yet. We use the database connectivity reads and writes to a MS Access database. This program reads the data from a Symbol Scanner,

  • Need platform independent java code for TNS PING

    Hi, I am able to ping server /ip address. but unable to ping some TNS entry. There is one way to ping TNS entry using System command, but that will make my code platform dependent. i want platform independent code.. need code help for TNS Ping to dat

  • Flash 11 could not install

    I get alerts to install Flash 11. I tried to do that But it always ends up in "Flash 11 could not be installed"

  • AVCHD capture

    I'm making the break to HD and was wondering if anyone had some pointers, and also if anyone has has heard about a needed fix to On Location. AVCHD seems to be the format of the future, and with the drop in price of some nice cameras like the Canon V

  • JBDC problem in Java 1.3 Applet

    I am using win2000, oracle 9i, JDBC driver for Oracle 8.17, Java 1.3. When I programmed a JDBC application, works fine. When I transfers that to applet, I got "java.NoClassDefFound: oracle.jdbc.driver.OracleDriver()" But it is configured in the CLASS