PAR application iView highlights

Hi Experts,
I have a weird problem: we have developed a portal application (PAR) for the SAP portal (EP 6.0 SPS 16+).
The PAR app mainly consists of JSPs. The iView is created and the app is packaged as a page under a workset and deployed to the portal. When I click on the iView (ie put it into context) it highlights the entire iView with a light grey border. We find this extremely annoying but cannot figure out why it seems to highlight the frame in this way?
Can anyone help or suggest anything?
All tips and suggestions welcome.
Thanks
TM

Hi Experts?
Is it possible this may occur because of the CSS that is being used??
Does anyone have any solutions to what might need modification in the CSS to stop the iView from highlighting when it is "clicked into context"?
Regards,
TM

Similar Messages

  • How to go for BEx application iView

    Hi Gurus
           I am new in portal since last 2-3 months. Now my project requirment is to work with Functional BW and SCM consultant.
           Functional consultant creating Queries in "Query Designer" and They are viewing or executing through "Bex analyzer" in excel **** form.Now they want this to be display in Portal. Some of them advised to use "Web Application Designer".
    My Q:
    1.      Is Web application is mandatory step in between ?
    2.      Without using Web Appln designer can we create iviews ?
    3.      What is exact steps i must follow after getting query ?
    4.      If I need to create Bex application iVeiw for that we need to give "Query string, from where we can get that Query Designer or Web appln Desginer ?

    Web Application Designer is not mandatory to display bex reports in portal
    u can create Iviews without web application designer
    Goto portal --
    Creating an BEx iView:
    1.Right-click on the iViews folder, and choose New → iView. The iView Wizard displays.
    2.Select iView template – create an iView from an existing iView template radio button.
    3.Choose Next.
    4.In the iView Wizard, select BEx Web Application iView radio button.
    5.Choose Next.
    6.Enter a name, iView ID and iView ID Prefix.
    7.Choose Next.
    8.Choose SAP BW2.x/3.x radio button from Version.  
    9.Choose Next.
    10.Select the SAP BW system alias SAP_BW and in the BEx Web Application Query String,  For Eg :  &INFOCUBE=0SD_C04&QUERY=0SD_C04_Q0001
    11.Choose Next.
    12.Select the Open for editing when Wizard completes check box.  
    13.Choose Finish.
    14.In the Property Category drop list, choose Appearance – Size.
    15.Make modifications to the Attributes by changing Height Type to FULL_PAGE.

  • Can i display My application iview and transaction iview in single page ?

    Hi,
    I am new in web dynpro and portal. i am doing one approval application through web dynpro. Now i need to attache sap inbox to application. For that some budy suggested me about transaction view. So my questions are as folloes.
    1.> How i attached my application to iview ?
    2.> How i created Transaction  iview ?
    3.> Can i attache my application iview with transaction iview if it is possible then how ?
    4.> Can i display My application iview and transaction iview in single page ?
    Please guide me in this procesure.
    Regards,
    Gurprit Bhatia

    Hi Gurprit,
    1.> How i attached my application to iview ?
           You can attach your application to web Dynpro IView, for this login into portal, in the Content Management tab right click on a folder, then New --> IView. Select WD java Application. Select your application and create an Iview.
    2.> How i created Transaction iview ?
           Similarly, instead of selecting WD java Application, select iView template, you will get a list of available templates, and in this you will find template for Transaction Iview, in this template define the Tx for which you want to create the template.
    3.> Can i attache my application iview with transaction iview if it is possible then how ?
          No, I dont think you can attach your application to transaction Iview. but, you can attach both IViews on single page.
    4.> Can i display My application iview and transaction iview in single page ?
          Yes, you can attach  both IViews on single page. Again in Content Management tab, crate a PAGE; Then right click on created IViews and select  add IView to Page ßß: Delta Link.
    Hope this helps.
    Regards,
    Amit

  • Error in BEx Web Application Iview in Portal

    Hello All,
    I am trying to access a query from the BI NW2004s (Ver 7.0)in EP 7.0 and i have created a BEx Web application Iview and have specified the proper Query/Template , but i am not able to preview the output on Iview and getting the following error in Iview
    Portal Runtime Error
    An exception occurred while processing a request for :
    iView : N/A
    Component Name : N/A
    iView not found: com.sap.ip.bi.web.portal.integration.launcher.
    Exception id: 05:52_11/10/06_0006_17835450
    See the details for the exception ID in the log file
    Further to add is that when i access the same BI application using the URL Iview, it's wokring absolutely fine. Can somebody identify the problem with the BEx Web Application Iview and suggest a suitable remedy for the same??.
    Thanks in advance.
    Regards,
    Sarabjeet.

    Hello,
    You can download these components from Service Market Place (service.sap.com/swdc) and:
    Download -> Support Packages and Patches -> Entry by Application Group -> "Support Packages and Patches" -> "SAP NetWeaver" -> "SAP NETWEAVER" -> "SAP NETWEAVER 2004S" -> "Entry by Component" -> "BI Java":
    BI BASE SERVICES 7.00
    BI WEB APPLICATIONS 7.00
    You have to download the SP that equals your APAP SP.
    Normally, these SCAs will be installed with installation of "BI Usage Type" of the J2EE engine.
    Regards, Karol Kalisz
    SAP BI Development

  • How to create a servlet  in PAR Application

    Hi Experts,
    I want to create a servlet in PAR application. This servlet should be capable of accessing the functions of other java files included in PAR Application. Servlet should be capable of accessing the functions say doContent(req, resp) of any class of PAR application.
    Is it possible to create Servlet in PAR application?
    I created one servlet but unable to declare its information in Deployment Descriptor.
    Because the deployment which is provide ie portalapp.xml doesnt allow us to write tags like <servlet-name>, <servlet-mapping>, <url-pattern> etc. These are necessary for declaration of servlet.
    So how can i write a complete working Servlet under PAR application?
    Please help and replies will be appreciated.

    Hi,
    Depending upon your usecase there are different ways to implement this logic.
    Check this for example (Read my answer in this post):
    https://forums.sdn.sap.com/thread.jspa?threadID=349151
    Also check these senarios:
    http://help.sap.com/saphelp_nw70/helpdata/en/42/9ddf20bb211d72e10000000a1553f6/frameset.htm
    http://help.sap.com/saphelp_nw70/helpdata/en/42/9ddcc9bb211d72e10000000a1553f6/frameset.htm
    Also the delegation may be interesting for you:
    http://help.sap.com/saphelp_nw70/helpdata/en/a0/44b742cafec96ae10000000a155106/frameset.htm
    Greetings,
    Praveen Gudapati

  • Applications(iViews) in VC 7.0 to VC 7.1 CE

    Hello Experts,
    I have a working application(iViews) in VC 7.0.
    I want to know how all the applications in VC 7.0 can be hosted or transfered to VC 7.1 CE Environment.
    Or it needs to be imported into VC 7.1 CE Environment.
    Please help me.
    Regards,
    Palani

    Hi Palani,
    [Here|https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/a00a2587-3139-2a10-28b6-860591aa6ec6], page 20. It is not detailed explanation but it would certainly help.
    Regards,
    Dharmi

  • How to create a servlet and write its details in DD in PAR Application

    Hi Experts,
    I want to create a servlet in PAR application. This servlet should be capable of accessing the functions of other java files included in PAR Application. Servlet should be capable of accessing the functions say doContent(req, resp) of any class of PAR application.
    Is it possible to create Servlet in PAR application?
    I created one servlet but unable to declare its information in Deployment Descriptor.
    Because the deployment which is provide ie portalapp.xml doesnt allow us to write tags like <servlet-name>, <servlet-mapping>, <url-pattern> etc. These are necessary for declaration of servlet.
    So how can i write a complete working Servlet under PAR application?
    Please help and replies will be appreciated.

    Hi Pankaj,
    I don't think it is possible to write Servlet in portal applications.
    I guess in Portal Application Projects we can develop portal components and portal services only.
    Thanks and regards,
    -Madhu

  • SAP Portal Network - WebDynpro iView and SAP Application iView sharing

    Hello All,
    I've read about the restrictions in SAP Portal supporting the WSRP standard for application sharing. Mainly WebDynpro iViews and SAP application iViews sharing is not supported. That is in the case of a SAP Portal as producer and Non-SAPPortal as consumer.
    I'm interested in a WebDynpro iViews and SAP application iViews sharing in a only-SAP Portals Network, where SAP Portals act as producer and consumer.
    I've heard about the Remote Role Assignment and Remote Content Copy that are used in such case. I would like to ask if anyone knows if these can help overcome the restriction in sharing WebDynpro iViews and SAP application iViews that is present with WSRP? And if the advantage of WSPR, that is the application execution and rendering on the producer side, and as follows decreasing of bandwidth usage, is remaining in the case of the Remote Role Assignment and Remote Content Copy.
    Thanks,
    Mladen

    Hi Manish,
    for sharing content between SAP and non-SAP Portals, your case, refer to
    http://help.sap.com/saphelp_nw2004s/helpdata/en/43/23fb36cad10d23e10000000a1553f7/frameset.htm
    All the possibilities and restrictions of WSPR in the case of SAP EP are explaind there.
    For sharing content between only SAP Portals refer to my other thread:
    Portal Network - Content Sharing
    Hope it helps you!
    Mladen

  • Missing selection screen for Bex Application iView

    Hi,
    I have configured a Bex Application iView, for which I am able to see the selection screen in preview but when I attach this to workset and try to open it in portal, the report is displayed directly with out selection screen.
    Here are the steps I did
    1. Created Bex Application iView with provied query string.
    2. Assigned this iView to Page.
    3. Attached this page to workset and then to role.
    4. Login to the portal for respective user to see the report.
    5. When I click on the link for the report, the selection screen is bypassed and the report is displayed directly.
    Note: I was able to see the selection screen in preview for both Page and iView.
    Could anyone through light on this problem.
    Regards,
    Ravi.

    Frank,
    Any chance that somehow that user has set personalisation on all the variable values?
    Regards
    Gill

  • WebDynpro JAVA Application iView

    Hello
    i m creating WebDynpro JAVA Application iView
    in the iView Type i select "create one iView for each application view"
    and then for testing i select
    sap.com --> acc_admin_welcome -- > com.sap.acc_admin.welcomeApp --> WelcomeApp
    when i click on the next button it gives an error
    "To continue, select at least one application view"
    how do i rectify this error
    useful answers will be rewarded
    Regards
    JM

    John,
    in an Java WD iVIew you can set up the two application coordinates to allow the use of your object.
    Select you <b>System </b>(i.e. SAP_LocalSystem)
    Therefore you must set:
    <b>Development Component Namespace</b>: sap.com/cc_admin_welcom
    <b>Object / Name Application</b>: WelcomeApp
    Award points for helpful answers.
    Best regards,
    Gianluca Barile

  • PAR Application Deployment User Details

    Hi Experts,
    I need to get User details for the user who deploys par application from System Administration.
    In my landscape i came to know that Some one is re-deploying the few par application again and again,
    That has created so much of problem So i need to get the user details.
    Is there any way to track the user details ??
    The Par application is local development its not in NWDI Track.
    Regards,
    Piyush

    There are logs and traces created for the portal events in following areas:
    Log files - <drive>:\usr\sap\<SID>\<instance_number>\j2ee\cluster\serverX\log\system\security.log where role creation is an event, and is logged.
    Traces - <drive>:\usr\sap\<SID>\<instance_number>\j2ee\cluster\server0\log\defaultTrace.trc
    Hope this helps.
    BR,
    H

  • BEx Web Application iView not found

    Hello,
    Any BEx Web Application iView that I create in the portal and try to run ends with an error. This is what I see on the trace file:
    com.sapportals.portal.prt.runtime.PortalRuntimeException: iView not found: com.sap.ip.bi.web.portal.integration.launcher
    Any ideas...?

    Hi Roy,
    I am having exactly the same exception "iview not found" on my consumer production portal. I transported these BEx iviews from consumer pre-prod to consumer prod. My user ID is configured on the backend BW system and still its not working.
    Can you please tell me what user credentials were configured on your backend system?. This is an urgent production issue, and I appreciate your earliest response.
    Here's my exception details:
    com.sapportals.portal.prt.runtime.PortalRuntimeException: iView not found: com.sap.ip.bi.web.portal.integration.launcher
    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:545)
    at java.security.AccessController.doPrivileged(Native Method)
    at com.sapportals.portal.prt.dispatcher.Dispatcher.service(Dispatcher.java:434)
    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:1060)
    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:104)
    at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:176)
    Thanks.

  • Portal runtime error. in PAR application

    Hello Gurus,
    i developed my own portal application for change portal password.
    I used the follow blog for made it:
    A Change Password Application
    I compiled (without errors) and deploied application on my portal and i created a new iview based on my PAR file but when i try to launch preview i have follow error:
    Portal runtime error.
    An exception occurred while processing your request. Send the exception ID to your portal administrator.
    Exception ID: 11:43_24/06/10_0007_7875550
    Refer to the log file for details about this exception.
    have you any idea?
    in Log monitor i don't find any interesting suggestion
    Alex

    ok Thanks!!!
    now work correctly!
    But i have a problem:
    When i press the botton for confirm the change pwd, the browser don't refresh target browser but open a new one session.
    i think the broblem is in this instruction:
    window.top.location.href="/irj/servlet..........."
    any suggestion?
    Thanks in advance
    Alex

  • Open the par file iview.

    Hi ,
    I have written a Portal Application in NWDS that creates a par file.The Portal application creates a JCO connection to the CRM system and perform some activity.When we execute this application it opens with a url.
    I have added this URL on the Onclick of  a button and want the application to get executed.
    The application gets executed but everytime we click on that button that URL gets opened up.
    Is there any way we can hide this URL during click of a button but execute that application simultaneously.
    Thanks & Regards,
    Amarys.

    Hi,
    your requirement is to launch that application which you created by click on a button, but the applications url should not be visible. Is this what you are lookin for?
    If so,which application(Which contains the button) calls this application you created.
    Is that a portal application or web dynpro application?
    Follow these steps:
    1. create an iview for the par file which you created. set the property Launch in New Window  to Display in portal content area.
    2.The applciation which contains the button shd be assigned to the user by role(I assume).
    3.On that button you can call the pcd of the custom application which you created.
    So if the user clicks on the button the iview will be launched in portal content area and the url wont be visible.
    Regards,
    Anand G

  • How to incert custom leave application IView under ESS overview?

    Dear Team,
    We are developed custom leave application like Work & Time & now that displaying at work set row
    My client requirement is Custom leave application should also display under ESS Overview with iView pic along with other iView’s.
    Please share the your valuable suggestions on this
    Thanks,
    Srinivas

    What's the type of appilication you have developed, is it WDABAP based or ...
    Ask your portal consultant to create an iview for your application based on your application type (I.e WD ABAP/Transaction code etc) and assign that to page and then under role of ESS for Work & Time workset in portal content admin.

