How to fetch Portal Users data ? (Including Mapping details)

Hi all,
I want to retrieve Portal users data with the detail of its mapping (i.e. if the user is mapped or not with backend user? and if yes, to which backend user?).
Thanks,
Tejas

Thanks for the reply Nadav.
But what I want is the complete list of all the users, the reason being there are more than 2000 users on Portal and going for this one by one mapping checking is not really feasible time and effort wise.
So is there any way how can I get the users data from UME or LDAP? as I have both kinds of users.
Please guide.
Thanks and Regards.
Tejas

Similar Messages

  • How to fetch year till date value for earning for current ,last and year

    hi,
    how to fetch year till date value for earning for current ,last and year before that from payroll result
    plz reply soon,
    pratyush

    Dear Pratyush,
    Pick this from CRT.
    Use LDB PNPCE & Fire event GET PAYROLL &
    then you can pick from CRT.
    Hope this helps.
    Kindly reward in case useful.
    Regards & Thanks,
    Darshan Mulmule

  • How to recover backup user data after a restore

    I had a disk fail and could not boot. while in the restore software I was able to backup user data to a USB drive. Now that I've restored from the restore partition and got it running windows 7 home again, I don;t see how to recover the user data made with the low level software. Windows back up doesn't seem to recognise it and I can't find an HP utility to get at it.
    A program saved with the .wim back up files brought up an HP restore manager application that then copied the filed to my new C drive but how do I actually get it to recover them into their appropriate places and recreate users etc.
    Or, should I just consider myself lucky to still have copies of the files at all?  I'll not be real happy about that because it will be a tom of work to recreate everything manually even with the files.
    I'm hoping someone out there has a better solution for recovering all my user data into my new restored initial image.
    thanks,
    -dcb

    Hello dcbrower, You may be able to use the program Universal Extractor to extract the files in the .wim file.
    This is a Free program that can be found at this  Link. .
    Just extract the files in the wim file to a location you would like.
    Please click the White Kudos star on the left, to say thanks.
    Please mark Accept As Solution if it solves your problem.

  • How to create portal user and integrate with external appl login

    How to create portal user and integrate the user with external application for single sign-on ?
    I want to access my external application thru portal user ..?
    Shyam

    Hi Jithin,
    The link that you've shared talks about a different scenario.
    In my case, I want to pass the portal user id when the user clicks on the Help Link present in the header area.
    I am trying to pass it along with the Help Link Url property of a masthead iview but it is not getting passed to the target Url.
    I would like to know if it is possible to pass the Portal User Id in this way or not.
    Though if we create a appintegrator iview and pass the user id <User.UserID> along with the target Url, it reaches there.
    Thanks & Regards,
    Anurag

  • How to get Portal user from a standalone Java application

    Hi,
    I have a standalone Java application from where I need to fetch the Portal User Information like userid and email id.
    I am using the below line of code
    iUser = UMFactory.getUserFactory().getUserByLogonID("e017939");
    I have included the jar file com.sap.security.api , But it was giving me the below exception
    java.lang.NoClassDefFoundError: com/sap/tc/logging/Location
         at com.sap.security.api.UMFactory.<clinit>(UMFactory.java:55)
         at com.am.wcas.java.mailscheduler.kmaccess.FetchDataFromKM.getiUser(FetchDataFromKM.java:29)
         at com.am.ScheduleEmails.main(ScheduleEmails.java:89)
    and I am getting a pop Up message from the Java Virtual Machine Launcher, saying a Fatal Exception has occured and the Program will exit.
    Then I went throught he SDN threads and they asked me to include the
    logging.jar and com.sap.security.perm.api .
    I Included them, then also, it is giving me Exception
    java.lang.NoClassDefFoundError: com/sap/engine/lib/logging/LoggingHelper
         at com.sap.security.api.UMFactory.<clinit>(UMFactory.java:56)
         at com.am.FetchKMData.main(FetchKMData.java:30)
    Exception in thread "main"
    and I am getting a pop Up message from the Java Virtual Machine Launcher, saying a Fatal Exception has occured and the Program will exit.
    Kindly let me know if it is possible to access the User info using UMFactory in a standalone Java application. If yes kindly let me know where i am going wrong.
    Regards,
    Shilpa B.V

    Hi Shilpa,
    1. Check that you have added com.sap.security.api within the Your Project>Libraries folder (under navigation tab) and also added jars in the build path of the Your Project under project>properties>Build Path.
    2. In case you have a DC instead of Web Dynpro Project then you have to add the com.sap.security.api under Your DC>Used DCs and have compile time and runtime dependency added.
    Here java.lang.NoClassDefFoundError is caused basically due to only build time dependency added and reference to the jar missing at runtime. Rest the code to retrieve the current user id using UME API and getUserByLogOnID("....") method with/without portal environment would not be an issue at all.
    Regards,
    Tushar SInha

  • How to determine portal user in a BSP

    Hi,
    is it possible to determine the current logged in portal user in a BSP iView? If it's possible, how?
    regards

    it is possible.
    1. if spalogon ticket based SSO, then with BSP application, sy-uname will hold the user id.
    2. if the sso is based on user mapping (different logged on user in EP and different user id for logging on to ABAP system)
    check this link where i have explained on how to do this
    Re: EP user credentials as attributes of BSP
    in the bsp application iview application parameter
    pass
    you need to use
    epuser=<User.UserID>
    you can also use
    epuser=<User.LogonUid>
    then in the corresponding bsp page have page attirbute with auto check with the name epuser. now epuser will  hold the ep logged on user
    Regards
    Raja

  • JSR168 portlet - How to acquire Portal user identity?

    My scenario is:
    - Write a JSR168 portlet to access data in an Oracle database
    - The portlet will use the identity of a Oracle Portal user, who currently logs in, to create the connection to that database
    - In the database, I create a global role, that in turn, assigned to an enterprise role, already granted to the portal user.
    - When that user logins the database, depend on his available roles, the database will control his access on data
    My problem is: how can I get the identity (username/password) of that Portal user to establish the connection to my database?
    If anyone know, plz give me some help. I'm very thankful.

    Dear Steven,
    Can you elaborate on your query a bit further?
    If you are looking for some SQL statement that will validate against a table for a given portal user then you can use the API wwctx_api of Portal.
    For example,
    SELECT FIELD1, FIELD2, FIELD3.....
    FROM TABLE1
    WHERE PORTAL_USER = WWCTX_API.GET_USER;
    I hope this helps.
    Thanks.
    Saabir.

  • How to get Portal User Context  in Web Dynpro application

    I have successfully integrate a web dynpro app into SAP Netweaver Portal.
    Within my web dynpro app, how can I get portal user context information such as first name, last name, job title or some newly created ume attibutes.
    Is there any programmatical approach to get portal user context in my web dynpro. I not sure whether I can use the following codes in web dynpro?
    IUserContext userContext = request.getUser();
    String firstName = userContext.getFirstName();
    String lastName = userContext.getLastName();
    If yes, can someone point me the name of the jar file I have to import.
    Note : The SAP Netweaver installation that runs my web dynpro app is same with the SAP Portal.

    Hi ,
    you can use the below code to get User details and  add com.sap.security_2.0.0 > lib > com.sap.security.api.jar
    try
              IWDClientUser clientUser = WDClientUser.getCurrentUser();
    String firstName = clientUser.getFirstName();
    String lastname = clientUser.getLastName();
    catch (WDUMException e) {
                wdComponentAPI.getMessageManager().reportException("Error Retrieving User"+e.toString(),true);
    Regards,
    Sunitha Hari

  • CRM - SAP ECC 6.0- How to keep creation user data

    Hello gurus,
    I'm working on a SAP project which scope is CRM - ECC6.0 (IS-U +SD) - BI 7.0 and we are facing an issue trying to extract from IS-U the user who created a business operation.
    You have to know that process designed is :
    - business operation is created in CRM (as for business partner, contract account ...) by a user A.
    - business operation is replicated from CRM to IS-U
    - Communication user set up is called RFCUSER.
    So that every business operations created in CRM, is created in IS-U and get mentioned in user creation area : RFCUSER instead of user A.
    Similarly when an business operation is modified from ISU to CRM, the modification user is RFCUSER.
    This is an issue when we try to know which user has created this business operation in ISU. We must go in CRM to read data.
    So I want to konw if it's possible to change the communication user (make every user a communication user. It seems to be the worst solution, or if we can change bdoc structure exchange to keep creation user data, or if a customizing exists to solve this issue).
    Thanks in advance for your answers.
    Jacques Toubon.

    Hello
    Please give me suggestions on prerequisites for upgrade.
    Start with these SAP notes and the guide.
    https://websmp208.sap-ag.de/~sapidb/011000358700001228732011
    1566412 - Enhancement package 6 for SAP ERP 6.0: Required SWC
    1496212 - EHP6 for SAP ERP 6.0 SP stacks - Release & Information Note
    1598141 - SAP Enhancement Package 6 for SAP ERP 6.0:Compatible Add-ons
    1.How can we decide it is one step proces or two step process?
    Upgrade from EHP4 to EHP6 is a single upgrade.
    Bear in mind that EHP6 needs a higher version of OS and DB.
    Please check PAM for supported OS and DB for EHP6
    2.can we skip shadow instance creation step??
    Download the SUM guide and read the chapter "Preconfiguration Mode Planning" and the "Current Capabilities" section. Here is the SUM guide for SAP on Unix with Oracle.
    https://websmp208.sap-ag.de/~sapidb/011000358700000783532011E
    There are different upgrade scenarios. The section "Recommendations for Choosing the Preconfiguration Mode" explains the use of each mode and the mode you should select.
    3.can we copy sum tool in /usr/sap/sid/sum??
    Yes you can. But I suggest you to create a new file system called /usr/sap/SID/SUM for the upgrade purpose instead of creating a directory called SUM under /usr/sap/SID file system.
    Regards
    RB

  • How to transfer microsoft user data to computer

    I went into best buy and they backed up all my info on a disc and i put the disc in and i have retrieved some of my stuff but cant figure out how to get the "microsoft user data" back on my computer which is all microsoft word power point, office etc how do i do this?

    Drag the Microsoft User Data folder into the /Home/Documents/ folder.

  • How to manually migrate user data under Mountain Lion?

    I want to manually migrate my user data from a cloned back-up to my iMac after a clean install of Mountain Lion. I do not want to use Migration Assistant because of the probabily of re-importing some of the problems I'm trying to fix.  (This is at the tail end of a long trouble shooting process trying to fix a very very slow computer aftere a ML upgrade from Lion.  Clean install of ML is a last resort) 
    There used to be an excellent list by Kappy (I think) on this sort of migration under earlier systems and from PPC to Intel.  But that link seems to have been taken down.
    We plan to reinstall all software from scratch after the clean install, so that is not an issue. And I know how to move the normal files in documents, music and the like.  I am most concerned about are:
    •  Making sure I move the right files/folders in the Library related to Apple apps like iTunes, iPhoto, Address Book, Calendar, iWork apps, iPhone backups, etc. plus system/network settings. 
    •  Are there other specific files/folders necessary due to iCloud that are new to Mountain Lion that need moved? 
    •  How to do this in a way that ensures that all permissions will be OK under the new user?
    The goal is a new fresh user on a clean fresh ML install that is identical to the current user in name, function and above all, permissions.
    Can anyone provide a list of the main files/folders necessary to transfer ideally along the lines of Kappy's earlier and excellent guide?
    Thanks for any help!!
    ~Roger

    So long as you use iCloud for Mail, Contacts and Calendars, run software update(s) after installing each app, they will build new preference files for themselves.  iTunes will back up the phone too.  System settings are likely to change. I found the firewall off and energy saver preferences default.  Trackpad options for tap to click and drag lock may change.
    Some of the updates are quite large so it takes a few hours and you need any purchase key codes handy for re-registration of software.

  • How does firefox guarantee User data privacy and protection?

    As I understand Firfox Sync Service will store user data on its personal servers, i have 2 doubts then -
    1: If a user stores his passwords to Firfox server and there is a security breach on that server and User's private data has gone to wrong hands then who would take responsibility of such incidence?
    How secure is the server that firfox uses in general !!
    2: Once this data store grows in size, Firfox would have to use better and reliable technology, that comes with a cost tag, so would Firfox start charging those users who have no idea of this right now?

    With only the password it is impossible to read the data that is on the servers since the data is encrypted. The data is encrypted on your computer before it is sent to the Mozilla servers, and if downloading the data from Mozilla it is decrypted on your computer. To encrypt and decrypt the data the secret phrase is required, and that is on your computer.
    As far as I am aware Firefox sync will always be free.

  • How to fetch last changed date for Header in me22n?

    Hi Experts,
    I need to create a report for PO, where I have created one screen tab in Header level(customer data), therefore I need to fetch last changed date for header , I must mention that I do not want last changed date for item level, only for header last changed date is required.
    Kindly assist me on this.
    Thanx
    Shireen

    Read table CDHDR (object "EINKBELEG") and CDPOS (look for table name EKKO), keep the last CDHDR record with "EKKO" data actually changed.
    Regards,
    Raymond

  • How have you migrated user data? (Permissions issues).

    So far our upgrade from Tiger server to SL server has been fairly painless. I chose to do a completely clean install and then migrate users at a later date (after exporting them from the original configuration). I do have a complete bootable clone of the Tiger server install, so I can go back to that install at any time to check on things, so that's been a real help.
    But here is one snag I should have anticipated: permissions issues! I've tried several times now to migrate a single user account from Tiger server to SL server. But I'm getting massive permissions issues on the account. I've tried migrating the user data using Carbon Copy Cloner, or copying the file via. the Finder (what a pain), and in both cases when I login as that user on a client machine I have only read access (or even no access) to critical files.
    What methods have you used to successfully migrate user's directories? Alternately, what did you do to fix permissions issues for migrated users?
    Thanks.

    i use rsync for all transfers and then make sure ownership and perms align.
    are you talking about moving homedir data from old server to new, homedirs on client machines, or something else entirely? regardless, you'll need to ensure all of the pieces work together. stay away from finder copies or most gui tools. you'll have more control and more reliable results from the command line. passenger offers some folder migration functionality if you need a gui, though i've never used it for that. http://macinmind.com/?pid=2&progid=1&subpid=1

  • How shall i send user data to servlet by an Applet in way Form does

    it is clear that URL class provides way to connect to remote web resource. and furthermore i am trying to make an applet perform like a Form in html to send user data to a servlet. i may adhere a long name-value string to url sent by applet but this is not a good way to hide information like hidden variables. Is there any class in J2SE package that i can wrap those Form data and send them in the way Form does...?
    cheers!

    It's not a matter of form vs. not-form, it's a matter of HTTP types.
    Basically HTTP allows a connection to be of various types: GET, POST, HEAD, and some lesser used ones like DELETE which many servers won't support anyway. GET is usually used for link clicks, and puts its arguments as name/value pairs as part of the resource name. POST sends it as body data, also as name/value pairs.
    In Java, the way you do this is, starting with your URL object, get an HttpURLConnection object. Then call setRequestMethod on that HttpURLConnection object. If I recall correctly the rest is basically the same.
    Check the docs for details and stuff I may have forgotten or got wrong. Also check RFC 2616, which is the HTTP specification.

Maybe you are looking for

  • How can I use local variable in LabVIEW-Action?

    Hi All! There is local variable (for example "MyVariable") in local scope of project. There is Action-step, created by LabVIEW. One of input terminals step is "Sequence Context". How can I access to MyVariable by Sequence Context? Unbundle? It does't

  • Problem with printing JFrame with several other components on it

    Hi, i am trying to print out a JFrame that contains other Swing and AWT components, such as JTables and menus etc. The problem is that the options that i select from the pageformat dialog, do not get set when the printing is taking place. As a result

  • Sort by focal length

    1. Metadata Browser: sort by focal length (using a cushioned range) 2. Ability to filter based on focal length: i.e. with 3 criteria lens, focal length, aperture it would be super simple to paint in presets for removing natural vignetting.

  • Hp recovery partition

    I had to do a System Restore because PC would freeze & hang up, so just looking around now and found HP Recovery Partition is no longer there !   Not real sure WTH happened ??????     P L E A S E   HELP ME  : (

  • What is wrong with you people.

    I have given up on this forum. It used to be a great place to learn and share ideas but most of the forum members have turned it into a collection of garbage. You know If I mean you.. you has become unprofesional and I would no longer like to be part