Portal iView from Backend

Hi,
Can I lauch portal iView from backend screen? My query is related to PCR forms.
Richard

Thanks koushik RESOLVED.

Similar Messages

  • 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

  • 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 trigger navigation to a portal iView from server side event handler

    Hi,
    I am modifying the workset map application. I have created custom URL links under each iView which should navigate to different iViews depending on some business logic. So I had to provide a custom event handler for these iVIew links and the path to the next iview is dynamically created by the code in the event handler. Once the new PCD path is generated, the event handler should trigger a navigation to that PCD object. Which APIs can I use to trigger this navigation from the server side event handler? I have done this before in webdynpro where we used WDPortalNavigation (.absoluteNavigation or .relativeNavigation). Is there something similar that i can use in this case (i.e. when developing a simple Portal Application from an AbstractPortalComponent)?

    Hi,
    On my understanding of your requirement.
    the best solution what i think is use Object Based Navigation(OBN).
    Is much suitable to your requirement.
    Moreover you can use
    1.Relative navigation
    2.Absolute navigation.
    In the same way how you used in web dynpro.
    Same thing can be done in abstract portal component also.
    Try using that.
    Thanks & Regards,
    Lokesh
    Edited by: lokesh kamana on Aug 11, 2008 7:23 AM

  • How to redirect to portal iview from a stand alone webdynpro application

    Hello,
    I need to able to navigate from a standalone webdynpro application, for which I do not want to create Portal iview, to a Portal iview with some data.
    Please let me know how can I pass the string value and how to navigate.
    Thanks,
    Vinit

    Vinit,
    You're walking in circles. There is no magic answer to this problem. Web Dynpro is not an application of communication / interface with other applications, but a presentation layer for the user.
    To perform this procedure interaction (simulating an ajax) you will need to use a middleware interface (CAF, EJBs, or any other technology that communicates directly with the Web Dynpro), or use the version 7.2 of Web Dynpro (maybe that solves their problems).
    If only the external page you need to open did not have the user interaction (just loading and returning information) you could consume it like a WebService.
    without more,
    Angelo

  • How to get a portal URL from backend system?

    hi guys,
    I'm facing an issue regarding portal-ECC integration I can't proceed with, pls help
    we have an ECC linked to ERP portal and have to send email to users from ECC workflow with a link (URL) to portal .. is it somehow possible to get this link or shall I maintain the link in each system manually?
    thanks
    Juraj

    Hi Juraj,
    I think this link may be what you are looking for:
    URL Navigation - Portal - SAP Library
    The main part:
    The regular URL for launching the portal is http://portalserver/irj/portal . To implement URL navigation:
    From the Portal Catalog, select the page as it appears within the roles hierarchy with which you want to launch the portal.
    From the Quick Info pane below the Portal Catalog, copy the name of the page (PCD URL value) and save it in a text editor, replacing the string PCD: with ROLES:// .
    Open your browser and add the following string to the default portal URL:?NavigationTarget =<value saved in text editor >
    Save the new URL, which you can then use to launch your portal.
    BR,
    Etay

  • 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>

  • Calling an Portal iView from Webdynpro - Error

    Hi,
    I have two iViews in a page in my Portal. Both of them are WebDynpro iViews.
    The iView on the Left hand side consists of links to different WebDynpro iViews in the same Portal.
    I have used LinkToAction UI element, on event of click
    i am executing this piece of code.
    onActionClick (com.sap.tc.webdynpro.progmodel.api.IWDCustomEvent wdEvent)
      WDPortalNavigation.navigateAbsolute("ROLES://portal_content/folders/X.Iview",                    WDPortalNavigationMode.SHOW_INPLACE,               (String)null, (String)null,               WDPortalNavigationHistoryMode.NO_DUPLICATIONS,          "Called iView Name",                         (String)null,                              (String)null);     
    I have picked up the iView name from the Portal(exact PCD location).
    This is not giving me consistent results.
    Please let me know your thoughts.
    Thanks
    Senthil

    Hi,
    Had some permission issues in the loading iView, got that sorted. Now it works fine.
    Thanks
    Senthil

  • ****** 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.

  • Approve portal uwl workimtes from backend

    Hi,
    Is there a way to approve a portal workitem from backend?
    I have an MSS HRM form that is failing in portal so I cannot approve it there. What I want to do is to approve that qorkitem from backend, like from t-code SWI2 or something similar.
    Is there a way to do this?
    Thanks!!!!

    SNJY,
    the decision step it is calling the method WI_EXECUTION_VIA_R3_INBOX from class CL_HRASR00_WF_COMPONENTS and it has this program exit CL_HRASR00_POBJ_WF_EXIT.
    It is not a simple approval step with the approve/reject button. This step leads the approver to an HRM form and there he can approve or rejected, right throu the form. It hasn't got 2 outcomes (approved/rejected) it only has the step executed one and agfter that I'm checking is one of the fields inside the form is approved or rejected.
    The problem is that the form is failing so the WF got stucked at that point and I wanted to complete it from backend.
    When I try to execute it from SBWP or SWIA I get this message:
    "Workitem can only be executed usinbg the portal and the UWL".
    The problem is hat from portal we cannot do that as the form is in error so no action can be taken.
    Thanks is advance!
    Matias

  • Drag and Drop a Portal iView in WPC

    I would like to drag and drop a portal iView into a container in the Page Editor.
    In a container that allow resource type portal iview, I clicked on the "pencil logo" and click on Add. A "Web Content Browser" is invoked. It there, the portal iView is not found as these iViews are sitting in the Portal Content directory.
    Just wondering how do we go about in "drag & drop" a portal iview from this editor.
    Thanks

    Procedure
    3. In the Portal Content Directory (PCD), create a folder for iViews that Web content managers can use on Web pages.
    a. Choose Content Administration u2192 Portal Content and create a folder under Portal Content, for example WebPageiViews.
    b. Create permitted iViews in this PCD folder (for example, as delta links).
    c. Choose System Administration u2192 Permissions and navigate to the folder you created in step a.
    d. In this PCD folder, give the everyone group Read permission, for example, and activate the End User indicator.
    4. Show the PCD repository in the KM configuration.
    a. Choose System Administration u2192 System Configuration u2192 Knowledge Management u2192 Content Management.
    b. Choose Repository Managers u2192 Show Advanced Options u2192 PCD Repository.
    c. Deactivate the Hide in Root Folder checkbox.
    d. Restart the servlet engine.
    5. Create an entry point for the folder that you created in step 1d (for example, /wpccontent/iViews).
    See next instead of "Step 1d"...
    Procedure
    1. Choose System Administration u2192 System Configuration u2192 Knowledge Management u2192 Content Management u2192 User Interface u2192 Mapping u2192 Component.
    2. Edit the wpcDragExplorerEntryPoints configuration object.
    Use the following parameters:
    Web Content Browser Parameters
    Parameter                    Description
    displaymode                Specify select
    maxproviderprio            Highest priority number that standard entry points can have and still be displayed in the Web content browser
    entriesperrow               Number of entry points displayed in each row (default: 5)
    entrypointsprefix
    Prefix of the entry point repository If you specify a value for this parameter, standard KM entry points are also displayed in the Web content browser.  Default: /entrypoints      
    sharedcontent               Semicolon-separated list of paths to be displayed as global entry points for shared content
    Examples of parameter values:
    displaymode=select,maxproviderprio=30,entriesperrow=5,entrypointsprefix=/entrypoints,sharedcontent=/wpccontent/Cross-Site Content;/documents/MyFolder

  • Can we run portal iview out of portal environment?

    Can we run portal iview from the external environment(java , .net)?
    Can any one help?
    Thanks
    Rajendra.

    Hi Kiran,
    He means to say - How can we access/execute an existing Portal iView from outside/another environment?
    If possible, could you please guide us.
    Your quick response would be appreciated.
    Awaiting Reply.
    Warm Regards,
    Ritu R Hunjan
    (<i>Rajendra & I are colleagues...so answered on his behalf</i>)

  • Error While Accessing WD ABAP iView from Portal

    Hello Everyone,
    I have created an iview from ABAP WD in portal. Now, when I have assigned this role to a user without admin role it is throwing the following exception. I would greatly appreciate your help.
    Exception ID:02:42_23/09/09_0037_107611250
    [EXCEPTION]
    com.sapportals.portal.prt.component.PortalComponentException: Error in service call of Portal Component
    Component : pcd:portal_content/myfolder/com.SalfordCityCouncil.ESS10/com.sap.pct.erp.ess.bp_folder/com.sap.pct.erp.ess.roles/com.SalfordCityCouncil.PurchaseOrder/com.scc.ivu.CreatePurchaseOrder
    Component class : com.sapportals.portal.sapapplication.SAPApplicationIntegratorComponent
    User : TRAVELTU2
    at com.sapportals.portal.prt.core.PortalRequestManager.handlePortalComponentException(PortalRequestManager.java:973)
    at com.sapportals.portal.prt.core.PortalRequestManager.callPortalComponent(PortalRequestManager.java:343)
    at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:136)
    at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:189)
    at com.sapportals.portal.prt.component.PortalComponentResponse.include(PortalComponentResponse.java:215)
    at com.sapportals.portal.prt.pom.PortalNode.service(PortalNode.java:645)
    at com.sapportals.portal.prt.core.PortalRequestManager.callPortalComponent(PortalRequestManager.java:328)
    at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:136)
    at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:189)
    at com.sapportals.portal.prt.core.PortalRequestManager.runRequestCycle(PortalRequestManager.java:753)
    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)
    Regards,
    Gopal.

    Hi,
    It looks like a permission issue. You should check the permissions of the folder containing the system in the portal. (System Administration > System Configuration then Open Permissions on the system object). Every user who is supposed to have access to the iView should be there as End User (for instance : Everyone (group), Administrator = none, End User = checked).
    Regards,
    Pierre

  • Link to SAP R/3 Logon from Portal IView

    Hi,
    How is the Link to SAP R/3 Logon from Portal IView?
    Thanks
    Raissa

    Hi Raissa,
    Check these links
    Configuring EP for connecting to SAP R/3
    Creating system object
    http://help.sap.com/bp_epv260/EP_EN/documentation/EP/N03_BB_InstallGuide_EN_US.doc
    Regards
    Arun

  • IVIew from Portal DC

    Hi,
    I have created a portal DC which will deploy .SDA file. How to create an Iview of this.
    Thanks,
    portal

    Refer this Link.
    Re: Creating iViews from .SCA
    Regards
    Sridhar

