Call Iview in Iframe

Hi,
want to call an iview in an iframe in the wd. How can i do that. I don't want to use the server name in the pcd because I have to adjust it everytime the project is transported to an other server.
regards

Hi,
Creating Iview:
http://help.sap.com/saphelp_nw04/helpdata/en/4b/9b3a3e5069eb6ce10000000a114084/frameset.htm
https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/a361a890-0201-0010-c0bc-8f16de527cde
http://help.sap.com/saphelp_nw70/helpdata/en/62/b3dc4281de2878e10000000a155106/frameset.htm
http://help.sap.com/saphelp_nw70/helpdata/en/43/0174a642406db7e10000000a422035/frameset.htm

Similar Messages

  • WD abap calling iView

    hi folks
    i guess i have quite a simple question but....
    i always called and iView over the control IFrame in WD Abap, but i got some problems so i heard i should use it with die if_wd_portal_integration methods, but i have no idea how.
    can anyone provide me with a simple solution how to call my called iView "pcd:portal_content/atcp.ATCP/r3_trans_call", which is in fact a sapgui transaction , and question 2 how do i have to navigate back????
    do i have to call this in an own View where a back-button is on it?
    kind regards so far.
    oliver

    I have the same Problem.
    I work with ABAP for Webdynpro
    I can not navigate with this code
    call method l_portal_manager->navigate_absolute
      exporting
        navigation_target   = 'ROLES://portal_content/OGSDID/AuftragID'
        navigation_mode     = if_wd_portal_integration=>co_show_external
    *    WINDOW_FEATURES     =
    *    WINDOW_NAME         =
    *    HISTORY_MODE        = IF_WD_PORTAL_INTEGRATION=>CO_NO_DUPLICATES
    *    TARGET_TITLE        =
        context_url         = 'http://icosapv01:56000/irj/portal'
    *    POST_PARAMETERS     = ABAP_FALSE
    *    USE_SAP_LAUNCHER    = ABAP_TRUE
    *    BUSINESS_PARAMETERS =
    *    LAUNCHER_PARAMETERS =
    It is the same code as in the test Component and it also dosn't work.
    When i test the absolut navigation_target string with the support apllication from the portal it works, but i Think it is a Java Webdypro.
    Has anyone a Idea??
    Thanks for all suggestions.
    Marlies

  • Passing Parameter to a direct called iview

    Hello,
    i call an iview with http://<server>:<port>/irj/portal?NavigationTarget=.....
    Then i also want to pass to the called iview an additional http-parameter like id=XXX by adding '&id=XXX to the link, but the result is always a javaNullPointer.
    Any hints?
    regards,
    Marco

    Hi Marco,
    OK, that's more than you described initially. Sure this does not work. If you call the link from the generated email, a request is sent to the portal, including your additional parameter(s). An URL-iView now will init a second request to the URL defined in the properties of the iView - no reason why your properties should get sent with.
    What you could do is to extend the URL iView functionality to get all parameters from the request of the call to the (modified) URL-iView and to pass them beneath the things described in the iView properties.
    Alternatively you could write a proxy before the URL-iView and call this instead of the URL iView. Imagine you know that the URL-iView has got two parameters, than you could delete all additional parameters, add the parameters that you find within the request and redirect to this changed URL iView. The only thing you have to care of is to do this in a personalized way. Anyhow, also with this concurrent access problematic would stay if the same user calls two of these iView "at the same time".
    Hope it helps
    Detlev

  • Call iview in new window

    Hi.
    I am trying to call iview in new windows from other iview.
    So, I wrote code this.
    <A HREF="myLink"
      onclick="return EPCM.doNavigate('ROLES://portal_content/office/iviews/com.hho.newmail_iv',1)">
    This is an HTML Link
    </A>
    When we click Link, new windows opened and displayed iview with portal frame (header, menu).
    I want to display iview without portal frame.
    Anybody know how to this ?
    Regards, Arnold.

    Hi Arnold,
    The EPCM.doNavigate('target') takes several arguments, one of which let's you specify to open in new window.
    EPCM.doNavigate('target',2)
    0 (or missing): Same window
    1: New window without navigation
    2: New window (with navigation)
    The API is defined as:
    EPCM.doNavigate(String target, [int mode, String winFeat, String winName, int history, String targetTitle, String context])
    Also u can try this link for more details
    http://help.sap.com/saphelp_nw04/helpdata/en/18/3fb84033a8b533e10000000a155106/frameset.htm
    Hope this helps...
    regards,
    Vinoth

  • Use Dynamic Parameter to call iView

    Hi,
    I have a VC Model with an HTML view. I want to add the URL of another deployed iView from a different model to my HTML view.
    The problem is that I need to pass parameters dynamically via the URL to the called iView. The iView I want to call consists of a data service with an output table and and a start point connected to the variables port. The variable is:
    @Business_Area_Range
    The URL of the deployed iView as obtained via preview from within the portal is:
    http://145.82.189.233:50000/irj/servlet/prt/portal/prtroot/pcd!3aportal_content!2fcom.sap.gm.cnt!2fvcmodels!2fcom.myComp.myProduct.17NL.Test5!2fcom.myComp.myProduct.iviews!2fcom.myComp.myProduct.17NM.Iview1?sap-config-mode=true
    I need to pass Business Area through the URL to this iView. Is this even possible? Please clarify with an example if possible. Help is appreciated, thanks.
    Regards

    Anyone? Have I posted this to the wrong forum maybe?

  • Call  iView from UWL

    Hi All,
    I need some help in UWL. When i click workitem in UWL i want to call iView and pass some parameter there?
    Is there anyway to do this.
    Thanks
    Vijayh

    hi ,
    To call an iview from UWL  and to send parameters to the iview url. you need to do the XML cutomization.
    here  is the sample  XML customization code.
    <?xml version="1.0" encoding="utf-8"?>
    <!DOCTYPE UWLConfiguration PUBLIC '-//SAP//UWL1.0//EN' 'uwl_configuration.dtd' [
      ]>
    <UWLConfiguration version="1.0">
      <ItemTypes>
        <ItemType name="uwl.task.webflow.TS90100222" connector="WebFlowConnector" defaultView="DefaultView" defaultAction="launchWebDynPro" executionMode="default">
          <ItemTypeCriteria systemId="SHD012" externalType="TS90100222" connector="WebFlowConnector"/>
          <CustomAttributes>
            <CustomAttributeSource id="WEBFLOW_CONTAINER" objectIdHolder="externalId" objectType="WebFlowContainer" cacheValidity="default">
              <Attribute name="PathNumber" type="string" displayName="Path  Number"/>
              <Attribute name="ApproverLevel" type="string" displayName="Approver  Level"/>
            </CustomAttributeSource>
            <CustomAttributeSource id="ABAP_BOR" objectIdHolder="externalObjectId" objectType="ZPMT_CPE" cacheValidity="default">
              <Attribute name="PriceExceptionNumber" type="string" displayName="CPE Number"/>
              <Attribute name="CPEName" type="string" displayName="CPE Name"/>
              <Attribute name="OwnerID" type="string" displayName="Owner"/>
            </CustomAttributeSource>
          </CustomAttributes>
          <Actions>
              <Action name="launchWebDynPro" groupAction="" handler="SAPWebDynproLauncher" returnToDetailViewAllowed="yes" launchInNewWindow="yes" launchNewWindowFeatures="resizable=yes,scrollbars=yes,status=yes,toolbar=no,menubar=no,location=no,directories=no">
              <Properties>
                <Property name="WebDynproApplication" value="EditCPEApp"/>
                <Property name="WebDynproDeployableObject" value="sappi.com/zsd_pmt_cpe"/>
                  <Property name="DynamicParameter" value="wi_id=${item.externalId}&amp;CPENUM=${item.PriceExceptionNumber}&amp;CPEName=${item.CPEName}&amp;Owner=${item.OwnerID}&amp;PathNumber=${item.PathNumber}&amp;ApproverLevel=${item.ApproverLevel}"/>
                <Property name="System" value="SAP_LocalSystem"/>
              </Properties>
              <Descriptions default=""/>
            </Action>
          </Actions>
        </ItemType>
      </ItemTypes>
    </UWLConfiguration>
    here  iam calling a dynpro iview  mand passing the dynamic parameters .
    check out the links for more info.
    Create new UI's for existing workflow tasks with ABAP Web Dynpro and Universal Worklist!
    Launching WebDynpro from Universal Worklist
    and sdn help
    http://help.sap.com/saphelp_nw04s/helpdata/en/72/2091ad4c7b4c229aeb1385195397b2/frameset.htm
    sateesh.

  • To call Jsp in Iframe.

    hi Experts,
    I am using an iframe in my project i want to display a .jsp page in my iframe.
    The code i used is
    <% String jsp = componentRequest.getWebResourcePath() + "/pagelet/divcode.jsp";%>
    <iframe src=="<%=jsp %>"  height="70" width="900" top="0px" left="0px" margin="0px" padding="0px" >
    </iframe>
    but this gives an error :-
    The requested resource does not exist.
    Details:   Go to main page of this application!
    Would any one please help me to get the exact path of the .jsp code ?????
    Points would be awarded to helpful answers.
    Regards,
    Sanjyoti.

    hi,
    the log is
    #1.#00144F3B2F0D00750000003000001C6B00044AD1EE933F21#1208165418089#com.sap.portal.prt.runtime#sap.com/irj#com.sap.portal.prt.runtime#Guest#0##n/a##652969b00a0511dd99e900144f3b2f0d#SAPEngine_Application_Thread[impl:3]_38##0#0#Error##Java###03:00_14/04/08_0001_14574950
    [EXCEPTION]
    #1#com.sapportals.portal.prt.runtime.PortalRuntimeException: iView not found: SDNTest.JSPPortalComponent
            at com.sapportals.portal.prt.deployment.DeploymentManager.getPropertyContentProvider(DeploymentManager.java:1937)
            at com.sapportals.portal.prt.core.broker.PortalComponentContextItem.refresh(PortalComponentContextItem.java:222)
            at com.sapportals.portal.prt.core.broker.PortalComponentContextItem.getContext(PortalComponentContextItem.java:316)
            at com.sapportals.portal.prt.component.PortalComponentRequest.getComponentContext(PortalComponentRequest.java:387)
            at com.sapportals.portal.prt.connection.PortalRequest.getRootContext(PortalRequest.java:488)
            at com.sapportals.portal.prt.core.PortalRequestManager.runRequestCycle(PortalRequestManager.java:607)
            at com.sapportals.portal.prt.connection.ServletConnection.handleRequest(ServletConnection.java:240)
            at com.sapportals.portal.prt.dispatcher.Dispatcher$doService.run(Dispatcher.java:524)
            at java.security.AccessController.doPrivileged(Native Method)
            at com.sapportals.portal.prt.dispatcher.Dispatcher.service(Dispatcher.java:407)
            at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
            at com.sap.engine.services.servlets_jsp.server.servlet.InvokerServlet.service(InvokerServlet.java:156)
            at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
            at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:401)
            at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:266)
            at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:386)
            at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:364)
            at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:1039)
            at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:265)
            at com.sap.engine.services.httpserver.server.Client.handle(Client.java:95)
            at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:175)
            at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:33)
            at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41)
            at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
            at java.security.AccessController.doPrivileged(Native Method)
            at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:102)
            at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:172)
    and if i write the link in Address bar
    http://localhost:50000/irj/servlet/prt/portal/prtroot/SDNTest.JSPPortalComponent
    It shows Portal Runtime error
    In fact i am not able to open any of the components from the SDNTest Project.
    Regards,
    Sanjyoti.

  • Calling iView from Web Dynpro

    Hi All,
       I am trying to call a iview from webDynpro using
    WDPortalNavigation.navigateAbsolute(
    "ROLES://portal_content/TestFolder/Iviews/TestECCiview",
    WDPortalNavigationMode.SHOW_EXTERNAL,
    (String) null,
    (String) null,
    WDPortalNavigationHistoryMode.NO_DUPLICATIONS,
    (String) null,
    (String) null,
    "RFKN1-RPNUM="+"71000056");
    But i am getting a blank screen, instead of target iview.
    Does any one have resolved this type of problem.
    Thanks in advance.
    Regards,
    Sridhar

    Hi Sridhar,
    Try this code.
                        IWDWindowManager mgr = wdComponentAPI.getWindowManager();
                        IWDWindow window  = mgr.createExternalWindow(
                             "../PROJECTNAME/APPLICATIONNAME?APPLIATION PARAMETER=" + XX,
                             "Edit View",
                             false);
                             window.open();
    Regards,
    Nakul

  • Calling Iview from BSP Iview

    Is it possible to call a transaction iview from a BSP iview .
    i want to trigger a transaction iview when i click a button in my BSP iview .
    thanks in advance .
    J

    hi,
    The URL that you get on previewing your Transaction iView is the one that needs to be used in your BSP as:
    <a href = "http://sgssmcepdv:52000/irj/servlet/prt/portal/prtroot/pcd!3aportal_content!2fcom.hcl.FLD001!2fSiddharthaID!2fiViewsID!2fMisc!2fepcmID_0" >hello </a>
    Te get the url correctly,open the Transaction iView,in the properties look for the property PCD Location
    It will be something like
    portal_content/com.hcl.FLD001/SiddharthaID/iViewsID/Misc/epcmID_0
    Now in place of the '/' replace !2f .
    portal_content!2fcom.hcl.FLD001!2fSiddharthaID!2fiViewsID!2fMisc!2fepcmID_0
    Now the complete URL would be
    http://sgssmcepdv:52000/irj/servlet/prt/portal/prtroot/pcd!3aportal_content!2fcom.hcl.FLD001!2fSiddharthaID!2fiViewsID!2fMisc!2fepcmID_0
    Ok.
    Then test the BSP Iview.
    Regards,
    Siddhartha

  • URL iView - no iFrame

    Hi,
    Does anyone know how to remote the iFrame that is generated when connecting to an external site if its opened in a separate window?
    When using the preview option this appears correct, but once in a role it fails.
    Points will be rewarded for any help.....

    HI Kai,
    if i am understanding ur problem correctly then u want to open web site in external window with specified width and height. to achieve this , after creating "URL IVIEW"..select the parameter "Launch in New Window" and set the height and width with the parameters "Height of External window" and"width of external window".  hope this helps u
    regards
    Amit
    Ps: reward points if helpful

  • Calling ITS from iframes

    Hi,
    I'm trying to call an ITS service towards ISU from within
    a nested iframe:
    the application is build in a doublebuffered view,
    in the iframe i load a main header that is used throughout
    the entire session, below there is an iframe that contains
    the changing views depending on the actions taken.
    In that iframe i try to link a button to the ITS, but the
    problem is that i receive a javascript error 'invalid pointer'
    when i put that same link outside the iframe it works fine.
    Is there a way to work around the nested iframe?
    my sapevent is coded like this:
    w_event = model->get_sapevent_string(
      action  = 'BOR'
      name    = zappl_model=>co_objtype_cfs_creditrating
      system  = 'isu'
      key     = model->partner
      method  = 'Display' ).
      concatenate
      'javascript:parent.subFrame6435645.document.forms[0].action='
      '''' w_event '''' ';'
      into w_event.
      concatenate w_event
      'parent.subFrame6435645.document.forms[0].submit();' into w_event.

    Got the solution:
    In the specific services there is an option gui-configuration disconnectonclose which must be 0.

  • Call iView from URL

    Dear Expert,
    I have create an iView contains BSP Page.
    I want to call it by defining URL to the perspective iView.
    I've add this link but still can't access the BSP Page on e-Portal
    http://xxx.xxx.com/irj/portal?navigationtarget=roles://portal_content/FLD.ObjetLibrary/FLD.Roles/FLD.CRM/ROL.ALL_MillHead/FLD.Z_EP_ACCT_MANAGEMENT/FLD.ACCT_MANAGEMENT/IVU.CRM.ZCRM_SRV_001
    This information, I got from iView PCD
    portal_content/FLD.ObjetLibrary/FLD.Roles/FLD.CRM/ROL.ALL_MillHead/FLD.Z_EP_ACCT_MANAGEMENT/FLD.ACCT_MANAGEMENT/IVU.CRM.ZCRM_SRV_001
    How to define the URL link so user can access directly to the iView in e-Portal?
    Need your help experts...
    BR,
    Robin

    Hello,
    after NavigationTarget=ROLES://
    try replacing the slashes for !2f and colon for !3a
    / = !2f
    : = !3a
    if you still get errors try the following URL:
    ~~/irj/servlet/prt/portal/prtroot/pcd!3aportal_content!2f~~~~
    regards,
    Rafael

  • How to call iview on button action?

    Hi all,
    I developed a report in WDA.I have a button on this .if i click on this ineed to call anthoer application which is developed in WDj.
    so i used CALL METHOD lo_window_manager->CREATE_EXTERNAL_WINDOW
      EXPORTING
        URL            = ' '
        MODAL          = ABAP_FALSE
        HAS_MENUBAR    = ABAP_TRUE
        IS_RESIZABLE   = ABAP_TRUE
        HAS_SCROLLBARS = ABAP_TRUE
        HAS_STATUSBAR  = ABAP_TRUE
        HAS_TOOLBAR    = ABAP_TRUE
        HAS_LOCATION   = ABAP_TRUE
      RECEIVING
        WINDOW         = lo_window.lo_window->open( ).
    I need to give dynamic url based on login client .How can i give?
    Thanks in Advance
    Ravi

    Hi Abhi,
    I already gone through this document.But i didn't get anything clear.
    Here to construct a url i need to get the port number & client  at runtime.(dynamic)
    How should i get those.is there any methods to get those parameters.
    Regards,
    Ravi

  • How to call alert on iframe window open from launch from siebel?

    Hi,
    I have implemented code for browser close event It's working for standalone OPA application.
    But if it is launch from siebel then alert is not working for browser close .
    Following implemented code :
    window.onbeforeunload=
    function OnClose(){
    if (((window.event.clientX || event.clientX) < 0) || ((window.event.clientY || event.clientY)<0)) // close button
    var msg = "1";
    if(msg)
    return "If you press OK, the page will be closed without saving the changes.\n\nIf you wish to save your changes before closing the page, Please use 'Close' link to exit.";
    else
    return false;
    if ((window.event.clientX < 0) || (window.event.clientY<0)) // close button
    var msg = "1";
    if(msg)
    return "If you press OK, the page will be closed without saving the changes.\n\nIf you wish to save your changes before closing the page, Please use 'Close' link to exit.";
    else
    return false;
    if (window.event.altKey == true || window.event.ctrlKey == true) // ALT + F4
    var msg = "1";
    if(msg)
    return "If you press OK, the page will be closed without saving the changes.\n\nIf you wish to save your changes before closing the page, Please use 'Close' link to exit.";
    else
    return false;
    }

    Unfortunately what happens with browser events with Web Determinations is embedded in Siebel window is beyond the control of OPA.

  • How to call BSP based iview using Parameters

    Hi,
       i developed one BSP application which takes 2 input parameters 1. Document No 2. Item No.
       I created a iView based on this BSP Application. I would like to call this iView by hardcoding input parameters.
       Input: Document No, Item and Submit button. output displays some text based on input. which is working fine, No issues.
    Now, i developed a iViews using these BSP application. If i call iViews, again no Issues. Which works great, we need to enter input manally.
    I would like to call my iViews with document no = '0004000000' , Item No = '000001' and Submit = 'SET'.  Which directly should display the data for above document item.
    that means iView URL + Document = '0000400000' & Item = '000001' & submit = 'SET'.
    how to call Parametrized iViews???
    I'm talking about Application Parameters in documentation (http://help.sap.com/saphelp_nw04/Helpdata/EN/88/266a3e54a2e946e10000000a114084/content.htm).
    ApplicationParameter
    You can enter parameter values for certain screen fields for displaying a SAP transaction here.
    This field is optional.
    The parameter values are specified with the following syntax:
    <Screen_field1>=<Parameter1>
    &<Screen_field2>=<Parameter2>
    &<...>=<...>,...
    Thanks,
    Ben.
    Edited by: Nagesh Ganisetti on Jan 29, 2009 9:18 AM

    I want to pass values dynamically? How to pass values dynamically using URL???
    assume my BSP URL wiht parameters:
    http://nwd2bw1.corp.analog.com:8001/sap(bD1lbiZjPTAwMQ==)/bc/bsp/sap/zzsdpra123/start.htm?gv_doc=0040013811&gv_item=000001  WORKING GREAT!!!
    Developed an iView using ZZPRA123 BSP application in portal without APPLICATION PARAMETERS.
    http://nwd2bw1.corp.analog.com:50100/irj/servlet/prt/portal/prtmode/preview/prtroot/pcd!3aportalcontent!2fcom.analog.analog!2fcom.analog.SD_BI_REPORTS!2fcom.analog.SD_iviews!2fcom.analog.z_quote_text?sap-config-mode=true&_gv_doc%3d0040013811&gv_item%3d000001 NOT WORKING.
    Simple BSP application: ON INITIALIZATION Method
    event handler for data retrieval
    data: gv_name type thead-tdname.
    data: lt_line1 type standard table of tline,
          lt_line2 type standard table of tline,
          lt_line3 type standard table of tline,
          lt_line4 type standard table of tline.
    data: l_rfcwa type rfcdest.
    data: event type ref to cl_htmlb_event,
          url type string,
          parameter type string,
          url_page type ref to if_bsp_page.
    l_rfcwa = 'PRD_CLI002'.
    if gv_doc is initial.
    CALL METHOD request->get_form_field
      EXPORTING
        name               = 'gv_doc'
       formfield_encoding = 0
      receiving
        value              = gv_doc.
      endif.
      concatenate gv_doc gv_item into gv_name.
      call function 'ZBI_STNDARD_TEXT'
        destination l_rfcwa
        exporting
          name   = gv_name
        tables
          lines1 = lt_line1
          lines2 = lt_line2
          lines3 = lt_line3
          lines4 = lt_line4.
      gt_line1[] = lt_line1[]. "Internal Header Text
      gt_line2[] = lt_line2[].
      gt_line3[] = lt_line3[].
      gt_line4[] = lt_line4[].
    Layout:
    <%@page language="abap" %>
    <%@extension name="htmlb" prefix="htmlb" %>
    <htmlb:content design="design2003" >
      <htmlb:page title="Quote Texts " >
        <htmlb:form>
          <htmlb:inputField id            = "gv_sid"
                            value         = "<%= gv_doc %>"
                            visible       = "FALSE"
                            submitOnEnter = "TRUE" />
          <htmlb:inputField
                            id            = "gv_itm"
                            value         = "<%= gv_item %>"
                            visible       = "FALSE"
                            submitOnEnter = "TRUE" />
          <htmlb:textView text      = "Quote Texts for <%= gv_doc %> "
                          design    = "HEADER1"
                          layout    = "BLOCK"
                          textColor = "dark blue" />
          <%   if gt_line1 is INITIAL.       %>
          <htmlb:textView text   = "No Internal Header Text Found"
                          design = "HEADER2" />
          <% else. %>
          <htmlb:textView text   = "Internal Header Text"
                          design = "HEADER2" />
          <%   loop at gt_line1 into gs_line.    %>
          <htmlb:textView id     = "textEdit"
                          layout = "BLOCK"
                          text   = "<%= gs_line-tdline %>" />
          <%   endloop.       %>
          <%   ENDIF.       %>
    <%--* External Header text      --%>
          <%   if gt_line2 is INITIAL.       %>
          <htmlb:textView text   = "No External Header Text Found"
                          layout = "BLOCK"
                          design = "HEADER2" />
          <%   else.       %>
          <htmlb:textView text   = "External Header Text"
                          layout = "BLOCK"
                          design = "HEADER2" />
          <%   clear gs_line.       %>
          <%   loop at gt_line2 into gs_line.       %>
          <htmlb:textView id     = "textEdit"
                          layout = "BLOCK"
                          text   = "<%= gs_line-tdline %>" />
          <%   endloop.       %>
          <%   ENDIF.       %>
    <%Internal Item text%>
          <%   if gt_line3 is INITIAL.       %>
          <htmlb:textView text   = "No Internal Item Text Found"
                          layout = "BLOCK"
                          design = "HEADER2" />
          <%   else.       %>
          <htmlb:textView text   = "Internal Item Text"
                          layout = "BLOCK"
                          design = "HEADER2" />
          <%   clear gs_line.       %>
          <%   loop at gt_line3 into gs_line.       %>
          <htmlb:textView id     = "textEdit"
                          layout = "BLOCK"
                          text   = "<%= gs_line-tdline %>" />
          <%   endloop.       %>
          <%   ENDIF.       %>
    <%External Item text%>
          <%   if gt_line4 is INITIAL.       %>
          <htmlb:textView text   = "No External Item Text Found"
                          layout = "BLOCK"
                          design = "HEADER2" />
          <%   else.       %>
          <htmlb:textView text   = "External Item Text"
                          layout = "BLOCK"
                          design = "HEADER2" />
          <%   clear gs_line.       %>
          <%   loop at gt_line4 into gs_line.       %>
          <htmlb:textView id     = "textEdit"
                          layout = "BLOCK"
                          text   = "<%= gs_line-tdline %>" />
          <%   endloop.       %>
          <%   ENDIF.       %>
        </htmlb:form>
      </htmlb:page>
    </htmlb:content>
    Please guide me to call iview using dynamic parameters.
    Thanks,
    Ben.
    Edited by: Nagesh Ganisetti on Feb 2, 2009 8:47 AM
    Edited by: Nagesh Ganisetti on Feb 2, 2009 8:48 AM
    Edited by: Nagesh Ganisetti on Feb 2, 2009 8:49 AM

Maybe you are looking for

  • Links to external sites not working in PDF on iPad

    I have put a PDF on my server, it has internal and external links. Most people will download it and view it on their own computers using Adobe Reader. I was asked to check how it worked on eBooks. On my Kindle software, (on the Mac) it worked fine. O

  • Curve 8320 How to read and input Japanese?

    i've got Curve 8320 with UK orange carrier. i've already downloaded Desktop Manager version 4.6 with Media on my PC. I want to know where i can download software for japanese support to my mobile? Orange UK seem doesnt have East Asia or Chinese, Japa

  • Create directory object on a client machine

    hey guys .. can i craete a directory object on a different machine_that is connected to the network_ other than the server machine from where i run the em? & if so , how do i provide its path through the em?

  • Issue with psadmin -import command

    Hi , I built a "par" file and tried to import it using the following command C:\Sun\JavaES5\portal\bin>psadmin import adminuser amadmin passwordfile "C:\Sun\JavaES5\portal\bin\password" portal portal1 files-only overwrite redeploy C:\Sun\JavaES5\port

  • Play book is not starting

    I had won a playbook in blackberry 10 app challenge .i worked 2 months fine.Now the problem is that is is not starting (power on is the problem)