Maybe you are looking for

  • URENT ITUNES QUESTION

    hi, i have itunes latest version for pc.. whenever i "add folder to libary" the music duplicates i have over 500 songs so its a pain to remove the duplicate songs. but how can i change it so that when i "add file to folder" all the new songs in that

  • Importing compressor settings

    Where is the Compressor folder for custom settings located on OSX?   I'm trying to import settings from another computer, not sure where to put them.  I'm running Compressor 3.5 on Mountain Lion.  Thanks in advance.

  • 15" 2011 brain-bombingly slow and has a hobby of crashing as often as it can

    I just bought my Mac Pro 15" in April to replace my netbook. I expected to get high performance for all that money. However, its slowness almost competes with my old, cheap netbook. In addition to that the system and the apps (esp. iPhoto) casually c

  • Error:   Missing packages: SAPKA71007 (SAP_ABA)

    I am upgrading a SAP PI system from 7.0 SPS18 to 7.10 SPS8. In the Configuration phase I get the error: ERROR: Unable to generate package queue. Return Code = 3, Reason = "Package SAPKA71008 : Import prerequisites are not fulfilled" Missing packages:

  • Firefox 4 won't load pages, can't connect to websites on mac

    After installing Firefox 4, I've had nothing but problems. Sometimes websites load, then next time they can't connect. I've tried a number of solutions, nothing is working. Hotmail can't connect, weather.com won't load correctly. All updates are done