WD ABAP Integration with Portal

Hi All,
Is it possible for a Web Dynpro for ABAP to read the current user object from the portal. Each portal user has a bespoke parameter in the portal UME which needs to be read in the Web Dynpro. I can read it using WD Java. How can it be read using WD ABAP?
Cheers
Richard

Hi All,
I don't need to navigate anywhere. I need to contact the UME engine and get the user information.
In WD Java, I'd do this :
IUser user = UMFactory.getUserFactory().getUserByUniqueName(username);
     String salesOrg;
     final String[] attribute = user.getAttribute(
          "com.sap.security.core.usermanagement",
          "NAME_OF_CUSTOM_ATTRIBUTE_FOR_SALES_ORGANIZATION");
Now that the UME has moved out of the portal, I'm not sure how to access it.
Cheers
Richard

Similar Messages

  • Integration of ABAP workflow with portal

    Hello Experts,
    Need urgent help on UWL configuration.
    We have integrated our ABAP workflow with portal through UWL.
    We have a Ad Hoc link in the ABAP workflow which takes us to some transaction. For some reason we are not able to view that link when we see this workflow through portal.
    1. Is is possible to show any Ad hoc links from ABAP workflow into portals?
    2. If yes, what is the process for the same? We did not get any relevant documents.
    Any inputs/sugessions are most welcome.
    Ashutosh

    Hi Ashutosh,
    Can you please send me the documents how did you resolve this issue?
    koti

  • How to use PPM 5 (standalone or integrated with portal)

    Hi,
    I would like to know which advantages and disadvantages are presented by using PPM 5.0 standalone or integrated with portal? all functionality are the same in both cases? which is the best option?
    Thanks a lot,
    CAMILO URIBE

    Hi,
    from a functionality point of view, standalone and portal usage of SAP Portfolio and Project Management 5.0 are the same (except functionality which is in general only available within a portal, e.g. KM documents, collaboration rooms, etc.).
    From a TCO perspective, for the standalone usage you'll only need the ABAP stack (except for ADS), i.e. if you don't anyway already have a portal in use in your company, this could lead to a lower TCO.
    Kind regards,
       Florian

  • Project systems integration with portal (EP)

    Dear all,
    I have to integrate the projects systems module with Portal.(EP)
    In portal transactional I views can be used to create projects which can be store in the R/3.
    Now the issue is to create projects with out using Transactional I views. This should be a simple entry through portal, where in the user keys in the key fields and there by the project is created and scheduled.
    For this I have tried with using business packages given by SAP to integrate with portal.
    Now the issue is I can display the projects that are created in R/3 through portal and display the necessary fileds required for viewing (I views). Now the main problem is to create the project using these business packages so that the same get updated in the R/3.
    But business packages do not have the option of creating the project. I am using the business packages for projects 50.3.1
    Has any body come across this type of issue which has to be integrated with portal and subsequent creation of projects through portal
    If any body has done this in any other way please kindly share on this.
    Experts please throw some pointers on this.
    Regards.
    Vara Prasad

    Hi Aman,
    You may try creating transaction iViews of the desired PS Transaction.
    For more help you can take help of your Portal Administrator.
    Else, see if this link may help:
    http://help.sap.com/Business_Packages/EN/06/3ED93BE53BCD29E10000000A114084/frameset.htm
    Regards,
    Vivek Pandey

  • Language determination when WDA application is integrated with Portal

    Hi,
    How does the language determination work when WDA application is integrated with Portal?
    Thanks.
    Chitrali

    Hi,
    Please check out this link -
    http://help.sap.com/saphelp_nw04s/helpdata/en/7b/fb57412df8091de10000000a155106/content.htm
    Regards,
    Lekha.

  • Reg: BI integration with Portal

    Hi
    I am new to SAP BI and have a requirement  to integrate SAP BI with Portal.
    Any help in the form of documents or url will be of great help.
    --> Integration of BI with Portal
    --> Best practices for integration.
    --> What re the problems while integrating..
    Merely anything related to integration with portal will be of great help
    Thanks in Advance
    Cheers

    Hi,
    Please check the links below
    Check this URL for Step by step procedure:
    http://help.sap.com/saphelp_nw04/helpdata/en/a5/359840dfa5a160e10000000a1550b0/content.htm
    Integration of BW Components into the Portal
    http://help.sap.com/saphelp_nw04/helpdata/en/a8/37e1082163c54abce581a54d6b771a/frameset.htm
    Configuration for the Integration of SAP BW and SAP EP
    http://help.sap.com/saphelp_nw04/helpdata/en/2f/741a403233dd5fe10000000a155106/frameset.htm
    How to Integrate BW Web Applications into EP 5.0
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/af073962-0b01-0010-f7a4-f4c1023ed0a4
    Keys for Integrating SAP BW 3.5 and SAP Enterprise Portal 6.0
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/6b1472a7-0301-0010-64bd-dc96509db6f7
    Enterprise Portal Integration into BW(e-class)
    https://media.sdn.sap.com/eclasses/ebw201/main.htm
    Regards,
    ®

  • BI integration with Portal - What & How

    Hello dear Gurus,
    I am very new to SAP BI Frontend and needed some help with workbook queries integration with portal.
    Let me explain you what i seek:
    1) What of SAP BI Frontend can be included in Portal (workbook, WAD,BEx analyzer or designer, AD-hoc)
    2) Do we have to create an Iview or does the EP guy creates one. Do i have to create seperate Iviews for seperate reports.
    3) If its a workbook that i need to weave in an IVIEW on the Portal , can someone provide me a step by step article, blog or forum.
    Any other information i may need -but i need it in detail.
    I wasnt able to find anything concrete all day yesterday and I write todayw ith reluctance. So please bear with me and point/lead me in the right direction.
    Points shall be assigned.
    Thanks,
    Zain

    Hi there everyone,
    I would really like some step by step detailed information. Please help me out all the gurus out there.
    thanks

  • Webdynpro ABAP application integration with portal

    Hi,
          Can someone provide me the complete documentation for
           1. webdynpro ABAP application development and
           2. webdynpro ABAP application  integration with enterprise  portal.
    Thanks...
    Kundan

    hi Kundan ,
    design pattern or paradigm followed by Webdynpro ABAP is
      MVC concept
               M-Model
               V- View
                C-Controller
    and cms with the advantages like Structuring the programming
         Creation of easily manageable application blocks
         Reusability of whole components
    for more documentation about WD ABAP , refer
    http://help.sap.com/saphelp_nw2004s/helpdata/en/7c/3545415ea6f523e10000000a155106/frameset.htm
    https://www.sdn.sap.com/irj/sdn/nw-ui?rid=/webcontent/uuid/fed073e5-0901-0010-4eb4-c9882aac7b11 [original link is broken]
    SAP netweaver provides the integrationof ESA , for integartion netweaver provides us wid the People Integartion
    refer
    http://help.sap.com/saphelp_nw70/helpdata/en/77/3545415ea6f523e10000000a155106/frameset.htm
    as well
    I hope it helps
    rgds,
    amit

  • SAP Erec System Integration with Portal

    We have installed a new erec system in Sap nw 7.02 abap system which has to be integrated with Existing portal system. There is another existing  HR system(ecc6.0 ehp ) which is already connected to portal. What are the steps to be followed for Integrating Erec system with portal.
    Thanks.

    Dear Colleagues,
    We have similar situation and this week we hopefully will approach to integrate ERECRUIT with SAP Portal. We have recommendations from consultants but since ERECRUIT implementation is still no commodity’s I’d like to confront this recommendations and share experiences. Please have a look on the the thread about it:
    ERECRUIT 606 integration with SAP Portal 7.31 - what to take in mind?
    Cheers
    Waldek

  • Siebel integration with Portal

    Hi
    Can anybody tell me how the Siebel integration can be done with Portal.
    Pl send me steps.
    thx
    PRadeep

    Pradeep,
    You might want to check this weblog.
    Adapters to Integrate SAP XI and Siebel system
    James

  • Calendar Integration with Portal Server 6.0

    Hi,
    I have installed Calender Server 5.1.1 with portal server6.0..When click the Launch Calendar channel link in my portal page,it takes me to login page for Calendar Server on.I expected it to take me to the calendar page .I donot want to re-authenticate every time i launch a calendar.Any ideas??
    Thanks,
    Ramnath

    Quickest path to success...
    stop the cal server
    cd to Install Path/cal/bin/config
    edit ics.conf
    change "service.htttp.ipsecurity" from yes to no
    save you changes
    restart the server
    hope this helps

  • ESO Integration With Portal

    Hi Experts,
    Can ESO integrate with Portal? Can user access ESO directly in portal sceen? Many thanks.

    Single Sign on can be used from portal to ESO for login.
    This is how it works:
    1. Login to Portal
    2. Click on E-sourcing link from Employee Self Service Tab
    3. ESO workbench opens up in new window.
    Hope this helps.
    Good Luck

  • CATW integration with portal (IAC session)

    I'm trying to integrate the catw application in the portal with a IAC iview. The application itself work's fine.  But when I close the application (closing the window without pressing the ext button)  the user is locked out for a while. We don't want this behaviour We added the  ~SINGLETRANSACTION = 1 parameter to the catw service but the user is still locked out.
    We are using an integrated ITS NW2004 SP11 WAS 7.00.
    We have found these oss notes. And tried them out with no result.
    Note 959417 - Integrated ITS, closing session when transaction ends
    Note 493908 - ~disconnectonclose - Closing an ITS session
    Note 689291 - ITS: Disconnect on close for IACs
    Any pointers ?
    Thanks in advance

    Hi Kabali,
    Were you able to resolve the issues with file system integration. I followed all the steps mentioned in help document http://help.sap.com/saphelp_nw04/helpdata/en/ed/b334ea02a2704388d1d2fc3e4298ad/content.htm. But it is coming with error : Startup Error:  getting mapped math - Logon failure: unknown user name or bad password. We are using ABAP UME. I am not sure which user portal is using to communicate with windows share. As per the documentation I believe it is using the user specified in Network Path. In my case this user has full access on the share. And we are not using Network Path name any where again while creating the repository we need to specify all the path for Root Directory.
    Could you please explain me all the steps you did in little details. I thought this is just 10 Min job .. but i am not able to resolve it ..
    Thank You,
    Hari.

  • Webdynpro abap integration with interactive adobe forms

    Hi  Experts,
    Am Facing problem printpreview  adobe in portal and it developed by webdynpro abap interactive form there am getting warning message
                Warning  : This form is not supported with current verision of Acrobat or Adobe reader
                                  Upgrade to Latest Verision For full Support.
    And it is display half letters in print preview.
    Regards,
    Sakthi.

    Dear Thomas,
    Here there are two server  one is developpment and quality.In development it is working fine and quality it is creating problem.If open in any system we are facing same problem.My dout is any server specific
    adobe verision is in portal.
    Thanks for Replying Good luck.
    Regards,
    Sakthivel.S

  • Forum not integrated with portal content

    Hi All,
    I like the new forum functionality in the NetWeaver Portal 2004s SPS 12.
    But I expect the integration of the forum and the protal environment. But I cannot create links to files that still exist in the portal. I can only adding new files, where are they stored?
    How can I create links on files and folders, that were stored in the portal. Without copy & paste access-ids, i think about a wizard which navigates me to files.
    Bye and Thanks for helping me
    Steve

    Sorry all this was sent as a reply to the watch email... apparently SAP doesn't even use all of the functionality... also as stated... even documentation is being removed from what they originally released!
    Agreed... this is a major integration for end users that is not there yet. The new products coming out seem to be because of the fact that it is used on SDN and SAP Can now claim that it is part of the "standard product" but as most of the other KMC technologies it probably wont get the dedicated development that is needed.
    At this point I don't think there is a way to do that. I am more concerned with the fact that the NNTP portions of the forums don't work, the documentation is horrible, and there are tons of other things wrong!
    Thanks
    Trevor

Maybe you are looking for

  • How do I transfer all notes from iPad to my macbook

    How could I transfer all notes from iPad 4th generation to my MacBook?

  • My business doesn't show on your map Apple!

    Fix it, or give me back google map.

  • Input dv / output dv

    I want to join many dv movie files i have captured from Premiere, to make them all one dv file. How can this be done and is it lossless?

  • Same problem with GE 34

    I did as recommended erased preferences and used DISK WARRIOR, but now I am more troubles. When I open the project, I get the same GENERAL ERROR 34 message. After I click okay to proceed, the spinning wheel appears and I must force quit. I don't have

  • AGAIN ... TERRIBLE SERVICED

    again ...the Spotify Customer Service Department DID NOT READ MY EMAIL ... 1. A SIMPLE TRANSFER OF MY PROFILE TO ANOTHER ONE ... easty right (NO not for spot) 2. Have communicated over 8 emails ...8 ... now how can you not understand TRANSFER MY ACCO