Su21 - remove fields from authorization object.

Hi,
Using su21 I have added the field USER into the object class SD -> V_VBAK_VKO. Now I need to remove it and I do not know how. Editing the object, there is not any option or button to remove authorization fields. It is very strange because I can add fields but I cannot remove them.
Thanks in advance,
Ricard.

I do not know what I can do.
I can not remove the manually added field at V_VBAK_VKO authorization object.
If I try to create V_VBAK_VKO object appears the following message: u201Cthe name does not conform with the standardu201D. I think its name has to begin with Z or Y.
I can not leave the authorization object like its initial status, with VKORG, VTWEG, SPART, ACTVT authorization fields.
As a result, I can not modify the roles where this object is used. u201CAuthorization default values of transaction VA03 for object V_VBAK_VKO inconsistentu201D.
Thanks in advance,
Ricard
Edited by: Oscar Barrabes on Jun 19, 2009 1:01 PM

Similar Messages

  • Remove fields from ODS objects with data

    Hi
    Is there a smartway to delete the infoobjects from an ODS without deleting contents? These fields are just added to ODS, and activated the ODS. But, now we donot want them and want to delete these objects from ODS. Any ideas???
    Thanks

    Hi,
    If it will not be possible for you to reload the data to the ODS after deleting, you can try to create a copy of this ODS, move the data from original to copy, delete data in original, make changes and reactivate, and then move data back from copy to original.
    Hope this helps...

  • Remove fields from MSS (60.1.2) iViews

    Hi, I have one issue related to removing fields from standard iViews in MSS 60.1.2. Could this be handled by object and data provider customizing in R3 or do I have to develop an new iView?
    /Regards
    Patrick

    Patrick,
      From what I found , the information comes from the following function module:
    HRWPC_RFC_EP_READ_GENERALDATA
    Returns the following:
    The system determines the contact data according to the following procedure:
           1.      The system reads office and telephone data from infotype Internal Control (0032)
           2.      The system reads infotype Communication (0105)
                                a.      The system reads the e-mail address (subtype 0010)
                                b.      If the Internal Control (0032) infotype does not contain a telephone number, the system reads the telephone number from subtype 0020.
           3.      If the system cannot find the data when reading the infotypes and subtypes, it reads user data.
    The system reads the remaining data from the Organizational Assignment (0001) and Basic Pay (0008) infotypes.
    And does not seem to look at any configuration in the IMG for determining columns.
    Have you considered modifying:
    EEProfileGeneralData.jsp
    which is the name of JSP used for display?
    Hope this helps.

  • Removing fields from function profiles

    Hi
    Some one please help me in removing fields from a function profile. PFA for your reference
    Regards,
    Prem

    Hello Prem,
    Can you check the HTML-coding of the view? What is the name of the view? I could also check it in my system, even as we are not using this specific view. My other thought was, that it is a button, then you could remove it from the internal table GT_BUTTON of the IMPL-class of the view, but after rethinking I think it might be in the HTML-coding.
    Best regards,
    Thomas Wagner

  • How to extract a field from Binary object

    Hi Guys,
    I have a Binary object in custom aggregator and I would like to extract a field from the Binary object without de-serializing the Binary object. I know this can be done but figure out how.. Appreciate your help.
    Have tried this
    PofValue value = PofValueParser.parse(Binary, (PofContext) BinaryEntry.getSerializer());
    PofValue child = value.getChild(1);
    Object value = child1.getValue();
    but no luck.
    Thanks
    D

    Hi JK,
    Thanks..  I have Binary  and tried
    PofValue pofValue = PofValueParser.parse(binary, pofContext);
    PofNavigator path = new SimplePofPath(1);
    PofValue target = path.navigate(pofValue);
    Object value = target != null ? target.getValue() : null;
    but no luck.. I must be missing something.
    Basically, am trying to do cache joins using aggregator and data affinity. Sample code snippet
    @Override
      public Object aggregate(Set values) {
      List extractedValues = new ArrayList();
      for (Map.Entry entry : (Set<Map.Entry>)values) { 
       try {
        //these are BinaryEntries in TESTCACHE1
        BinaryEntry binaryEntry = (BinaryEntry)entry;  
        Long compId = (Long)binaryEntry.extract(new KeyExtractor("getComponentId")); 
        Long contId = (Long)binaryEntry.extract(new KeyExtractor("getPartyId"));
        BackingMapContext backingMapContext = binaryEntry.getContext().getBackingMapContext("TESTCACHE2");  
        ObservableMap backingMap = backingMapContext.getBackingMap();
        MapIndex mapIndex = backingMapContext.getIndexMap().get(new KeyExtractor("getComponentId"));   
        com.tangosol.util.InflatableSet keySet = (com.tangosol.util.InflatableSet) mapIndex.getIndexContents().get(compId);
        Binary object = null;
        for(Object key : keySet ) { 
         object = (Binary)backingMap.get(key);    
        PofNavigator  path  = new SimplePofPath(2);
        PofValue value = PofValueParser.parse(object,  (PofContext) binaryEntry.getSerializer());
        PofValue  target = path.navigate(value);  
        Object extractedValue = target != null ? target.getValue(): null;
        extractedValues.add(extractedValue);
       } catch (Throwable t) {
        log.error("Exception in aggregate method ", t);
        throw new RuntimeException("Exception in aggregate method", t);
      return extractedValues;

  • Removing fields from Discoverer Viewer Login Page 10g

    Hi,
    I am new to discoverer 10g. I wanted to know if its possible to remove the non mandatory fields from the Disco viewer home page like Locale, End user layer and Connect To since they can be configured to take default values.
    Once a user logs in, he views a set of workbooks. Can this page be replace with a customized report?
    Thanks
    Sujatha

    Are you on a 11.5.10 environment? If so please make sure your DBC-file is generated correctly. Since 11.5.10 Discoverer will be started using SSL mode.
    Do you have the same issue when connecting thourg the Desktop or even with the Plus (directly from the /discoverer/plus url)? If so, please make sure the 'ICX: Launch Discoverer Plus/Viewer' have the correct value. E.g. http://<server.domain>:<port>/discoverer/plus?Connect=[APPS_SECURE]

  • Remove fields from dashboard

    The dashboard on the cProjects entry page (4.5.) contains about 50 different columns. Some of them are visible by default, while others can be added via ALV-personalization (link "Settings").
    I have now successfully added some customer fields to the dashboard, so that I have about 60 columns.
    Now, some of the default columns do not make sense at all in my company. How can I remove them from the dashboard (with removing I mean not only remove them from the default view of the table, but also from the list of possible columns under "Settings").
    I can of course delete them from the structure DPR_TS_DASHBOARD_ATTR, but this would be a modification, and could lead to syntax errors or other problems after the next upgrade.
    Is there an easier way?

    Hi Daniel,
    I don't think you can remove them, as it's a standard layout. For there are two options:
       - Either you remove the them from the defailt view in the administration mode for instance. In that case, the columns remain selectable in the settings as you mentionned.
      - Or you create a custom extract layout, copy from the standard one, without the non-desired fields.
    Matthias

  • Remove fields from table key

    I define a customize table (maintenance only by cust., not SAP import).
    5 of the fields are the table keys.
    When I remove 2 fields from the key and adjust the table I get the following errors
    “Primary key change not permitted for value table ZT7IL60”
    “Activation of Table ZT7IL60 not possible (please check)”
    Any clue why and how to remove some fields from the key?

    hi there,
    the reason for  this error can be any....
    may be you are using that field in the foreign key reference of another table. thats y it is not allowing the change option as it will affect other table's values.
    another thing can be the one suggested in the above post.
    do reply if any of the methods mentioned helps.
    Do reward if helpful./

  • Remove fields from OrgChart extended employee profile

    Hello experts,
    I would like to remove two fields from the Extended Employee Profile from all Herarchies: "Address" and "Place of birth".
    I reviewed the Details Designer from the AdminConsole but I see they are part of a data sheet so I guess it is not as easy as untick them to be removed. Any guidelines where I can deleted them from the details panel?
    OrgChart 3.0 SP2
    Build 0702019400
    Any assistance would be helpful.
    Regards,
    Ana

    Hi Ana,
    Try ..\AppResources\detaildataconfiguration\SAPPositionIncumbentsInfoDetailsConfig_Data.xml - there is a fieldset called EmployeeDetailData that contains the fields.
    Best regards,
    Luke

  • Remove fields from contact profile jabber windows

    Is it possible remove some fields from the contac profile jabber windows?
    For example if you see the attach i want to remove entirely the field "compañia" (company).
    Thanks in advance.

    No, you only get to choose from which LDAP field to sync the info, not what is shown in the info card.
    HTH
    java
    if this helps, please rate
    www.cisco.com/go/pdihelpdesk

  • Add Authorization field to Authorization Object (BTRTL to P_ORGIN)

    Hi,
    Could anybody please let me know the steps to add authorization field to an authorization object.
    I want to add authorization field (BTRTL) to authorization object (P_ORGIN).
    Please suggest..
    Thanks is advance!

    Hai..
    Goto SU03- access Class HR -> Object P-ORIGIN-> then check/create the values for the field BTRTL.
    For checking authorization Reports, we use command 'AUTHORITY-CHECK OBJECT'.

  • SAP HR LSO: Removed fields on course (Object E)

    Dear all,
    When booking a Course in LSO there the section (with fields) called the "price and cost assignment". We would like to remove this from the Course. Would anyone know if it is possible to remove this, and how?
    We would also like to remove the field "tutor".
    Thanks for your help!

    Hi Brosimba,
    You can customize the BSP application for the learner portal by copying the BSP application (HCM_LEARNING) to a Z-variant. In there, you can modify the screens you want.
    Afterwards, you can link you z-pages into the original learner portal via customizing view LSPAGE_ALIAS_C
    The entry point for the application remains in the original application HCM_LEARNING.
    Best regards,
    Luk

  • Adobe Form - Path of the context field from the object pallate

    Hi,
    I am trying to modify the standard adobe(MR_PRINT_INSERS) form as per the requirement.
    There are many tables and fields in the context.
    I want to know the path to which the the UI elements(library pallate) are binded.
    I can see the field name in object pallate but the place from where that object is taken is not shown.
    For Eg: I can see the field WRBTR in the object pallate of the text UI element of library pallate but I couldnot figure it out from which table of context they are reffering, as their are many tables in the context which have WRBTR.
    Can you please let me know how to figure out exact path to which table the field is binded.
    Thanks & Regards,
    kiran Kumar K

    Hi Tamas,
    I checked the mentioned form and, as this table is setted as TABLEROW and some of its cells are static, is not possible to change the column size in the layout or even though changing it directly in the XML file, cell by cell. I was trying it.
    For example, choose the Cell6 of TABLEROW[0] and click on tab 'XML Source'. You will see this statement:
    <draw colSpan="3" h="16.3166mm" name="Cell7" w="22.225mm">
    You can try to change the value 'colSpan' according to your requirement.
    This table size is not modifiable because it was developed to it.
    I believe that Diego's suggestion can help in this case, if you are having problems to print the entire table on the page.
    Regards,
    Lucas Comassetto.

  • Syntax for removing fields from auto-suggest index - DisabledAutoSuggestFields

    Hello,
    There are fields I want to remove from the Auto-Suggest Index and I have been told to do this is by adding add an entry in the config.cfg file. For example If I wanted to remove the dOriginalName field from the Auto-Suggest Index I would type the following entry:
    DisabledAutoSuggestFields=table=Documents:fields=dOriginalName
    I understand Documents is the table and dOriginalName is the field. However, what would I type if I wanted to remove more than one field from a different table? For example Documents.dOriginalName and Revisions.dDocName?
    Kind Regards,
    Sandra Terry

    Pipe separate the list.
    DisabledAutoSuggestFields=table=Documents:fields=dOriginalName|table=Revisions:fields=dDocName
    Jonathan
    http://jonathanhult.com

  • How to remove fields from Standard Screen

    Hi,
        I Have faced one problem in screens(se51). When apply one SAP Note i have to change the screen manually(as per Note ) . My requirement is to remove some text fields and label fields. But I cant delete the Fields.
       Normally just select the object and Press delete Key to remove one object from screen. But here it is not working.
      How can i remove the objects from the screen as per SAP Note.
    Thanks in Advance,
    WIth Regards,
    Neptune.M

    Hi,
    T.code SHD0 helps you control which fields to appear, suppress and make mandatory in Standard Screen.
    refer
    https://forums.sdn.sap.com/click.jspa?searchID=4359065&messageID=2961760
    Regards

Maybe you are looking for