Need to customize the User Administration in EP

Hi all,
I have an unique requirement from the client. They need to give a role to the support person which should have only two options;
1> To Lock/Unlock the Users in EP.
2> To Reset the Users in EP.
Please let me know your suggestions.
Regards
Neha

Hi Neha,
UME API can be used independent of UME datasource; I suppose.
Yes.
I will sugest you to follow the procedure provided by JIGAR, it will be helpfull to you.
Thanks
Anil

Similar Messages

  • To enable the User Administrator option programatically

    Is there any API call to enable the User Administrator option for a participant programatically? Currently we can do it using the Process Administrator. Please let me know if we can achieve the same through code.
    Thanks & Regards,
    Supradeep

    Hi Kalyani,
    Once you have looked at the resources mentioned in Dennis' post, if you still
    require more help, would it be possible for you to provide us with the
    additional information requested in his post along with a bit more information
    on the "scope
    to a spreadsheet file" which you mentioned in your post and perhaps a
    brief description of what you are trying to accomplish?
    Best regards,
    Jordan D
    Applications Engineering
    National Instruments

  • Unlock the user Administrator.

    Hi,
    The user Administrator for my J2EE Engine had been locked.
    Is there a way by which this user can be unlocked.
    Please guide me.
    Thanks,
    Prasita.

    Hi,
    Is there a way to unlock the user at the database layer?
    I mean in case of an ABAP stack, I can go to the usr02 table and unlock a user by setting the uflag value.
    In case of the JAVA only stack,what is the coressponding table at the database level?

  • I need to know the user who has created/modified a SAP Bex Query and WAD

    Hi!
    I need to know the user who has created and modified a SAP Bex Query and SAP  Web Application Designer. Does it possible to know this information by a table or view?
    Best Regards
    Ramon Sanchez

    Hi,
    In BEx query, when you click "Queries" to open the query, the list of queries are displayed. Highlight the query, click on the "Properties On/Off' icon(right most on the top), you would see all the details.
    In WAD, before opening the template, click on "Properties On/Off'" icon to see the details.

  • Need to know the user exit to change unlimited check box in delivery tag

    Need to know the user exit,
    To change the <b>unlimited check box(</b>EKPO-UEBTK) in <b>delivery tag</b> of <b>item details</b> for tcode <b>ME21N/ME22N</b> on <b>SAVE</b>. 
    Thanks in Advance.
    Baburaj

    HI Baburaj,
    Use the BADI ME_PROCESS_PO_CUST to change the unlimited check box(EKPO-UEBTK)
    Implement the BADI and insert the code in the method PROCESS_ITEM
    Example code :
    *Data Declarations
    DATA: ls_mepoitem TYPE mepoitem,
          ls_mepoitemx type mepoitemx,
            ls_customer TYPE mepo_badi_exampl,
            ls_tbsg     TYPE tbsg.
      INCLUDE mm_messages_mac. "useful macros for message handling
    *here we  get item data
      ls_mepoitem = im_item->get_data( ).
    *work area for price value
    data : begin of it_eban,
      banfn type  mepoitem-banfn,
      bnfpo type  mepoitem-BNFPO,
      pries type mepoitem-NETPR,
    end of it_eban.
    *Get the Purchase requisition price from EBAN table
    select single banfn bnfpo preis from eban into it_eban
                                            where
                                              banfn = ls_mepoitem-banfn
                                          and bnfpo = ls_mepoitem-bnfpo.
    *if entry is available.
    if sy-subrc eq 0.
    *check if price is zero
        if it_eban-pries EQ 0.
    *if zero, set FREE field of PO to 'X'.
          ls_mepoitem-uebtk = 'X'.
        endif.
        endif.
    *Set updated fields
    CALL METHOD im_item->set_data
    EXPORTING
    im_data = ls_mepoitem
    Reward if Helpful*****

  • Need to customize the variable info sent to a query string

    Hello,
    I have run into a small issue while trying to send user data
    selected from 1 DateField and 3 ComboBoxes in a form. Everything is
    sending correctly except for the DateField, when sent is places
    much un-needed info in the query string.
    For example, this is what I need it to look like in the query
    string:
    https://reservations.ihotelier.com/onescreen.cfm?LanguageID=1&HotelID=13337&DateIn=09%2F28 %2F2006&Children=1&Adults=3&Length=3
    Here is what is actually showing up right now:
    https://reservations.ihotelier.com/onescreen.cfm?LanguageID=1&HotelID=13337&DateIn=Thu%20S ep%2028%2000%3A00%3A00%20GMT%2D0700%202006&Children=1&Adults=3&Length=3
    You'll notice that everything is fine except for the DateIn
    variable. So, I guess I'm asking if anyone knows how I can
    customize the data that is sent to the query string, with specific
    characters (example: I don't need "%20" in the DateIn, however I
    need those to be "%2F"), as well as the name of the month to be
    just the month number. I need to get rid of all the time
    information in the DateIn variable. Please, any help would be
    greatly appreciated! Thank you in advance! :)
    Here is my action script right now:

    The functionality of the GIS map was important. I was given the email for the person in charge of the map, who helped me out. It appeared that he was able to outline the road in the neighborhood that I needed to focus on. That provided a parcel ID, which in turn made it possible to focus in on the proper area. This is supposition on my part; perhaps he has other info that gave him the parcel ID.
    I'm not a huge fan of Flash on other than desktops and laptops, but it is what it is, client needs to use it, I need to help the client out!
    B

  • Customization of user administration

    Dear Experts,
    Can anyone please let me know the PAR file for Portal User Administration?
    We have a requirement in User Administration of portal which after checking we came to know its not possible through standard SAP functionality. Can anyone please let me know if we can do some customization in PAR file of User administration.
    Thanks

    Hi,
    Identity management is not a portal application. So there is no PAR file for it.
    Identity management is a web dynpro application (sap.com/tcsecumewdumeadmin)
    You can create Web dynpro for java application which access UME of portal.
    Check these links
    [Interface IUserFactory|http://help.sap.com/javadocs/NW04S/current/se/com/sap/security/api/IUserFactory.html]
    Have a look at this forum for sample code:
    Creating User in UME using Web Dynpro application
    You can search sdn and google in odrder to achieve this.
    Note: you have to add com.sap.security.api.iuser jar file in your project
    Regards,
    Anand G

  • Need access to the user view from a form

    How can I get access (only need read access) to the user view from inside a form, in this case, the Question Login Form?

    This is mentioned in the forum somewhere:
    <invoke name='getView'>
    <ref>:display.session</ref>
    <concat>
    <s>User:</s>
    <ref>accountId</ref>
    </concat>
    <map>
    <s>authorized</s>
    <s>true</s>
    </map>
    </invoke>
    regards,
    Manish Gurnani

  • Need log of the users who changed the partner profiles.

    Hi,
    Some user has been changed partner profiles of the CUA configuration Setup.
    It is displaying only Agent Name. They delete the Inbound and outbound parameters of the partner profiles created by CUA. So, I need to trace out the user who changed these parameters.
    It will be appreciate if anybody can help in this issue.
    Thanks,
    Shiva.

    I resolved this issue by deleting the partner profiles created by CUA in all child clients. And delete the Distribution model in all child clients and re-distribute the distribution model from Master client.
    Now its working fine.
    But I am not able to trace out the user who changed partner profiles. I checked in ST03N but i didnt get the information abt the we20. ( I am using ECC 6.0 version).
    And in WE20 it is not showing any User ID who changed the partner profiles. I checked in following tables but I didnt find any changed details of partner profiles.
    EDIPHO
    EDMSG
    EDP12
    EDP13
    EDP21
    EDPP1
    T002T
    T005T
    Regards,
    shiva.

  • Need to limit the user count to 10,000 in all the Organisations

    Hi,
    We have a requirement that the user count should not exceed 10,000 in any of the organisation. If it exceeds, then OU Admin should request superadmin/xelsysadm to clean up records i.e to remove inactive accounts.
    We need Custom request screen in OIM, so that OU level admin can request/notify super admin about the increase in user count in an ou.
    Any suggestions, on how to implement this scenario, will be of great help.
    Thanks.

    Hi,
    Actually, I want that during create user, as soon as user clicks on create user page, an message should get displayed saying user count in that organisation has exceeded more than 500 and user will not be created.
    Then that OU level admin(who was creating user) should request Super admin/xelsysadm to clean up records (Custom request screen in OIM, which should notify super admin). I want custom screen/request, where the ou level admin can say/request xelsysadm that the user count in that org has exceded more than 500 and request to delete unwanted/locked and Inactive account from that OU.
    Is this requirement possible, if yes then please guide me.
    Thanks.

  • Need to customize the text displayed while sending payslip as pdf in mails

    Gurus ,
       monthly we will run a report which will send the payslip as pdf to the employees . Now we need to edit the text that is getting displayed in the mail while we attaching the payslip as pdf and send .
    how to achieve this

    Hi Sarvan
    Go to messages >> communication method , change the field Cover Page Text with ur po number and send. This is a manual process which you will have to do it for each po.
    Now if you want to automate this then you can ask ur abaper to write a small program which will copy the po number to this field. 
    Table Name       NAST
    Field Name       TDCOVTITLE
    Regards
    Rajesh
    Do reward if useful.

  • Hi Experts need to know the user exit how to find out MV50AFZ1

    Hi experts,
    How to find the user exit i already tried with cmod ->utilities-> find exit and giving package name but not getting it please can u tell how to find it MV50AFZ1
    Regarding
    anil

    HI,
    Chek the following Exits..
    Exit Name           Description
    V02V0001            Sales area determination for stock transport order
    V02V0002            User exit for storage location determination
    V02V0003            User exit for gate + matl staging area determination (headr)
    V02V0004            User Exit for Staging Area Determination (Item)
    V50PSTAT            Delivery: Item Status Calculation
    V50Q0001            Delivery Monitor: User Exits for Filling Display Fields
    V50R0001            Collective processing for delivery creation
    V50R0002            Collective processing for delivery creation
    V50R0004            Calculation of Stock for POs for Shipping Due Date List
    V50S0001            User Exits for Delivery Processing
    V53C0001            Rough workload calculation in time per item
    V53C0002            W&S: RWE enhancement - shipping material type/time slot
    V53W0001            User exits for creating picking waves
    VMDE0001            Shipping Interface: Error Handling - Inbound IDoc
    VMDE0002            Shipping Interface: Message PICKSD (Picking, Outbound)
    VMDE0003            Shipping Interface: Message SDPICK (Picking, Inbound)
    VMDE0004            Shipping Interface: Message SDPACK (Packing, Inbound)

  • I need to customize the menu bar - remove some icons, add some

    I would like to customize the menu toolbar, not just hide / unhide it. How can I do that - View, Toolbars, Customize does NOT give me access to adjust the menu bar. Is there an add on I can use?

    If you want to make changes to the menu part then see:
    Menu Editor: https://addons.mozilla.org/firefox/addon/710

  • Can't Login with the User Administrator or the User root

    Today i Download the tarantella secure global desktop version 4.2.977 when finish say i can login with the username Administrator and the password of root but i can login only give me again the windows to enter username and password what can i do with this

    this is a bug with the 977 build. new build was release today to address this issue.
    http://swforum.sun.com/jive/forum.jspa?forumID=217
    as a quick workaround, copy /etc/pam.d/passwd file to /etc/pam.d/tarantella

  • I need to change the computer administrator

    Hello!
    When we purchased a computer for our son, we listed him as the administrator. Now I want to be able to activate parental controls but I cannot figure out how to remove him as an administrator and just have him as a standard user. Any advice would sure be appreciated:)
    emac   Mac OS X (10.4.8)  

    Log in as your son, then go to System Preferences > Accounts. Click the little plus sign at bottom left - this will create a new user. Set this up with your own details, and click the checkbox to 'Allow user to administer this Computer'. Once that's all done, click on your son's account on the left, and uncheck the same box. I think at this point you need to re-enter your own account name and password to approve this. Now logout, and re login as yourself in your new account. Now go to the same place and you can establish Parental Rules for his user account.

Maybe you are looking for