Save User-Parameter and Roles

Hello,
how can I save userparameters and userroles?
We use a CUA.
After a client Copy i have to create all parameter and roles for all the users in this client new!
How can i solve this problem?

hello Fabian,
Did not get your issue. In case you have done client copy involving copy of user master data then  user master of source will show up in target . If you have done without it then no data will be changed.
Please clearly explain what your problem is.
Regards.
Ruchit.

Similar Messages

  • Report to see user type and roles assigned to users in EP?

    Hi,
    a) Is there any reporting mechanism in EP? Any specific report which throws up user types and roles assigned to the users? There is an option of 'Export' in the user management role but unfortunately it does not give information on User Type.
    b) If  the group is assigned a role, How can we see ( in any report) the roles assigned to a group? In the 'export' option of the 'User Management' this information does not come.

    By default Portal UME comes along with the installation of portal.
    Sometimes we may integrate external users using LDAP. At that time users come from ABAP stack or some active directories.  But you can also create users in the portal UME.  The purpose of using LDAP is to maintain the users centrally rather than creating again in portal.
    You can check them in user administration->identity management and search for the users.
    THere you can see some users will be from UME and some from LDAP.
    User Admin tool is nothing but User Administration only.
    Raghu

  • How to save user name and system date in a table

    I have a form that allow users to enter some information...
    I want to save user name in one of the columns and system date in another column by default when the user submit the form to save data...
    Please advice...
    Thanks

    Hi talbo,
    The most reliable method is to use a before-insert trigger on your table. This way the columns will be set properly no matter how rows are inserted (via your app or any other means). Given your user name column is called "CREATE_USER" and your date column is called "CREATE_DATE" for example - include these lines in a before-insert trigger:
    :NEW.CREATE_USER := NVL(V('APP_USER'), USER);
    SELECT SYSDATE INTO :NEW.CREATE_DATE FROM DUAL;The NVL(V('APP_USER'), USER) will set CREATE_USER to the current ApEx application user if the row is created from within the application, or to the current database user if the row is created outside the application.
    Hope this helps,
    John
    If you find this information useful, please remember to mark the post "helpful" or "correct" so that others may benefit as well.

  • How to save user name and password on client tool

    Hi,
       In our landscape, few users are using webi rich client tool to work offline. They are entering login credentials manually everytime. Is there any way to save the user id and password, so that user can login without manually entering the login credentials everytime. Please find below my system details. Please anyone help is highly appreciated.
    System Details:
    Server: BOBI 4.1 SP2
    Client tool : BOBI 4.1 SP2
    Authentication type : Windows AD
    Thanking you in anticipation
    Obinna.

    Hello,
    oh yes it is!
    The Question is for which Front- Ends?
    For the WRC you dont have to do anything as long as the Information under "System" is correct and "Windows AD" is selected under "Authentication. Leave "Username" and "Password" blank.
    Just hit "OK" and you are logged in.
    Regards
    -Seb.

  • How to create  DynPage based on user parameter and than implement it?

    Hello,
    I've written a Portal Application which contains a Portal Object which is a DynPage.
    I am using NWDS for development and NW 04 Patch 11 as the portal.
    This DynPage process something according to a hardcoded URL. I would like to transform this URL to a parameter which will be received from the user.
    Can someone please explain me the whole process with a simple example that includes:
    1. How to change the code/project to receive parameter from the user?
    2. How to change the iView configuration which is based on this PAR file to send the user parameter.
    3. Where the user should enter it's parameter once all done?
    Thank you.
    Roy

    Hi Roy,
         If i understand your question properly, then you should do the following. This will let you change the value globally for all the users as an iview parameter. If you edit the iview then you will see the property that you have added to portalapp.xml.
    1. Modify your portalapp.xml to accept iview personalization.
    <?xml version="1.0" encoding="utf-8"?>
    <application>
      <application-config>
        <property name="PrivateSharingReference" value="com.sap.portal.htmlb"/>
      </application-config>
      <components>
        <component name="links_tree">
          <component-config>
            <property name="ClassName" value="com.sap.sen.gcp.km.links.links_tree"/>
            <property name="SecurityZone" value="com.sap.sen.gcp.km.links/high_safety"/>
          </component-config>
          <component-profile>
            <b><property name="url" value="/documents"/></b>
          </component-profile>
        </component>
      </components>
      <services/>
    </application>
    3. The following code will get you the value of path.
    IPortalComponentRequest request = (IPortalComponentRequest) this.getRequest();
    IPortalComponentContext myContext = request.getComponentContext();
    IPortalComponentProfile profile = myContext.getProfile();
    <b>String url = profile.getProperty("url");</b>

  • Users, privileges and roles problem!

    Hi everyone,
    I am using oracle 10.2.0.
    I have a user (dba1) who is the owner of tables in my database. I have connected to sqlplus as sysdba and created the role <b>admin</b> and granted the admin all the privileges.
    SQL> grant all privileges to admin;
    Grant succeeded.
    SQL>Then I granted the <b>admin</b> role to the user dba1:
    SQL> grant admin to dba1;
    Grant succeeded.I have created another role, sel_role and given that role the privileges to select tables. For example:
    SQL> grant select on kund to sel_role;
    Grant succeeded.Now I have created another user, Anton, and have given that user the role sel_role:
    grant sel_role to Anton;
    Grant succeeded.Now when I try to log in as anton and try to use the select statement which is given to Anton by sysdba, using the sel_role, to select the table kund, I got an error:
    SQL> connect anton/oracle
    Connected.
    SQL> select * from kund;
    select * from kund
    ERROR at line 1:
    ORA-00942: table or view does not existWhat could be the solution to this problem?
    Thanks in advance

    Solomon Yakobson wrote:
    Connect as sysdba and issue:
    ALTER USER anton DEFAULT ROLE ALL;SY.Same problem!
    SQL> alter user anton default role all;
    User altered.
    SQL> connect anton/oracle
    Connected.
    SQL> select * from kund;
    select * from kund
    ERROR at line 1:
    ORA-00942: table or view does not exist

  • Is there User Group and Role Reporting in SAP Enterprise Portal?

    I want to know if there is a way to pull users statistics our of SAP Enterprise Portal like you can out of the R3 backend systems.
    I would like functionality similar to the SUIM transaction. I know through user administration you can access any user, even a list of all users, and you can do similar lists with roles and groups. You can then access any of these things individually and look at their assignments. However, I want to do this on a large scale. I want to know for example every group that has a user assigned to it. Evergroup that has roles assigned to it. Or groups that have no user or role assignments. We have approximately 1904 groups in our Production Portal system and I am trying to clean up the groups that have no user assignment, but I don't want to look through them one by one.

    Hi Chris,
    There is no standard report available for this purpose. However all this information is stored in table UME_STRINGS.
    You can write your own SQL queries to generate such reports. However please note that this table is not normalized, and it's a master UME table. You should use it strictly for READ ONLY purpose.
    For a sample code you which i wrote some time back, you might refer:
    http://forums.sdn.sap.com/thread.jspa?threadID=2088099&messageID=10859334#10859334
    Thanks
    Prashant

  • Check users authorizations and role

    Hello!
    How can I check the authorizations of
    Web Dynpro application users and also his role.
    Thanks
    rgds
    sas

    HI,
    Pl go through Following link
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/webdynpro/wd%20java/web%20dynpro%20security.pdf
    https://help.sap.com/javadocs/index.html
    use the method isMemberOfRole.
    Regards
    Ayyapparaj

  • End User Authorizations and Roles

    Hi,
    What all the authorizations i need to give to an End User, who uses the device.
    Is it necessary for the userid to be same in <b>MI Client, MI server, Backend</b> systems.
    Let me explain wat an end user does
    >logs into MI client
    >performs first synchronization
    >Executes Mobile Application assigned
    >and performs synchronization at the end of the day
    rgds,
    Kiran

    Hi Kiran
       Probably I wanst clear with my reply.  You need to assign both the above mentioned authorizations to the same user who is performing a sync from the MI Client.  S_ME_SYNC is required for the user to perform a sync from MI Client to MI server.  S_RFC is required for the same user so that the data can be transferred from MI server to SAP backend and vise versa. 
    Hope I am clear now
    Best Regards
    Sivakumar

  • I'm trying to save user name and password on a site with a pop-up for a login screen but it clears too quickly after submitting to reach the remember pw button.

    When I log in to point click care, for example, the site requires a password to electronically sign a document. This has the option to store the password immediately after clicking the "sign" button but the whole window clears as soon as I submit it which consequently clears the remember password dialogue box therein. I would like to manually add the password to the list, is it possible? Can it be made possible? Several hundred of these a month and typing an involved password gets pretty old.

    Do you still see the Key icon on the location/address bar to open the remember password doorhanger?

  • I'm on a web site that requires a user name and password to enter the site., but Firefox has never asked me if I want to save this info. Is it possible to do this even though Firefox never asked me?

    This is the only site that Firefox has not asked me to save user name and password.

    The website may be using autocomplete=off to prevent Firefox from saving the name and password.
    You can remove autocomplete=off with a bookmarklet to make Firefox save the name and password.
    *http://kb.mozillazine.org/User_name_and_password_not_remembered
    See also:
    *Saved Password Editor: https://addons.mozilla.org/firefox/addon/saved-password-editor/

  • Administration Menu Localization of User Permissions and Titles of DataGrids into the Roles and Users screens.

    Hey LightSwitch Team,
    I have a LightSwitch Web Application, that is already localized (en-EN and de-DE). Now I have the requirement to localize the names of the User Permissions into the Administration Screen (this is built-in functionality). How can I achieved
    this?
    Another Task is to translate the Titles of the DataGrid into the Users Screen and Roles Screen (Administration Menu), because they are in english language, instead of german (i.e. 'User and Groups', instead of 'Benuter und Gruppen' or 'Users
    and Groups in this Role', instead of 'Benutzer und Gruppen dieser Rolle').
    In addition of this the User Permissions are in the english language too. How can I translate all of them?
    Note: Another texts are already localized (e.g. 'Rolle von Gruppe geerbt').
     Many thanks. Any help would be greatly appreciated.

    Hi AndySta,
    Welcome to lightswitch forum.
    According to your description above, if you want to localize your lightswitch application, you need add a localized resource file, add a Resources File, and then name it Client.de-DE.resx, then call a resource from code. Check out
    https://msdn.microsoft.com/en-us/library/xx130603.aspx
     for further information.
    Best regards,
    Angie
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • What are user parameters? and how can i add user parameter

    Hi Experts,
    what are user parameters? and how can i add user parameter and how can i add a user parameter
    HR_DISP_INFTY_NUM with value X?

    user parameters are used give reference grps and counntry grouping use SU3 tcode as amite said

  • How do I get Firefox to save a ussername and password that I didn't want saved previously?

    If I previously X-ed out of the "save user name and password" option, or clicked no on it.... how do I get it back so I can now have Firefox save a username and password for that same site?
    When I set up a computer at work and used it to check on personal accounts real quick, I didn't think I should save my personal info. Turns out I'm the only on using it and I can do whatever I want. The boss will only use Internet Explorer, if he uses my computer at all. And he said he doesn't care what I use it for during slow time. So, now I want to save my personal accounts info on Firefox. But how?

    I had exactly the same problem with YouTube, having previously deleted an account and in the process of setting up a new one at a later date. At the time of deleting I had deleted the YouTube 'Username and Password' from Firefox but could not get it to remember the new, in fact the option to save did not even appear.
    I looked in 'Exceptions' but as expected nothing was there. I then remembered that YouTube is now part of Google so went into 'Options/Security/Saved Passwords/Search for 'Google' which brought up all the different Google Usernames and Passwords, in fact some did not have Passwords, and deleted the lot. Went back into YouTube, logged in and Hey Presto was asked if I wished to retain the Username and Password.
    What other Google apps I have, I already have saved Usernames and Passwords stored elsewhere so no worries about not getting into them. Seems Google can sometimes be a pain in the neck.

  • Issue in validation tigger in user parameter

    hi every one,
    i am converting my report oralce 6i to 10g
    i have a report which have validation tigger in user parameter and vallidation tigger will be fire when user enter a date in form parameter(report).
    then it's an error of invalid parameter .
    any on have idea that why is give mention error.

    Good Morning Hashim Raza Syed,
    If we understood correctly your questions, Date formats is huge issues in developing.
    We tried to check DATE format first.
    According to NY state law, fortune telling is a class B misdemeanor. If you can tell yourself is better.
    If you have any more question feel free to post them.
    Otherwise, mark accordingly.

Maybe you are looking for

  • Windows PC not recognising iPod Touch / ipad

    Recently I've run into this intermittent problem. Sometimes when I connect my iPod or iPad to my PC Windows simply fails to recognise that my devices are connected. To the point where the iPod won't charge because the connection is not there. There a

  • Connect to HDTV: Which input to use on TV?

    I'd like to connect my 1.25 GHz iMac G4 to my new LCD HDTV (LG LC2D). The TV has the following input choices: HDMI and HDMI (DVI) [currently occupied by cable box and DVD player] RGB (PC) [I think this is a standard VGA jack] RS-232C AV (audio/video)

  • What should I choose? Canon SX280 HS vs. G1x

    I have to choose between these two models. G1x with a better senzor and more MP, and SX280 HS with the new processor, 20x zoom and GPS. I need the camera for video purpose, shooting video at 1080p, and sometimes also in low light conditions. Which on

  • Depreciation Posted in Asset Module but not in GL

    Hi, In one of the assets, falling under the 'Assets Under Construction' by mistake the users defined the depreciation key. Accordingly there was an error while running the depreciation. However, after amending the assets master and removing the depre

  • Lightroom web photo templates

    Hi, ive been looking into using lightroom to design a photo gallery for my website. The problem is ive noticed that most of the templates used by lightroom (especially LRG) require PHP. My web hosting only supports ASP (MS server), does anyone know i