Integrate SAP Portal within another intranet

We need to integrate SAP Portal within another intranet portal. The question is if technically, it's possible integrate SAP portal to display within a frame that is not the top frame of the window.
I had this same problem on another project and was not possible because the SAP portal needs to take the entire window (the reason is how it is implemented).
Could anybody confirm it?

You can integrate the SAP Portal in another portal. To do so, integrate it by an iFrame.
To not show the whole SAP Portal navigation in the target portal, go through these links:
Embedding Enterprise Portal content in another webpage
http://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/4a3addc4-0501-0010-bfbb-9cdd29581adf
You'll need to make a small configuration of your SAP Portal - that is: adding a new alias.
br,
Tobias

Similar Messages

  • SSO between SAP Portal 7.3 and Ruby on Rails

    Hello Everyone,
    We are planning to integrate SAP Portal 7.3 and a RoR application and I am wondering If someone can share some experience (If you have any of course) on how to establish SSO between SAP Portal and RoR.
    The SAP Portal will act as service provided and RoR as a consumer, we don't have LDAP, so the Portal UME is in ABAP and RoR uses an own UME database. We have SSO between our Portal and SAP Backend systems.
    In RoR customers will have access to their own information (Invoices, etc..) that will be provided by the backend system.
    URL transaction and iFrames is not an option for us.
    The second option is to call Web Services, directly or through the SAP Portal (we are using a central sr).
    I am a NetWeaver consultant who heard about RoR but have no experience in this field.
    All help and tips are greatly appreciated!.
    Regards,
    Ridouan

    We used Client certificates. Still working on the PoC.

  • Is possible to Integrate SAP BCM with Third party?

    Hello Everyone,
    Some of you can tell me if Is possible to integrate SAP BCM with another solution IBM ITSM?
    The integration would also have the screen pop up the same or similar to SAP CRM.
    Thanks in advance.
    Best regards
    Rodrigo Lucas

    Hi Rodrigo,
    There is the ClientCOM interface!
    The interface is an application programming interface (API) to a softphone client Communication
    Desktop (CDT). This client application is based on the Microsoft Internet Explorer, and they can
    handle telephone calls by using the VoIP (Voice over Internet Protocol) technology.
    This interface defines a subset of the events and commands that are important to third-party
    developers. Currently it is used finding out who is calling, and making outbound calls, playing
    files to outbound callers.
    You can download ClientCOM interface document in SAP Marketplace.
    Best Regards,
    Heber Olivar

  • MSS Customizing Steps for MSS within SAP Portal

    Hi HCM-experts!
    I would like to integrate MSS functions within SAP Portal.
    Where can I find the suitable technical documentation describing the steps with tcode/reports, SPRO steps for:
    - Team Calender
    - Assigning the user to Organization and to Staff
    - Budget
    - Projects and Planning functions
    Any technical information will be very appreciated!
    Holger

    Please go to help.sap.com
    here is the link
    http://help.sap.com/saphelp_erp2005vp/helpdata/en/2f/d7844205625551e10000000a1550b0/frameset.htm

  • How to move files from one folder to another folder in webdynpro java for sap portal

    Dear Experts,
    I wan to move files from one folder to another folder in SAP portal 7.3 programmatically in webdynpro java.
    My requirement is in my portal 1000 transport packages is their. Now i want to move 1 to 200 TP's into Archive folder.
    Can you please help me how to do in through portal or wd java ...
    Regards
    Chakri

    Hello,
    Do you know what the difference between copying a file this way :
    ** Fast & simple file copy. */
    public static void copy(File source, File dest) throws IOException {
    FileChannel in = null, out = null;
    try {         
    in = new FileInputStream(source).getChannel();
    out = new FileOutputStream(dest).getChannel();
    long size = in.size();
    MappedByteBuffer buf = in.map(FileChannel.MapMode.READ_ONLY, 0, size);
    out.write(buf);
    } finally {
    if (in != null) in.close();
    if (out != null) out.close();
    ================SECOND WAY============
    AND THIS WAY:
    // Move file (src) to File/directory dest.
    public static synchronized void move(File src, File dest) throws FileNotFoundException, IOException {
    copy(src, dest);
    src.delete();
    // Copy file (src) to File/directory dest.
    public static synchronized void copy(File src, File dest) throws IOException {
    InputStream in = new FileInputStream(src);
    OutputStream out = new FileOutputStream(dest);
    // Transfer bytes from in to out
    byte[] buf = new byte[1024];
    int len;
    while ((len = in.read(buf)) > 0) {
    out.write(buf, 0, len);
    in.close();
    out.close();
    And which is better? I read up on what each kind of does but still a bit unclear as to when it is good to use which.
    Thanks in advance,
    JavaGirl

  • BI Administrator for several SAP BI systems within SAP Portal

    Hi!
    I have activated BI Administrator function in SAP BI system and in SAP Solution Manager system as well.
    I have connected both systems to SAP Portal as SAP_BW systems.
    Per default I can see in SAP EP --> BI Administrator only the SAP BI system entry.
    I have the following problem:
    When I assign system alias  "SAP_BW" in Portal for one of the systems I can see this system in drop down list on BI Administrator. BUT I can assign this system alias only for one system.
    Is there a work around to solve my problem?
    How can I see the SAP Solution Manager systen in drop down list within SAP EP --> BI Administrator?
    Thank you very much!
    regards
    Jürgen

    HI
    You can call the BI Administration Cockpit from the BI Administration 1.0 business package in SAP Enterprise Portal
    https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/90080703-4331-2a10-cd98-9c1e95acdea0
    https://www.sdn.sap.com/irj/sdn/howtoguides
    https://www.sdn.sap.com/irj/sdn/event/webinars?rid=/library/uuid/d09864c5-0bb0-2910-8e8a-a306a886dcd9
    http://help.sap.com/saphelp_nw04s/helpdata/en/48/bc406a800a4226951dcc57428e03f2/frameset.htm
    BI ADMINISTRATION COCKPIT
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/50f95b21-7fb8-2910-0c81-f6935d4c654b
    Also Check the Note 934848 - Collective note: (FAQ) BI Administration Cockpit
    Hope it helps

  • MSS within SAP Portal: Organizational Structure

    Hi!
    I would like to set up MSS within SAP Portal. 
    What are the customizing steps to set up the Team, Budget, Projects, Planning? 
    How to create/map the Organizational Structure?
    Thank you very much!
    regards
    Jürgen

    You just need to use the transaction PPome and see where his position maintained
    on organisation
    And for the spro
    Integration with Other mySAP.com Components ->
    Business Packages/Functional Packages -> Object and Data Provider
    -> Organizational Structure Views -> Group Organizational Structure vie
    MSS_LTV_EE (Team: Employee selection): the two organizational
    views MSS_LTV_EE_ALL and MSS_LTV_EE_DIR are assigned.
    MSS_LEA_EE (Leave Request: Employee Selection) the two
    organizational views MSS_LEA_EE_ALL and MSS_LEA_EE_DIR are assigned
    These organizational views are defined in IMG step #
    #define Organizational Structure views#:
    They have the following Object selections:
    MSS_LTV_EE_ALL:  MSS_LTV_EE_ALL (All Employees)
    MSS_LTV_EE_DIR: MSS_LTV_EE_DIR (Team: Direct Reports)
    MSS_LEA_EE_ALL: MSS_LEA_EE_ALL (All Employees)
    MSS_LEA_EE_DIR: MSS_LEA_EE_DIR (Absence: Directly Subordinate Employees)
    Then you have to check the IMG step # Object and Data Provider ->
    Object Provider -> Define Object selections:
    MSS_LTV_EE_ALL:
    Rule for Root Objects: MSS_LTV_RULE1 (Team: Employee's Organizational Un
    Rule for Target Objects:  MSS_LTV_RULE2 (All Employees)
    MSS_LTV_EE_DIR:
    Rule for Root Objects: MSS_LTV_RULE1 (Team: Employee's Organizational Un
    Rule for Target Objects:  MSS_LTV_RULE5 (Team: Employees in an Org. Unit
    MSS_LEA_EE_ALL:
    Rule for Root Objects: MSS_LEA_RULE1 (Absence: Employee's Organizational
    Rule for Target Objects:  MSS_LEA_RULE2 (All Employees)
    MSS_LEA_EE_DIR:
    Rule for Root Objects: MSS_LEA_RULE1 (Absence: Employee's Organizational
    Rule for Target Objects:  MSS_LEA_RULE5 (Absence: Employees in Org. Unit
    Then you can check the rules for object selection: IMG #Object provider
    define Rules for Object selection
    MSS_LTV_RULE1: evaluation path SAP_MANG
    MSS_LTV_RULE2: SBESX
    MSS_LTV_RULE5:  MSSDIREC
    MSS_LEA_RULE1: SAP_MANG
    MSS_LEA_RULE2: SBESX
    MSS_LEA_RULE5: MSSDIREC
    This is meant for Team calendar with respect, But this is more or less same with other views as well

  • MSS Configuration within SAP Portal

    Hi!
    I have successfuly set up ESS for SAP ECC 6.0 IDES system within SAP Portal 7.0.
    Now I would like to set up MSS scenario.
    How to set up the following MSS functions?
    - Team
    - Budget
    - Project
    - Planing and Peporting
    The errors I currently get by executing these functions:
    Error loading template 0TPLS_0PA_C01_Q0110_V02_C
    Which SAP course covers MSS?
    Thank you very much!
    regards
    Jürgen

    Hi
    This SAP Course Covers ESS/MSS.
    HR290 ESS/MSS System Configuration
    Check  these [Details|http://www.sap.com/services/education/catalog/course.epx?context=%5B%5B%7CHR290%7C%7C%7C073%7CG%5D%5D%7C]
    Regards
    Rajendra

  • Integrate Mac OX personal space in SAP Portal

    Greetings Mac Master,
    I'm trying to integrate the Mac OX personal space (Ical, blog, Wiki ...) into my SAP Portal by urls Ivew, but when i test my link i have the error message in the portal which says "the content can not be display in the frame".
    But if i test by opening in a new windows it work, can you tell me if i miss somethings ?
    Thank you all for your advises

    Hello Erik,
    Yes your are right, the solution was to edit the httpd_teams_required.conf file in the apache2 folder by changing the line :
    Before:
    <IfModule mod_headers.c>
           Header set X-Frame-Options "SameOrigin"
    </IfModule>
    After :
    #<IfModule mod_headers.c>
          Header set X-Frame-Options "SameOrigin"
    #</IfModule>
    Before edit the line turn off the web services first, when it's done restart it.
    Cheers.
    Williams

  • Integrate WDA Iview into SAP Portal

    Hi all,
    I have created a Webdynpro ABAP Application in Workbench with Interactive forms.
    I would like to link this application into SAP Portal.Can i create a WDA iview template and go forward.
    What is the way to integrate into SAP Portal and what are the prerequistics.Please let me know the steps in detail.
    Thanks,
    Lina.

    Hi Lina,
    First you need to take web dynpro for ABAP URL from web dynpro for ABAP  application.
    then go to content adminsitrator in the portal >> Portal content >> Create folder if required to maintain seperately >> Create ivew using "Ivew Tamplate' ..folllow the instruction >> select the "Web Dynpro for ABAP' ..then you need to select created SYSTEM(YOu need to create system in the system adminstration >> system configuration >> System landscape)
    Hope this will helps you.
    Regards,
    Arun

  • Can the KM be accessed by another non-sap portal?

    Company has portals based on Vignette.
    Also has SAP CRM, where a catalog is based in KM.
    Can the Vignette portal or Vignette Content Management System connect to KM?
    Can any other CMS's connect to KM?
    I would ask on a Vignette forum, but I haven't found one yet.
    Thanks!

    Hi Eric,
    >> I know this isn't the ideal place to ask a Vignette question...
    You may feel free to do so.
    But the answer is:
    The SAP Portal can access Vignette through iViews, KM in the Portal offers an API (the Repository Framework API) to which Vignette could connect or via which you could connect Vignette and this would e.g. make Vignette searchable trough the SAP Portal.
    You see the tendency, right?
    If Vignette wants to search (and before this they will have to index and crawl) KM repositories, the connectivity question lies on Vignette's side.
    Regards,
    Karsten

  • Url Iview from SAP Portal to Infoview encounters "Access is denied"

    Hi
    We are using URL Iview to point to Business Objects Infoview from SAP Portal. Our requirement is to launch the Infoview within the portal content area. We are able to preview the iview, but encounter "Access is denied" error when we add the iview to page, we realised that we are only able to launch infoview when it is setup to open in a new window.
    Is there a way where we can show the Infoview in portal content frame.
    Regards
    Kamal

    Hi experts,
    i got the same problem how to integrate the InfoView Appl into the "Portal Content Area" and not only as an new Window.
    When i try to analyse the problems, the error stacks say some thin about that an Java Script is trying to change the browser size and the portal is not allowing this... thats my assumptions.
    Has anybody how we could solve this tricky topic ?
    For details to to customize the URL iView please refer to this thread: Integration of InfoView into SAP Portal using SSO
    kind regards
    Stefan

  • How to Integrate a Email within a Form in WebDynpro?

    I want to integrate a email within my Form!!!!
    I should take the email address as one of the input field in the form and display it in the next view.
    Now the email address should work in such a way that in the diaplay view when i click a button the entire enteries of the form should be mailed to my email address which i had entered!!!
    Plese solve the problem!!!
    Regards,
    Pranay

    hi
    good
    go through this link, which might help you to solve your problem,
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/837d9290-0201-0010-1381-e633fe17cb14
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/98347a90-0201-0010-d1a6-cc4d80917d81
    thanks
    mrutyun^

  • Calling GRC NWBC in SAP Portal

    I have a requirement where current GRC users are required to use SAP Portal for GRC requests.
    I tried to create URL iView calling NWBC but have been facing layout issues. Layout is very short and unable to change even if I use FULL PAGE layout.
    I have already tried creating NWBC launch iView but it shows a blank screen along with NWBC screen.
    Please guys help me out with this situation.
    Please do remember that our Portal is on HTTP while NWBC is one HTTPS.

    I'm trying to call GRC v10 NWBC with the help of "Launch NWBC" standard iView.
    What currently happens is like the moment I click on the NWBC icon in the Portal, it opens a window within portal which BLANK and actually GRC screen (attached screenshot) and at the same time it opens another window that has NWBC and works absolutely fine.
    If someway we can stop showing GRC main screen in the Portal which is blank. It will help me solve the problem.

  • CAF without SAP Portal

    Hi,
    Is it possible to use ALL CAF functionalities and potentialities without having portal installed?
    A customer has portal from other vendor and wants to use our CAF Framework to develop composite applications and integrate with their portal, is this possible?
    Thanks & Regards,
    John

    Hi,
    Depends on what you want to use from the CAF framework:
    1. CAF core
    2. CAF UI/Guided Procedures
    CAF core is a toolset and a runtime environment to create business applications, which can be published as, for instance, web services.
    These webservices can be used from any other system/language. For the execution of these applications you need at least a SAP Web Application Server with the CAF components installed.
    With CAF UI you can model processes in the portal, based on services that can reside anywhere, and execute these from within the portal. For this you need a SAP Portal installation.
    Johan

Maybe you are looking for

  • IR ADV-4025 Fax Address Book Error

    Hello, my office has been experiencing a strange issue with the IR ADV-4025. When navigating the Print Preferences > Edit Address Book  the following error is displayed: "Could not operate the address book because an error occured." We are using the

  • Can I share ring tones or alert tones purchased from iTunes between mobile devices?

    Does anyone know if there is a way to share ring tones or alert tones purchased from iTunes between mobile devices?  I purchased them on my iPhone and they come up on my computer but I cannot transfer them to my iPad.  Is it possible to share them be

  • How to clone my production to test databse

    hello, im newbie to oracle and need some help. We have one machine -linux suse. Two databases -PROD and TEST. Test database is out of date. What is best scenerio to update test? Should i delete TEST and then clone PROD ? any step by step tutorial?

  • General Question about connectivity of printer with tablets

    I want to know what are the possible ways to connect a tablet with keyboard -mouse and printer simultaneously 

  • 2821 with AIM-CUE card echoing prompt and command entered

    Is there any way to control the prompt on AIM cards? I have a command reference for 3.0 and above, but the normal config commands like "prompt ..." don't exist. The problem this device presents is that it does not output a clean text-based prompt, su