Remove default classification from SAP documents (CL24N / CV02N)

Hi gurus,
I've this scenario I need to solve.
Via Customizing, I've linked a class document with a Class. (Transaction DC10).
After that, when I create a document, a class is assigned by default, according with this previous customizing.
However, we've noticed that we need to remove this default classification in some documents, but just in some of them.
It is possible to delete this assignation? I've tested with CL24, CV02N, and the result is not good at all.
How can I delete his relation between classes and documents definitely??
A lot of thanks!!!

Hi
Do not assign Default Class in dc10. Make the indicator Classifcation optional entry in field selection and in cv01n / cv02n use classifcaion tab , find the class and add to the dir wher ever needed.
Regards
Aby

Similar Messages

  • How to remove a page from Pages document

    I have created a document in pages, and it is 12 pages. This is the complete document, originally created to export as a PDF.
    I want to create a smaller version of the document, removing certain pages that some people do not need.
    Unfortunately, I created the document as I went, and did not use sections of blank pages each time I started a new one. Is there any way I can remove a page from the document? Every time I try and go to thumbnail view and delete a page, it deletes all 12 pages. Thank you for any help you can give.

    When you click on the thumbnails it selects entire sections.
    To isolate a page/s, insert section breaks at the foot of the pages before and at the bottom of the one you want to select. Then click on that page/s in the thumbnail and hit delete.
    More sensibly you should delete the content in the document rather than thumbnail pages.
    If the pages you wiish to omit are at the beginning or end of the document, you can nominate the page numbers you wish to output in the Print dialog when printing to pdf.
    Peter

  • Tools available to extract  documents from SAP document management system

    Hi ,
    Can anybody provide some valid information on
    Tools available to extract the documents and their associated meta data from SAP Document Management system and DIR (Document Information Record) to non SAP document management sysyem ?
    Thanks..

    Hi,
    On ALE / EDI interface, you can use Message DOCMAS for triggering the outbound IDocs, you can use Program: RBDSEDOC
    For ALE / EDI Configuration, you can refer the book by Arvand Nagpal which is a step by step guide.
    Hope this helps.
    Best Regards, Murugesh AS

  • Export data from SAP Document Management System to File System(FileStore)

    Hi,
    We need to extract/ export data (documents and metadata) from SAP Document Management System to windows File System (File Store), can anyone suggest us tool or methodology to do the same.
    Thanks,
    Nilesh

    I'm also looking for a solution for this problem. We are capturing comments in BW-BPS layouts. They get stored in BW's document management system and we would like to export them out of the system for external reporting into an ACCESS database.

  • How to remove default value from table definition?

    Hi,
    running 9.2
    Following problem :
    I need to remove default value from table.
    Example
    CREATE TABLE MY_TABLE(
    NAME VARCHAR2(50) DEFAULT 'NAME',
    AGE NUMBER DEFAULT 0
    Now even when I use MODIFY like
    ALTER TABLE MY_TABLE MODIFY (NAME VARCHAR2(10) );
    The default is still there:
    SELECT DATA_DEFAULT FROM USER_TAB_COLUMNS WHERE TABLE_NAME = 'MY_TABLE';
    Is there any way?
    Thanks

    Thanks,
    found the answer. It is not possible!!!!
    http://download.oracle.com/docs/cd/B19306_01/server.102/b14200/statements_3001.htm
    Note:
    If a column has a default value, then you can use the DEFAULT clause to change the default to NULL, but you cannot remove the default value completely. That is, if a column has ever had a default value assigned to it, then the DATA_DEFAULT column of the USER_TAB_COLUMNS data dictionary view will always display either a default value or NULL

  • How do I remove edit markings from final document

    How do I remove edit markings from final document? There are slash marks at the beginning of each row of typing and little arrowheads where I made changes to typing.

    What program did you use to edit the document? If you used Word for Mac then you might want to ask your question in the Office for Mac foums http://answers.microsoft.com/en-us/mac?auth=1.
    If you used some other program, you will need to tell us which one.

  • Removing a User From SAP and Webtools

    I have recently removed a user from SAP which was a user from webtools
    i removed their license and removed them from webtools
    My issue is that i now have a Sync Error
    -10:Selected user was deleted
       at NetPoint.SynchSBO.WebToolsChildObjects.AccountUser.SynchOUSR(NPUser u)
       at NetPoint.SynchSBO.WebToolsChildObjects.AccountUser.NetPointToSBO(NPQueueObject qData)
       at NetPoint.SynchSBO.SynchObjectBase.Synch()
    What can i do to remove this error?
    Please notify.
    all answers and suggestions will be greatly appreciated

    User probably still exists in WebTools. Try to find & remove it.
    If this doesn't help, you can remove user from synchronization queue:
    1. run SynchManager
    2. on page Synchronization click on tab Web tools Queue
    3. find row with 'Name' equal NPUser; click on number in column 'Fail'
    4. select row containing error message
    5. press <Delete>
    6. run synchronization

  • Remove default value from dropdown list

    I am currently working with Acrobat XI Pro version. I want to know whether it is possible to remove the default value from a dropdown list.
    When the list has less than 4 items, it is possible to deselect the default value by pressing the whitespace below. However, when there are more items, this is not possible anymore.
    I have read that you should include a whitespace as item in the item list, however, then you will see an empty list item when people are working with the pdf which is not preferable.
    So, does anyone know how to remove the default value from a dropdown list?
    Thanks!

    Ok, I found a perfect workaround for my problem using FormsCentral for Acrobat. Here is what you should do:
    Step 1:
    -   Open FormsCentral
    -   Create New Form (Choose Blank Form)
    -   Click on the dropdown icon to create a new dropdown
    -   Fill in the list items by clicking on the edit (you also can add a label if you want)
    -   Click: File > Save as PDF Form...
    Step 2:
    -   Open the saved PDF (you now see a blank pdf with a dropdown menu)
    -   Click: Tools > Forms > Edit Form (when a popup shows that you should save a copy of the document in order to make changes, press "Save as a copy" and open the pdf copy file with Acrobat)
    -   Select the dropdown, copy the dropdown and paste it in the desired document
    Now you have a dropdown menu without a default choice. Keep in mind that you cannot edit the items in the dropdown, because a default choice will be chosen and you have to use the pdf copy file again. As long as you don't click on a list item, it doesn't choose a default choice.
    It is not a perfect solution, but it works for me.
    Good luck and thanks!

  • Removing Default Namespaces from XML

    Hi All,
    I am having a situation where I can't remove the default
    namespace from XML mainly
    because there is no namespace prefix.
    I hope this code snipped makes better sense.
    function test():void
    document:XML =
    <test xmlns:soap="
    http://example.com" xmlns="
    http://swanmokshi.com">
    <item>peter</item>
    <item>jenny</item>
    <item>JK Angel</item>
    <test>
    // I can remove the soap namespace by doing the following
    soap:Namespace = document.namespace("soap");
    document.removeNamespace(soap).
    Alert.show(document.toXMLString()); // should now display
    the xml document without the soap namespace
    Note that removing the soap namespace is easy because of the
    first namespace is named "soap". How do
    I removed the unnamed namespace, xmlns="
    http://swanmokshi.com" ?
    regards,
    Arun

    Same problem for me.
    XPath expression failed to execute. Error while processing xpath expression, the expression is "ora:processXSLT("Transformation_2.xsl", bpws:getVariableData("PartyID", "Header"))", the reason is Character reference "&#24" is an invalid XML character.. Please verify the xpath query.
    I am getting the date from Oracle Advanced Queue

  • Can't remove default repository from EM

    Hi
    Please can someone give an idea on how to permanently delete the default repository from oracle enterprise manager winfow. I am on windows xp with OBIEE 11g.
    I tried commenting out the NQSConfig from Star, but it keeps getting re-created
    Reggards
    Ify

    If you are referring to EM 12c and how to remove the em repository from the databases that houses it then follow the below notes:
    Note 1395423.1: 12c Cloud Control Repository: How to Manually Drop Repository Database Objects in 12c Cloud Control.
    Note 1365820.1: 12c Cloud Control Repository: RepManager Dropall Command Fails To Drop all the Repository Objects

  • Removing pw-protection from multiple documents using v. 11.0.4

    I'm hoping someone can help me out here. I'm at my wit's end after wasting an hour and a half with an Adobe chat person who couldn't figure this out.
    In previous versions of Acrobat, one was able to add pw-protection to multiple documents at once using the batch process, and conversely, one was able to REMOVE that pw-protection using a similar batch process. I now have about 150 documents that all have the same password, which I must remove because of the need for edits. In v. 11.0.4, however, this capability seems to have disappeared. The chat support person said the only way to do it was to create an Action, but then be willing to re-enter the pw for each and every file! 150 times! Surely we haven't gone backwards in this version?! Say it ain't so!
    If anyone knows how to do this, I would be very grateful. It seems a shame that I would have to revert to an older version to get this job done (with the hassle of uninstalling/installing to boot).
    Thanks,
    Gail

    Hi Dave,
    OK I’ve downloaded your  file and installed. The option Remove Security appears under the Encrypt action only if I have a file open and it will indeed remove the pw from that file and allow me to save back to the same file name. However I don’t see an option to add multiple files to the action, and if no file is open, the action is dimmed out. This is my last hurdle to getting this job done; can you point me in the right direction?
    Gail

  • Remove default entry from drop down

    How can i remove the default entry from a dropdown element?
    Florin

    Hi Florin,
    If you are using DropDownByKey, just setting the current selection to some key value will remove the default blank entry.
    wdContext.current<node name>Element().set<attribute>(<key value of the selected data>);
    This will set the value corresponding to this key as the currently selected one in the dropdown and along with this, the default entry will also disappear
    Hope this helps,
    Best Regards,
    Nibu.

  • To load material classification from SAP R/3 to BI 7.0

    Hi,
    Theres a requirement at my end to load material classification data (data that u get to see in MM03 in the 'Classification' tab for a material) from R/3 to Bi 7.0
    I did see a few threads on this; tried it out; in vain. Can someone please forward me a step by step guide to achieve this requirement?
    Thanks in advance.
    Regards,

    HI ,
    Pls check the following links for LO EXTRACTION:
    /people/sap.user72/blog/2004/12/16/logistic-cockpit-delta-mechanism--episode-one-v3-update-the-145serializer146
    /people/sap.user72/blog/2004/12/23/logistic-cockpit-delta-mechanism--episode-two-v3-update-when-some-problems-can-occur
    /people/sap.user72/blog/2005/01/19/logistic-cockpit-delta-mechanism--episode-three-the-new-update-methods
    /people/sap.user72/blog/2005/02/14/logistic-cockpit--when-you-need-more--first-option-enhance-it
    /people/sap.user72/blog/2005/04/19/logistic-cockpit-a-new-deal-overshadowed-by-the-old-fashioned-lis
    **pls assign points if links are useful*
    Regards
    CSM Reddy
    Message was edited by:
            CSM REDDY

  • Deleting attachments from SAP documents (FB02)

    I am in need to control the action of 'deleting/removing' attachments from documents, when entered via FB02.
    I believe the authorization object for attached documents is S_BDS_DS.
    Does anyone how to 'enable' or 'disable' this activity ?
    --- When run FB02 or FB03, at the upper corner you click on the 'Services for Object' button,
    --- Then, you select the 'Attachment List' option
    --- Next, you have a new window with a list of attachments, if any
    Within that window there is the 'delete (recycle bin) button.
    How can I activate/deactivate it ?
    Best regards,
    Tom

    Hari, thank you for your reply!
    My question is "How to enable/disable the action of deleting the attachment" ?
    Once the window that lists the attachment(s) opens up (via FB02) , how do I show / don't show the recycle bin button ?
    Best regards,
    Tom

  • Removing default music from Nokia 5300 track list

    Hi all. I have a really frustrating problem. I have a Mac and put loads of music onto my 5300 Xpress Music using Bluetooth, as I can't use Nokia's PC software. Anyways, the Micro SD card that came with the phone came preloaded with some short ring tones or tracks of some sort that I really have no use for. The phone won't let me delete them. I really would like to exclude them from my playlist as every so often one of these tracks will pop up and I have to manually skip them. Annoying! How do I get rid of them or remove them from my playlist? Thanks!
    My the way, I haven't been even able to customize my own playlist. I am only able to add music to the memory card via the phones Bluetooth connectivity. Thanks again, in advance, for your help!

    This is driving me crazy I'm afraid. I have this exact problem, but for the life of me can't work out how you are finding the files to delete them.
    I am connecting with USB and using the Nokia PC Suite/
    Where do I go from there? I can browse the phone and memory card folders but I can't see the default aac files anywhere.
    Whats worse is I am an IT Techie, so if this turns out to be something obvious I'm going to have to shoot myself
    Help

Maybe you are looking for