Extraction list roles and users for entreprise portal.

Hi Everyone,
I work on Enterprise Portal only java.
I want to extract the list of all these users with their roles
How do I proceed?
Thanks for the help!
Regards Giglio

Giglio,
Its possible to access the list of user and their roles from portal in several ways:-
Approach 1:
User Admin -> Import/Export -> User Data Export -> Press Export Button -> Copy the user content and store in a seperate file -> Done.
Approach 2:-
You can write a custom progrram in Java using UME API to get the portal user information. You can use webdynpro for java or JSP Dynpage/abtract portal component to use UME API.
Ram

Similar Messages

  • Extracting list of disabled users in a csv

    I want to extract list of all users in SIM who have their account disabled on a particular AD Resource adapter. How Can I extract this list in the form of a csv. The number of users in the AD is around 20,30 K.
    Plz advise.

    Hello.
    Hmmm. Good question. I think your quickest approach (with as little coding as possible) would be to create and run a User Report and then run a shell command. Like this...
    Create a new User Report instance. When setting the parameters, you want to select to report users who have the AD resource and limit the reported attributes to be just what you want in your file - e.g. Account ID and Disabled. Maybe you want another field (or two or three...); but it sounds like these two are basically what you want.
    Save the report and then in the Reports tab, hit the corresponding button for "Download CSV Report", you should get a text file in CSV format that has ALL the users having the AD report.
    If the file is My_User_Report.csv, then you should be able to do something like this:
    grep Disabled My_User_Report.csv > My_Disabled_Users.csv
    This should grab only the ones having "Disabled" in the row and create a new CSV file. Now it gets more complicated if you only want Account ID (and not the Disabled flag...), but this is a start and maybe you want to use Excel for more advanced data manipulation.
    Hopefully someone has a better answer; this seems like there might be other ways to accomplish what you're trying to do.
    Good Luck!

  • Is it possible to export and import the roles and users tables?

    Hi,
    is there any possibility to export and import the role and user definitions?
    We have a SAP MDM repository with a lot of roles and users and also with a lot of changes.
    And now I'm searching for a fast and efficient way of managing the roles and users.
    Thanks and Regards, Melanie

    Hi Melanie,
    There is no export/import functionality for roles and users.  The only way to manage these in an automated way would be to write a program that uses the Java or ABAP APIs.  Both APIs expose functionality to create, update and delete roles and users.
    Hope this helps,
    Richard

  • To find the list of the users for a paritcular program

    Hi,
    How to find list of the user for a paritcular program and the last time used for that progam.
    plz help me out....
    Advance thnks....

    You can find this in TRDIR table, field names are
    Last changed by --> UNAM
    Last Changed On --> UDAT
    and
    Try transaction STAD to find the last execution of a program

  • Table that stores the business role and user id mapping

    Hi,
    i want to know the table that stores the Business role and the business role and user id mapping in CRM system.
    Thanks in Advance.
    Regards,
    Pricy

    Hi Mary,
    There is no direct table but there is a way to find it.
    HRP1263 is the table where business roles are stored when maintained at org level. These are stored against the Position.
    For getting user ID and position linkage refer table HRP1001.
    In HRP1001 table use below criteria to get the User and Position.
    OTYPE = CP
    SCLAS = US
    SOBID = User ID
    ENDDA = 31.12.9999
    Get the OBJID
    Query the HRP1001 table again with following
    OTYPE = CP
    OBJID = OBJID from above Query
    ENDDA = 31.12.9999
    SCLAS = S
    SOBID = Thats Position.
    Pass the position to HRP1263 as below.
    OTYPE = S
    OBJID = POSITION
    PROFILE - Thats business role assigned for the given position and user.
    Hope this is helpful.
    Regards,
    Naresh

  • Can a workflow steps and users for the steps be controlled by contributors?

    Is it possible to have a workflow that allows contributors to select list of steps and users in the steps? The universal set of steps and users for steps can be defined in the designer mode. But the contributors can decide for a particular content item what steps need to be skipped and the users for the step. But atleast one approver step is mandatory. This is some strange requirement that our client is expecting. Is this possible?
    Regards,
    Pratap

    Hi Pratap,
    Short answer: Yes. This has been possible since the Stellent 5.x days (and possibly earlier). We can help you with this if you need services - see our Workflow offerings here: http://bit.ly/b2Ydv6
    Or you can do it yourself. For the details you should see "Setting Up Ad Hoc Step Users" in the workflow admin guide (pp 147, section 9-13) http://download.oracle.com/docs/cd/E10316_01/cs/cs_doc_10/documentation/admin/workflow_guide_10gr3en.pdf
    Remember that a "step" is just a container for a certain group of users to take action on certain kinds of content. So you can have one step but if you loop over it 3 times with a different set of users each time you have a defacto 3 step workflow.
    You need 2 things:
    1) the workflow plumbing for the selection of the next "step" (and/or group of users) in the workflow (tokens and subworkflows typically)
    2) a UI for the end users / contributors to actually make the selections.
    For 1) you use tokens that will ultimately resolve to a list of user names who should take action. You might use names (e.g. bcripe) or aliases (e.g. The Legal Team) or other concepts that make sense to the end users who will be participating (e.g. capital expenditure review). Whatever you do the tokens will ultimately yield one or more user ids which become the step users.
    For 2) you can use anything that will make those plumbing values available to the UCM workflow engine. Most common is using metadata fields. They're easy, can be displayed only during workflows (using rules and profiles), and fairly intuitive for most UCM users (if there are not too many!!!). However, you can just as easily write web services, BPEL tasks, or CIS integrations that take form or other triggered input from the user and pass those parameters back to the workflow engine. For more complex workflows this is often a good idea especially if you are dealing with people who are only casual users of UCM or who are interacting with content through another primary UI.
    Either way, let us know what we can do to help. Workflows are a special passion to us here at Fishbowl and we've got supported software to prove it. http://bit.ly/95Rocu
    Warmly,
    Billy Cripe
    Fishbowl Solutions

  • Execute Webdynpro4Abap Application with same ERP-User for all portal-users?

    Hi,
    is it possible to let a Webdynpro4Abap application run with only one ERP-User for all portal-users? Therefore not needing an ERP-license for every portal-user?
    Somekind of mapping maybe?
    Regards
    Jan

    Jan,
    It is possible but it all depends on the type of application .If you want to show same data for all users you can use one user but if data is different for all users then you cannot go with this approach.
    to configure single backend user for your application go to tcode SICF and look for that application and go to logon data tab by double clicking and give one common user details
    Thanks
    Bala Duvvuri

  • Configuring roles and users (adf security) application context wise.

    Dear All,
    I referred this tutorial (http://biemond.blogspot.com/2008/12/using-database-tables-as-authentication.html) which shows how to hook up adf security with database schema but at domain level which will be common to all applications in that domain. I want to make it different to each application. (i.e each application will use differene database schema for storing user credientials i.e enterprise roles,application roles and users.)
    Can any one please point me to proper way..
    Regards,
    Santosh
    jdev 11.1.1.2.0

    Dear Frank,
    <i>
    Instead you have a single identity management system and have the application policies being different for the applications.Using ADF Security, users and groups can have different privileges in different applications
    </i>
    suppose i have 3 applications that use adf security, the users will be common to all applications. right..?Roles and group can be different for applications.
    application polices means roles and group..?
    So how it(application polices) can be made different for applications? is it inbuilt or some configurations needed ?. Can you point me to some blogs or tutorials for more reference.
    Bet: Incase i hook up adf security with database schema.
    Regards,
    Santosh.

  • Identify system defained roles and user defained roles

    Hi,
    I have an issue.
    Oracle Version : 9.2.0.1.0
    Operating system: Windows 2000 server
    How can we identify system defained roles and user defained roles?
    Please help me to solve this.
    Regards,
    Mat.

    Check yourself these views
    DBA_ROLES
    DBA_ROLE_PRIVS
    USER_ROLE_PRIVS
    ROLE_ROLE_PRIVS
    ROLE_SYS_PRIVS
    ROLE_TAB_PRIVS
    SESSION_ROLES
    For default predefined roles in the database, take a look at the below url.
    http://youngcow.net/doc/oracle10g/network.102/b14266/admusers.htm#i1008784
    Regards,
    Sabdar Syed.

  • Need Report to see list of authorised users for a particular Trans.Code ?

    Hai SAP Gurus,
    Kindly tell me a Transaction code which is useful to see list of authorised users for a particular Transaction code. Ex J1ID
    Reply me pls

    Hai,
    Using SUIM, I got List of authorised users for a particular Transaction code.. But Few Users who are not in the list can using the Same Transaction Code in BackGround.. How to see those users list..
    Kindly Reply me pls

  • Why do we need to define RFC destination and user for material replication

    Dear Experts,
    why do we need to define RFC destination and user for material replication? Here we use crm middleware only for material replication. Could you please help me to understand it?
    regards,
    Ranjan

    Hello,
    As far as I know, you can use the same RFC destination already available in ECC to SRM to replicate materials.
    You can refer to note 720819.
    Regards,
    Ricardo

  • UI5 launchpad and panels for Enterprise Portal

    Hi,
    Is it possible to configure UI5 Launchpad and Panels for Enterprise Portal (not NWBC)?
    If yes, are there any instructions how to do it?
    Best regards,
    Veera.

    chk below for this u have activate the functionality in sicf for ui5 : -
    Configuration: ESS (SAPUI5) in SAP NetWeaver Portal - Employee Self-Service (SAPUI5) - SAP Library
    Configuration: MSS (SAPUI5) in SAP NetWeaver Portal - Manager Self-Service (SAPUI5) - SAP Library
    http://scn.sap.com/community/developer-center/front-end/blog      -----covered all
    http://help.sap.com/erp_hcm_ias_2013_02/helpdata/en/65/1c9a5181235905e10000000a44538d

  • ABAP User Roles and Query for accessing particular T- codes and Reports

    dear Gurus
    I have one problem, i want to know about ABAP User Query ,i have one requirement my user wants to Lock all the HR Std versus Customized reports in T- code SQ01,other department peoples also see the Payslips and Hr personal reports which is harmfull to the dept so i want to Lock all the reports in Std T- code in SQ01 and i have created one Customized User Roles or Query in which the T-codes and Reports are assigned only those particular user can access the T-codes and Std reports .how can it be possible i dont have any idea about user roles and Queries .
    kindly help me out or send me some documents related to user roles and queries
    regards ritesh sharma

    Hi Ritesh,
    https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/103cafc2-7a64-2b10-14b3-eddb7d324561
    Regards,
    Flavya

  • Role and User not listed

    Previously I had created a role and added a user. The user
    waited several weeks to try to login and now is receiving a message
    that his role is no longer valid. When I login to administer the
    site his role is not listed and when I re-created the role I can't
    add him because his name is 'grayed' out and indicates that he is
    currently assigned to the previous role.
    Has anyone else had this problem? How can I fix it?

    When selecting "Database", a Planning Create will create (or recreate) the Planning application in Essbase. This will erase any Planing supporting detail, account annotations, etc. It will also (IIRC) blow away the Essbase database.
    A Planning database refresh updates Essbase with metadata changes (if any).
    You know, I've never tried doing a Create->Security Filters.
    Now if you mean Administration->Manage Security Filters->Create -- that will just update the filters with whatever the latest and greatest dimensional security is. If you selected all of the filters, it is as if you did a Administration->Manage Database->Security Filters. The idea being you might want to target it if you have many users/large filters.
    I think the first time that user logs in you will see the username in the Administration->Manage Security Filters list.
    Going backwards, re your first question -- provision the username in SS with access to the Planning app (however you do that, groups, individually, etc.), and give him Essbase server access. Have him log in. All should be good to go.
    Regards,
    Cameron Lackpour

  • Standred Roles and profiles for OSS Connection User

    Dears,
    We open OSS connections several times for SAP support in which we also provide login credentials to SAP to login in our system.
    Is there any standred roles or profile for this user in QAS and PRD that we can give to maintain our servers confidentiality.
    Please suggest.
    Shivam

    Not really. A note related to your question popped up in a previous discussion:Re: Exclude T-code from SAP all
    > If you take a look at [SAP Note 1118396 - Roles for support activities|https://service.sap.com/sap/support/notes/1118396] you will see this explained nicely...

Maybe you are looking for

  • How do I transfer all info from one Mac to another?

    A few months ago I bought a new MacBook Pro, and want to use my old one as a backup. How do I transfer all the info on the new one to the old one? Got a firewire, if that helps.  OS 10.8.2 on both. Tom in Texas

  • Oracle application server 10g and fusion middleware 11

    Hi I am confused about architecture of application server 10g and oracle fusion middleware. I have installed oracle application server 10g that includes infrastructure tier ( database repository,SSO,OID,DAS,OCA) and mid tier (OC4j,forms,reports,disco

  • Blue ribbon question

    Any one know why I get 2 downloads of an App in the ipad viewer, one with a blue ribbon and one without? Cheers Alistair

  • Using Select Expert Criteria in a Report Title

    Post Author: kevinday17 CA Forum: Formula Hello, I can't quite figure out how to get a select expert criteria in my report title. My title is "Sales by Customer from Jan 1, 2007 to Aug 31, 2007"  but I want to be able to have the dates in that title

  • No appropriate entry found in table ADRT

    Hi, In XI T-Rfc (sm58) we get error --> No appropriate entry found in table ADRT Kindly, suggest. Akki.