Calling portal iview in html

Hi All,
I have created a iview of java webdynpro type.
I want to call this iview in a html page.
Can someone guide inwhat to write in html page , as i am novice in html.
Thanks and Regards,
Nuzhat

Nuzhat,
You can refer any web based links in html using href tag.
Please see the example below:-
<html>
<head> Web Dynpro App</head>
</body>
<a href ="Your webdynpro application link"> Click here </a>
</body>
</html>
Also you can integrate webdynpro applications using SAP Webdynpro iView in portal environment.
Ram

Similar Messages

  • Calling Portal iView from a WebdynPro ABAP application

    Hi ,
    I have a requirement where I need to call an iView in my portal from the Webdynpro application also existing in the portal.
    Can anyone provide me the method with source code( if possible ) to call an iView existing in the portal from the WebDynPro ABAP application.
    Best Regards
    Sid

    Hi Siddharth,
    Well, I think you can go for Portal Navigation concept.
    Please check the required source code in WDR_TEST_PORTAL_NAV Web Dynpro component. That will illustrate both Page based Navigation and Object based Navigation.
    Hope that should solve your problem.
    Regards
    <i><b>Raja Sekhar</b></i>

  • ****** Urgent ****** Calling portal iview from PCUI

    Hi All,
          I have added Event to toolbar group. My requirement is i need to call a BSP iview whenever i fired this event from toolbar group.
          I could able to point to BSP iview in a new portal window. But iview is not opening in full mode. I am able to view only the title of the iview.
    Please help. Will be appreciated with great reward points.
    Regards,
    Stella.

    Dear Purushothaman,
       Thanks for your response.
          I have already changed the iView appearance and sizing properties.
          But still I am facing the same problem.
          You would really appreciable if you give right solution.
    Thanks and Regards,
    Stella.

  • Calling and executing a function module in the Portal iview development

    Hello Portal development gurus...
        I am very new to portal iview development and am learning a lot of stuff.. I now have a requirement to do the following:
      1. I need to use the NWDS to create java code in developing an iview
      2. I need to call and execute a function module and display the parameters pulled in from the function module onto a Jsp.
    3. I need to create an iview based on this deployed component.
    Could anybody please explain me how to do the coding on this front?
    I appreciate if anybody can share documentation about this kind of a development.
    As always, points galore for useful and helpful suggestions.
    Regards,
    ~~~LB

    Hi,
    Firstly Have you searched in SDN for the same, anyhow please go through the link to work on the requirement
    [/docs/DOC-8061#15|/docs/DOC-8061#15]
    Go through the thread which will talk in detail
    [https://forums.sdn.sap.com/click.jspa?searchID=19551584&messageID=6348955|https://forums.sdn.sap.com/click.jspa?searchID=19551584&messageID=6348955]
    Hope this helps.
    Cheers-
    Pramod

  • Need a call a portal iView from a WebDynPro ABAP Application

    Hi,
    I have to call a portal iView from the WD ABAP application.
    The iView root is e.g.
    folder1/folder2/check_workset1/iView
    How can we call it using Absolute navigation or Relative Navigation.
    I just want to call this path.
    Can anyone provide me with a code snippet.
    Best Regards
    Sid

    Hi ,
    I am calling the following method in my action call of a Webdynpro ABAP View
      CALL METHOD lo_portal_manager->NAVIGATE_ABSOLUTE
      EXPORTING
        NAVIGATION_TARGET   = 'Roles://portal_content/xxxx._and_remuneration'
        NAVIGATION_MODE     = IF_WD_PORTAL_INTEGRATION=>CO_SHOW_EXTERNAL
       WINDOW_FEATURES    =
       WINDOW_NAME        =
       HISTORY_MODE       =
       TARGET_TITLE       =
          CONTEXT_URL       = 'http://xxx.xxx.adsint.biz:50000/irj/portal'
       POST_PARAMETERS    = ABAP_FALSE
       USE_SAP_LAUNCHER   = ABAP_TRUE
       BUSINESS_PARAMETERS =
       LAUNCHER_PARAMETERS =
    But it is still noot opening the page for me from the WD ABAP application.
    Can anyone let me know , what can be the reason.
    Best Regards
    Sid

  • How to call a "iView" in Portal Service

    Hi,
    I want to call a "iView" from portal service.
    Can somebody suggest me how to call? I am not aware of the method for doing so.
    Any sample code will be helpful.
    Thanks in advance.
    Manish

    Hello Manish,
    as far as I know, it's not possible to call an iView from a portal service. The intention of a portal service is to provide general functionality that may be used by several iViews. So, you can call a service from an iView, but not the other way round.
    Have a look at the documentation, I hope this clarifies things a little bit: http://help.sap.com/saphelp_erp2005vp/helpdata/en/df/e6b74253ffda11e10000000a155106/frameset.htm
    Kind regards, Lars

  • Hyperlink to Portal iView

    Hi Portal Knowledgeable ones,
    I can not get a hyperlink on a HTML page to position the user on a different portal iView.  The custom HTML page exists on another web server (not the portal itself).  The custom HTML page displays in the portal using a "URL iView".  The link I am using works fine when I enter it alone in a web browser.  What am I doing wrong?
    Here is the link that I am using:
    <A HREF="Link to Other Role" onclick="return EPCM.doNavigate('https://myserver.company.com/irj/portal?navigationtarget=roles://portal_content/com.company.ROOT/com.company.Common/com.company.common.Roles/com.company.common.roles.ProfileManagement/com.company.common.iviews.ChangePassword')">
    Thanks,
    Kevin

    Hi Kevin,
    your URL iView is URL isolated, this means is rendered within an iFrame. So you cannot call EPCM directly, only via EPCMProxy; but also this must be loaded from the integrated HTML page, and - ! - the URL from where the pages gets loaded must be "relaxable" (if your portal is your.portal.server, the integrated site may be someother.portal.server).
    See http://help.sap.com/saphelp_nw04/helpdata/de/27/41b84033a8b533e10000000a155106/frameset.htm for EPCM proxy, see http://help.sap.com/saphelp_nw04/helpdata/de/b3/7b8163404448e7aad7899c0b30313e/frameset.htm and http://help.sap.com/saphelp_nw04/helpdata/de/2d/91e33edd37de63e10000000a11405a/frameset.htm for direct nav URLs and http://help.sap.com/saphelp_nw04/helpdata/de/43/0029d0e7371aa2e10000000a422035/frameset.htm for programmatically creating nav targets.
    Hope it helps
    Detlev

  • Calling Portal event from ABAP class

    Hi Experts,
    I need a following clarificatrion, Please help,
    1. Is it possible to call a webdynpro method from a normal ABAP class?
    2. If no, we need a functionality of a class 'CL_WDR_HTTP_EXT_MIME_HANDLER' having method 'DO_DOMAIN_RELAX_HTML'.
    Is there any alternative method which can be used in ABAP having the same functionality.
    3. Is there any ways with which we can call portal event from ABAP class?
    Thanks,
    Shabir

    >1. Is it possible to call a webdynpro method from a normal ABAP class?
    I wouldn't necessarily recommend this approach. You shouldn't try to trigger events or any of the standard WDDO* methods from outside the WD Component itself.  That said, you can pass the object reference (like the WD_COMP_CONTROLLER object reference or the View Object Reference) into methods of normal classes.  Be careful if you are finding yourself calling a lot of your added methods from outside WD.  This is probably a sign that these methods should be in the Assistance Class or some other Class functioning as a Model Object.
    >2. If no, we need a functionality of a class 'CL_WDR_HTTP_EXT_MIME_HANDLER' having method 'DO_DOMAIN_RELAX_HTML'.
    Is there any alternative method which can be used in ABAP having the same functionality.
    What exactly do you want to do here?  Do you just want to get the relaxation script?  For what purpose?  You should never need to inject the relaxation script into WDA. 
    >3. Is there any ways with which we can call portal event from ABAP class?
    To what purpose.  Do you just want to delegate the triggering of the event that is inside WD Component to be called from a class?  If so you can pass the portal API object reference into a class from the WD Component.  However this only works while running within WD.
    How is this class used?  Are you running in WD?  Are you trying to generate some HTML code that runs in the portal independent of WD?

  • Execute a portal iview from VC

    Hi,
    I am trying to find a way to call a portal iview from VC.  Here is what I have,  I have an iview created in the portal that I want to call from a VC model through a button on a form.  Is this posible?
    Thank you,
    Aaron

    You can call an portal iView from anywhere with in portal (not only with VC) using relative navigation target, but for VC you have to:
    assign system action to the button as Hyperlink and provide the relative navigation target url of the iView that you want to open like:
    '/irj/portal?NavigationTarget=ROLES://portal_content/every_user/general/eu_role/com.sap.portal.eu_ws/com.sap.portal.portal_information&NavMode=3'
    NavMode can be as follows:
    mode 0 for internal window,
    mode 1 for external window with content,
    mode 2 for external window with full navigation,
    mode 3 for external headerless window
    Note: "ROLES://portal_content/every_user/general/eu_role/com.sap.portal.eu_ws/com.sap.portal.portal_information" should be replaced with your iView path.
    Check System Administration -> Support -> Navigation -> Navigation Types for more options on you portal.
    Regards,
    Trikanth Basetty

  • Tcode based iviews in HTML format

    Hi,
    Please elt me knpw how to display the Tcode based iviews in HTML format.Please let me know.
    Regards,
    Manu

    Hello Manu,
    If you are integrating SAP transacations using SAP GUI for html may not adher to Portal look and feel.
    Also, if you are using SAP GUI for windows may not help. You can use application parameters to hide some menus and icons of SAP transaction.
    The best option could be SAP GUI for Java, but this confugration settings needs to be done at server level and each client machines.
    Search for information with SAP Gui for java in sdn might help.
    Try some settings in ITS theme generator may also help.
    Regards,
    Anil Kumar.

  • How to call IAC Iview from WebDynpro java code

    Hi Team,
    I am tring to call IAC Iview from WebDynpro Java code. we are passing value but blank page  displayed and there is no error show on error log.
    Below is Java Code which i am calling.
      public void wdDoInit()
          try {
                String strURL = "portal_content/TestSRM/iView/TestSRM";                           //WDProtocolAdapter.getProtocolAdapter().getRequestParameter("application");
                 String random = WDProtocolAdapter.getProtocolAdapter().getRequestObject().getParameter("random_code");     
                 //wdContext.currentContextElement().setRandomNumber(random);
    //below we are call URL           
    WDPortalNavigation.navigateAbsolute("ROLES://portal_content/TestSRM/iView/TestSRM?VAL="+random,WDPortalNavigationMode.SHOW_INPLACE,(String)null, (String)null,
                       WDPortalNavigationHistoryMode.NO_DUPLICATIONS,(String)null,(String)null, " ");
            } catch (Exception e) {
                // TODO Auto-generated catch block
                e.printStackTrace();
    I am passing value from URL.
    http://<host Name>:<port>/webdynpro/resources/local/staruser/StarUser?random_code=111111111
    when we call above URL we getting blank screen.
    Regards
    Pankaj Kamble

    Hi Vinod,
    read this document (from pages 7 ).
    <a href="https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/b5380089-0c01-0010-22ae-bd9fa40ddc62">https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/b5380089-0c01-0010-22ae-bd9fa40ddc62</a>
    In addition lok at these links: (Navigation Between Web Dynpro Applications in the Portal)
    <a href="http://help.sap.com/saphelp_erp2005/helpdata/en/ae/36d93f130f9115e10000000a155106/frameset.htm">http://help.sap.com/saphelp_erp2005/helpdata/en/ae/36d93f130f9115e10000000a155106/frameset.htm</a>
    <a href="http://help.sap.com/saphelp_erp2004/helpdata/en/b5/424f9c88970f48ba918ad68af9a656/frameset.htm">http://help.sap.com/saphelp_erp2004/helpdata/en/b5/424f9c88970f48ba918ad68af9a656/frameset.htm</a>
    It may be helpful for you.
    Best regards,
    Gianluca Barile

  • How to call portal from R3

    Hello Gurus,
    I have a new requirement to call portal from r3. Its regarding KM. When ever a end user is using R3 Tcode, he will get a button of online user manual about that perticular T-code,,when he clicks on that button ,,he is directed to portal and the PDF of that Tcode opens..
    Now the problem is that,,,,we have maintained SSO,,,it works fine when i login to portal and get the R3 screen,,,,but in reverse way,,,i.e when user calls portal from R3 for manual,,,it asks for password ,,,i don;t know where the problem lies,,,
    We have already pass R3 certificate to portal and portal certificate to R3,,,also maintained profile paramenters,,,,also checked by creating transaction iview,,it works fine from portal to r3 but it is asking password when we go the reverse way ,,,.i.e from r3 to  portal,,,,,kindly help,,,,,

    Hello kalaria,
    Prerequisites for using logon ticket
    u2022     SAP Netweaver Portal and the SAP Systems are in the same domain.
    u2022     SAP Systems registered in the portal
    u2022     User has Administrator roles assigned.
    Export Certificate from Portal
    1. SAP Netweaver Portal     System Administration  System Configuration  Keystore Administration
    2. Go to System Administration  System Configuration  Keystore Administration
    3. Select SAPLogonTicketKeypar-cert from the drop list menu (default)
    4     Choose Download verify.der File button.
    5.     Save file to a folder on your hard drive (i.e. verify.der.zip)
    6.     Extract the zip file and save the verify.der file to the hard drive (i.e. verify.der)
    Create a System user in SAP system with Required Roles
    Check the SAP system for the SAPJSP and required roles
    1.     Enter transaction SU01.
    2.     Choose Enter.
    3.     Enter SAPJSF in the User text field.
    a.     Choose Create button 
    4.     Enter a Last Name in the required Last Name text field.
    Roles
    5.     Choose Roles tab.
    6.     Enter SAP_BC_JSF_COMMUNICATION and SAP_BC_USR_CUA_CLIENT_RFC in the Roles table.
    7.     Choose Save button.
    Logon Data
    8.     If prompted, Enter initial password under Initial password and Repeat password
    9.     Choose Save button
    Hope it help you in connecting SAP ssytem using logon ticket.
    Let me know if you still face the problem.
    Please rewards points if helpful
    Please close the thread if problem solved
    Thankyou,
    Regards
    Vijai

  • T-code based iviews in HTML format

    Hi,
    Please do let me know how to dispaly the t-code based iviews in HTML format through portal.Actually we need to dispaly some ABAP reports through portal in SRM.Should the reports be first converted to HTML format.
    Also,we need to create the PO field as hyperlink which should take the supplier to a particulatr PO as and when he clicks on it.Can this(hyperlink)  be done in portal.
    Thanks in Advance,
    Manu

    Hi Manu,
    In order to display the iviews in HTML format you need to enable the ITS services from your SAP System first of all.
    You can do so by following these steps:
    Step 1.
    1.Configure the Rz10 profile parameters for the host name and the port no.
    2.Check that parameters appearing in the SE80 settings and ITS Server settings.
    After activating ITS Services these steps more needs to be done to make them usable.
    1. Go to SE80-Edit ITS Service SYSTEM-> Publish it completely.
    2. Go to SE80-Edit ITS Service SHUFFLER-> Publish it completely.
    3. Go to SE80-Edit ITS Service WEBGUI-> Publish it completely.
    4. Go to SE38-Run the Program W3_PUBLISH_SERVICES and publish all the webservices.
    From transaction SICF now you need to enable the services.
    1.Go to sap/bc/gui activate the complete node.
    2.Go to sap/bc/icf activate the complete node.
    3.Go to sap/bc/ping activate the complete node.
    4.Go to sap/public/bc activate the complete node.
    Now give the ITS parameters in the system you created and create a SAP Transaction Iview. inside its property editor choose the option SAPGUI for HTML.
    Hope I am able to answer your question.
    Regards,
    Atul Shrivastava
    PS:Award points for helpful answer.

  • KM Document iView - index.html and main.css not properly displayed

    Hello,
    as a test we have put two files in the /documents repository in KM :
    a) index.html
    <head>
    <link rel="stylesheet" type="text/css" href="./main.css"/>
    </head>
    <table width="92%" bgcolor="#FFFFFF">
      <tr align="left" valign="top">
        <td> </td>
        <td colspan="5"><table width="100%" border="0" cellpadding="5" cellspacing="0">
            <tr valign="middle">
              <td width="85" bgcolor="#C7D9E9"> <p><b>Top Links</b></p></td>
              <td width="125" class="document-list"><a href="impax.html">IMPAX Client
                </a> </td>
              <td width="125" class="document-list"><a href="talkstation.html">TalkStation</a></td>
              <td width="125" class="document-list"><a href="ris.html">RIS</a></td>
              <td width="125" class="document-list"><a href="connectivity.html">Connectivity
                Manager</a></td>
              <td width="125" class="document-list"><a href="impax.html">IMPAX Server</a></td>
            </tr>
          </table></td>
      </tr>
    </table>
    b) main.css
    A:visited
        color: #264560
    A:active
        color: #12212E
    A:hover
        color: #14623D
    A
        color: #336699
    table
        margin-top: 0px;
        margin-bottom: 0px;
    p
        color:#000000;
         font-family: Arial, Helvetica, sans-serif;
         margin-bottom: 0px;
        margin-top: 5px;
         font-size: 12px;
    .document-list
        background-color:#C7D9E9;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        font-color: #000000
        margin-bottom:3px;
    When going to Content Administration -> KM Content -> Documents and clicking the index.html file, the css file is taken into account, when i.e hovering over the IMPAX hyperlink, the path is http://<host>:<port>/irj/go/km/docs/documents/impax.html and the impax.html page is displayed when clicked.
    However, when creating a KM Document iView (with or without content filter) pointing to /documents/index.html and displaying the iView, the style sheet is ignored, and the same hyperlink as above now refers to http://<host>:<port>/irj/servlet/prt/portal/prtroot/impax.html, which is incorrect.
    -> How can this behaviour be explained?
    -> When creating an URL iView pointing to /irj/go/km/docs/Agfa_Knowledgebase/index.html , everything works as expected.
    Thanks for the help -

    Hi,
    You should correct the path to your css file in your index.html:
    href="/irj/go/km/docs/documents/main.css"
    Regards,
    Praveen Gudapati

  • How to Create A portal iview to link B portal WDJ app

    Hi firends
       I am novice.
    I have a persecution that how to Create A portal iview to link B portal WDJ app.
    Please help me to solve the question.
    Best regards,
    Ben Chen

    copy the URL of the WDJ app iview in portal B, create a URL iview in portal A with that URL.
    or Create a KM navigation IVew with that WDJ application Ivew in HTML. check this article for c[reating bookmark able Web dynpro URL's |http://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/808fb397-1fcf-2910-7884-8f075c939666]
    regards
    Mahesh

Maybe you are looking for