Maybe you are looking for

  • Why can't I download entire albums from my purchase history is iTunes on my iPAD?

    'The New IPAD'I want to download music from. My PURCHASE HISTORY in ITUNES onto my NEW IPAD. I would like to download an entire Christmas ALBUM by various artists! Now it is very tedious going into each of the 83 artists and downloading one song! WHY

  • Process of Adobe Reader XI, is running in the Background, after closing.

    Hi, when I close the Adobe Reader XI, the Process is still running in the Background of my System. The Process needs a lot of CPU an after some moment my System is slowing down rapidly. Windows 8 (64-bit) Adobe Reader 11. What's to do? Greetings

  • Hard disk partition.

    hi all..          I have a pavallion G6 of 500GB HDD, which have a single partion only and whenever i'm trying to shrink it from  Device management it shows """ Dynamic disks are not supported by this operating systems or server configurations, dynam

  • Submit pdf to web service as xml

    I want to do the following: a) Create a pdf form that the user can fill out and save using their laptop. b) The user goes back to the office, opens the pdf, and clicks a submit button. c) The submit button contacts a web service (that I will write) a

  • Could Not Find The Application That Created This File

    Hello Community, I have already been to the Acrobat forum with this post and they re-directed me to this forum. My problem seems to be with a InDesign file that will not export to a PDF, nor can I create the PDF from within Acrobat itself.  BTW I hav