Deleting an entry in an IDM Configuration Object

Does anyone know of a way using Express or Express/Java to delete an entry in an IDM configuration object (not the configuration object itself)? For example, if an IDM Configuration object has a Hashmap with 6 entries and we want to delete entry number 4, is there a way to do this? Thanks!

Hi Mohammed,
Are you really facing authorization issue or you mention to say that the delete option in grey out.
Generally, it won't allow you to delete the entries in TCOLL table.
Steps to delete entry in a table:
1.) First, you have to select the entry and press display.
2.) Enter in debugging mode by pressing /h.
3.) For code variable it will be CODE="show". Change show to DELE and press F8(Execute).
4.) Now the delete button will be enabled. After deleting, go out of T-code and again enter into SE16 and      check the table TCOLL.
Regards
Sudhir Sadhu

Similar Messages

  • How to delete duplicate entries in table for the object DNL_CUST_BASIS2

    Hi All,
    I am trying to download the object DNL_CUST_BASIS2.
    In the SMQ2 the status is SYSFAIL.
    I checked in the ST22 for dumps.It says about the error while accessing the table T006.
    While analysing this,i found some duplicate entries in the related tables of this object.
    Can somebody help me how to delete these duplicate entries?
    Thanks,
    Senthil.

    Delete them directly from the table using se16:
    select the entries in the classic view (not ALV or grid view).
    activate the debugger.
    press the view button. --> you'll enter in the debugger
    press F7
    locate the sy-ucomm variable & change it to "DELE".
    press F8
    delete the entries.
    Trick-shots
    but it works!
    Michael.

  • Master Data Deletion : Logs of deleted MD entry from a MD object

    Hi All,
    I need to find details of deleted MD entry from a MD object and by whom ?
    In SLG1, I'm able to find only the logs showing deleted SID number. and user who has deleted it with date.
    But where, I can find what that deleted MD record is ?
    Thanks in advance !

    Is there any way to find it out ?

  • BPM question - Delete all entries in a table and Insert data

    Hello,
    I'm new to PI BPM and have this scenario to implement.
    I'm supposed to delete all entries in a table and then insert data to the same table.
    Is BPM necessary? If it is, what is the best practice to implement my scenario?
    I want to make sure that all entries were successfully deleted before insert data.
    How do I check if all entries in the table were deleted successfully before
    initiating insert.
    Thank you.
    -Won

    Hi Won,
    Yes, this is possible without BPM.
    You have to create 2 separate mappings, each for deleting & inserting the records.
    You will have 2 different Interface mappings as well.
    But in ID, create a single interface determination.
    In that, configure Deletion interface mapping first and in the second row, configure Insertion interface mapping.
    Please make sure that the parameter 'Mainain Order At runtime' is checked in interface determination.
    -Supriya.

  • 22591 The specified computer name (%ComputerName;) is already in use by another virtual machine or by a virtual machine configuration object. Ensure that the computer name is unique in the VMM environment, and then try again.

    Hello everyone,
    I recently bummed into an error message when I want to deploy a service template.
    Setup:
    1 HyperV server on win2k12 r2
    1 SCCM VMM 2k12r2 on the hyperv server
    1 template with all the objects in the library
    Error:
    When I deploy the the service template I get the below error message.
    22591
    The specified computer name (%ComputerName;) is already in use by another virtual machine or by a virtual machine configuration object.
    Ensure that the computer name is unique in the VMM environment, and then try again.
    The issue is that I can't find it anywhere, not on my domain controller not on my dns server as a record and also not as a vm in sccm or in powershell when doing get-vm. So where do I need to remove it ( no it is not an option to create a new Hostname for
    this service template ).
    Andre

    There could be a couple things happening.
    One - you have a Service Template, it defines %Computername% as a variable.  And you have deployed this Template once using 'foo' and you are deploying it again as 'foo' without deleting the previous instance.
    Two - you hardcoded the computer name into the template.
    Three - you are scaling out and you have hit the bug that the wizard does not increment the machinename if you have something like computername## where SCVMM should be incrementing the machine name.
    Windows does not support identically named machines (you can't have two machines on the same network with the same computer name - they broadcast their name and the 'second' one shuts down its network stack).  In support of this SCVMM also enforces
    this rule.
    And with any templates SCVMM is in charge of machine names at deployment.
    Brian Ehlert
    http://ITProctology.blogspot.com
    Learn. Apply. Repeat.

  • Deleting a Entry in LDAP Server through JNDI

    I have modified and created enteries in LDAP Server.But have no idea how to remove or delete a entry(a subcontext).
    can anyone help ne out
    thanks
    murali

    Thank you mike.its working.I just missed that method.
    I have one more problem.
    i am using the octetstring's jdbc-ldap bridge to connect to Eudora LDAP server, but when ever i try to connect to the server we are getting the following error...
    javax.naming.NameNotFoundException: [LDAP: error code 32 - No Such Object]; remaining name 'o=Siquell,c=IN'
    even though we have the root dsn i.e "o=Siquell,c=IN". this we can say cause we were able to connect to the same server using JNDI.
    Is this because octetstring's jdbc-ldap bridge is not supported by Eudora LDAP server.
    Thanks
    Murali

  • Parsing Generic Configuration Object

    Hi,
    i tried to parse a generic Configuration Object and to get objects and attributes. Unfortunately i got allways null.
    How is the syntax to get the specify objects?
    my Configuration object:
    <Configuration id='#ID#Configuration:SpecialSystemSettings' name='Special System Settings'>
      <Extension>
        <Object>
          <Attribute name='Profile'>
             <List>
              <Object name='ABC'>
                 <Attribute name='regx' value='(\w){8}'/>
                 <Attribute name='description' value='Wrong value!'/>
               </Object>
              <Object name='DEF'>
                <Attribute name='regx' value='(\w){8}'/>
                <Attribute name='description' value='Wrong value!'/>
                </Object>
            </List>
          </Attribute>
          <Attribute name='Role'>
            <List>
              <Object name='GHI'>
                <Attribute name='regx' value='(\w){8}'/>
                <Attribute name='description' value='Der Wert muss 8 stellig sein!'/>
                <Attribute name='lang' value='de'/>
              </Object>
            </List>
          </Attribute>
    </Object>
      </Extension>
      <MemberObjectGroups>
        <ObjectRef type='ObjectGroup' id='#ID#All' name='All'/>
      </MemberObjectGroups>
    </Configuration>statements:
    <set name='systemObject'>
            <new class='com.waveset.object.GenericObject'>
                     <invoke name='toXml'>                           
                             <invoke name='getObject'>
                                    <ref>context</ref>
                                    <s>Configuration</s>
                                    <s>Special System Settings</s>
                              </invoke>           
                    </invoke>
            </new>
    </set>
    <invoke name='dump' class='de.im.idm.ViewTool'>
         <concat>
                <s>Output:</s>
                <ref>systemObject[Profile].name</ref>
         </concat>
    </invoke>The Output is still null. I also tried with some other combinations also without success.
    <get>
       <ref>systemObject</ref>
       <s>Profile</s>
    </get> 
    <ref>systemObject.Profile[*].name</ref>
    <ref>systemObject[name=Profile]</ref>                       
    <ref>systemObject.Profile.ABC.description</ref>                       
    <ref>systemObject.Profile[ABC].description</ref>     My question: How is the syntax to get the List of Profiles or to get single attribute-values?
    Thanks,
    Best Regards

    You need to use the getExtension and then set it to systemObject in that way it will have access to all attributes.
    <set name='systemObject'>
                <invoke name='getExtension'>
                    <invoke name='getObject' class='com.waveset.ui.FormUtil'>
                                    <ref>context</ref>
                                    <s>Configuration</s>
                                    <s>Special System Settings</s>
                              </invoke>           
                    </invoke>
    </set>and then
    <get>
       <ref>systemObject</ref>
       <s>Profile</s>
    </get>  will get you the profile.

  • How to delete the entries in the given field box

    Hi Every One,
    How can I delete the entries which I have given in example SE37 box.
    When I press Backspace button the entries which I have given will appear so I want to delete these entries.
    With Regards,
    Venkat

    Hi,
    Goto ==> Customize Local Layout (Alt + F12) , then Options ====> LocalData=======> Clear History
    This process should clear your history.

  • Delete all entries from the following tables - Follow-up Activities (oracle)

    Hello,
    I performed a homogeneous system copy of our development BW system with the database (oracle 11.2.0.3) from the BW production system!
    I already start the oracle database and the SAP system in the target system/server (development BW system) and I´m doing some follow-up activities. One of this activities is (at the system copy guide 6.2.3.2 Activities at Database Level) is to delete all entries from the following tables:
    DBSTATHORA, DBSTAIHORA, DBSTATIORA, DBSTATTORA
    I tried to delete them using SQL Plus:
    sqlplus /nolog
    SQL> connect /as sysdba
    SQL> delete from DBSTATTORA;
    delete from DBSTATTORA
    ERROR at line 1:
    ORA-00942: table or view does not exist
    ... and it show me that error message.
    This is strange because when I go to transaction SE14 and check the DBSTATTORA I see that table exist and contain a lot of entries!
    Why this is happened in SQL Plus!? I´m running the correct SQL statement for doing this type of task or not?
    How can I delete the entries of that tables? Can I do that using the transaction SE14?
    Can you help me please?
    Thank you,
    samid raif

    Hello
    sqlplus /nolog
    SQL> connect /as sysdba
    SQL> delete from DBSTATTORA;
    delete from DBSTATTORA
    ERROR at line 1:
    ORA-00942: table or view does not exist
    It doesn't surprise me as you are not mentioning the schema name here. Instead it should be
    delete from SAPSR3.DBSTATTORA;
    Assuming the schema owner is SAPSR3. if the owner is different then replace that with the correct one.
    Regards
    RB

  • To delete multiple entries in table control in module pool

    Hi,
    Please help me out to know , <b>how to delete multiple entries from table control</b> when multiple lines in table control are selected.
    Regards,
    Irfan Hussain

    hai,
        you can do it inthis way.
    in the PAI event.
    loop at <table control name>
      module del_itab.
    endloop.
    in the nodule,write the folowing code.
    if <tablecontrol>-fieldname = 'X'.
    delete <tablecontrol-itab>
    endif.
    cheers

  • How to delete the entries in internal table

    Hi Experts,
    I have 2 internal tables ,
    if i find any same entries of 2 internal tables,  i have to delete that entries in first internal table.
    Regards,
    Srinivasu

    hi check this..
    report .
    data:begin of itab occurs 0,
         f1 type c ,
         f2 type i,
         end of itab .
    data:begin of itab1 occurs 0,
         f1 type c ,
         end of itab1 .
         itab-f1 = 'A'.
         itab-f2 = 12.
         append itab .
         itab-f1 = 'b'.
         itab-f2 = 12.
         append itab .
         itab-f1 = 'c'.
         itab-f2 = 12.
         append itab .
         itab1-f1 = 'A'.
         append itab1 .
    loop at itab1 .
    read table itab with key f1 = itab1-f1 .
    if sy-subrc  = 0.
    delete itab where  f1 = itab1-f1 .
    endif .
    endloop.
    loop at itab.
    write:/ itab-f1,itab-f2.
    endloop.

  • How to delete the entries from NAST table

    Hi,
    Please help me out by providing any function module that delete's the entries from hte NAST table.
    Regards,
    Kiran.L

    REPORT ZSCD_TEST13.
    delete from nast where VSTAT = '1'.
    =====
    If you see the FM : NAST_DELETE_OBJECT, its only useful when NACHA = 7 (i.e. message transmission medium = Simple Mail)
    For others its not useful.
    We had similar issue few days back and after long RnD, we straightaway deleted the entries using the Zprogram.
    regards,
    Edited by: Pranu Pranu on Aug 19, 2008 1:42 PM

  • How to delete the entries from the transport request

    i need to delete the entries programatically from the transport request for all the entries which is exists in the package for the tables e070 and e071.

    Hi,
    I think you need to have authorization for that thru auth group SA.
    One more thing is where ever its created like source client only you can do if u have authorization.
    Regds
    Sivaparvathi
    Please reward points if helpful...

  • Can multiple Powershell v4 DSC configuration objects be combined on a machine?

    I'm working on configuring servers using Powershell Desired State Configuration (DSC). I have several different groups of IIS servers. The configuration for all of them is about 90% identical, but there are differences between the groups.
    In order to follow good programming practices and re-use the common code, I attempted to use multiple configuration objects to configure the groups. There was one configuration object full of common configuration, and then each group had a configuration
    object with group specific config. It looked something like this:
    Configuration CommonConfiguration {
    Node "IISServer1" {
    #Common configuration settings go here, such as this one (to keep things brief, I'm only showing one setting... there would be many more):
    WindowsFeature Role_Web_Server_IIS
    Ensure = "Present"
    Name = "Web-Server"
    Configuration IISGroup1Configuration {
    Node "IISServer1" {
    #Configuration resources for group1 go here. Again, much shorter than real life.
    WindowsFeature Feature_ASP_Dot_Net_4_5
    Ensure = "Present"
    Name = "Web-Asp-Net45"
    To fully configure a server in my first group of IIS servers, I would need to use both these configuration objects by running them like this:
    CommonConfiguration
    IISGroup1Configuration
    Start-DscConfiguration -Path ".\CommonConfiguration\"
    Start-DscConfiguration -Path ".\IISGroup1Configuration\"
    DSCConfiguration runs twice and starts two Powershell jobs, both of which seem to complete. But there is a problem, and I'm wondering if it is at all solvable.
    Problem:
    When I try to use other DSC cmdlets to control my server's configuration, such as Restore-DCSConfiguration or Get-DSCConfiguration, it only seems to work on what ever configuration object ran last. For example, Get-DSCConfiguration returns only the IISGroup1Configuration,
    because that ran last. I've tried playing around with order, and whichever configuration I run last is what is returned. Similarly, if I were to try to keep my configuration enforced with restore-configuration, it's only going to work on IISGroup1Configuration,
    because it ran last. This is an example of what I ran that returned only one of the configuration objects.
    Get-DscConfiguration -CimSession "IISServer1"
    The behavior I want is for the server to treat ever configuration block run on it as its configuration and return all of them. But since it doesn't, does this mean I have to have everything needed to configure a server in a single configuration block? For
    example, if I wanted to use DSC to configure two groups of IIS servers, would I have to have the following?
    Configuration Group1 {
    Node "IISServer1" {
    #---Common configuration, 90% the same---
    #---Group 1 specifics----
    Configuration Group2 {
    Node "IISServer2" {
    #---Common configuration copy pasted in, 90% the same---
    #---Group 2 specifics----
    If this is how I have to do things, and a node can have only one configuration block be its "configuration", then this is absolutely terrible from a code reuse perspective. If I have six groups of servers, and I want to edit some shared code, I'm
    going to have to go into six groups of configuration objects and edit the same line six times. That leads to errors and makes a mess. Is there any way to avoid this, while have the server consider all configuration objects run against it to be part of
    its configuration?

    Hi AlgebraicMirror,
    Sorry for the delay.
    I am trying to involve someone familiar with this topic to further look at this issue.
    There might be some time delay. Appreciate your patience.
    If you have any feedback on our support,
    please click here.
    Best Regards,
    Anna
    TechNet Community Support

  • How to delete duplicate entries in address book

    Is there an easy way to delete duplicate entries in Address Book?

    I have an iPhone where I create new contact details and a MB Air running OX X 10.7.3
    In Address Book I see duplicate entries across the whole book. The other day I was traveling without my MB and needed to urgently reach someone who's number I knew was in my iPhone contact list for sure but searched and search and couldn't find it.
    Turns out that when I had been going through the Adress Book on the MB Air trying to eliminate some of the duplicates I had chosed --without even knowing it or realzing it-- the card that I guess sync with my iPhone. It was gone. Sure enough, when I got back and looked it up on the MB Air it was still there not syncing to my iPhone.
    I have used Address Book / Card / Look for Duplicates ...
    I have also followed the Help suggesting and pressed Control / select to highlight two duplicate cards and even though the First / Last / Company / phone numbers / etc. are all the same I get the message: "The cards could not be merged because they came from different accounts."
    I have checked with guys from the office who have the exact same problem with no idea how to solve the problem.
    Is it that in order to use Address Book on both an iPhone and an OS X machine you've just got to be smarter, more sophisticated, more IT oriented?
    Seems like a pretty easy thing not to be struggling with.
    I should mention that I was a Mobile Me subscriber and now use iCloud which I'm sure has something to do with all of this.
    But it seems pretty basic to me. If I have an Address Book it should synchronize between OX X and IOS.

Maybe you are looking for

  • Loading sprites from files

    I'm sure this must crop up but I've been unable to find anything by searching... I am developing a catalogue browser - users scroll through thumbnails and click on them to view the product in a larger window. However, the catalogue changes frequently

  • Error Table /CRYSTAL/PERS_VALUE could not be activated

    Dear expert, I'm upgrading BOE to SP3 and then after that SP3 FP3.3. I got a problem when upgrading to SP3, it's on BW side when importing Transport Request file: Personalization transport (K900693.r21 and R900693.r21) The error log is: Following obj

  • Excise condition types not appearing in the Delivery document pricing

    Hi, This is a scenario of sales from an Exciseable Plant. The client has pricing requirement at delivery document. I have configured the pricing at Delivery document, but the Excise condition type (JEXP) does not appear. We are maintaine ED values at

  • Flash swf files getting errors in dw8

    For a student assignment, I am trying to load flash files, actually the files are all linked through LoadMovieNumber, so what I really need to do is load the swf. files in dreamweaver to post them to our student website. Dreamweaver recognizes the fi

  • Calculating currency

    All, I am parsing a csv file and I am reading in a properties files that contains headers: ACCT_NUM, TOTAL EQUITY, PRICIPAL I am using opencsv to read the data. [code' while((data = reader.readNext()) != null){                     for(int i =0;i<head