Unauthorised users accessing iviews through a direct URL

Hi,
How do you prevent unauthorised users from accessing iviews through a direct URL? e.g. From the BeX Web Template on testing a query a URL is known, this URL can then be used by user who have no rights to view/ execute this report (after portal logon).
Can security zones be defined for the BeX iviews? If yes, how? Does setting the parameter Dcom.sap.nw.sz=true solve the problem? 
Appreciate your input.
Many thanks,
Dharmi

Hi Bharath,
Thank you for the input.
Can you please be more specific as to which BW component ?
I navigated to
Go to permission editor: 'System Administration' -> 'Permissions' -> 'Portal Permissions'.
folder: 'Security Zones' -> 'sap.com' -> 'NetWeaver.Portal' -> 'high_safety'
There the rights are ok.
Best regards,
Dharmi

Similar Messages

  • Access Web Dynpro Java application through direct URL

    Hi Guys,
    we have a requirement that there is a link in web dynpro abap screen, click on it will open a new ie window running web dynpro java application, so what i did is i have given direct url link for that web dynpro java application:
    as this:
    https://servername:50001/webdynpro/dispatcher/sap.com/ess~lea/TeamView
    but after i clicked on this url, it pop up 1 window, after i entered id & passoword, it is showing this wd java appl, but there is 1 grey image on top of the view & "welcome xxxx"; below that is the actual view from wd java.
    the layout is :
    grey image----
                             welcome xxxxxxxx
    Teamview
    actual ivew
    how to remove the grey image & the "welcome xxx"? it looks like masthead but we dun need it.
    thanks

    Hi Feng,
    Actually what you are seeing using the application URL and after giving the credentials on Portal is a portal screen which carries the theme as well. Therefore, you will be able to see the masthead with header and Portal User Name. So, use the URL generated by preview of a web dynpro iView in your component to avoid the masthead.
    Regards,
    Tushar Sinha,
    Infosys,
    Hyderabad

  • Anonymous access to Portal Component over direct URL.

    Hi All,
    Im having a few Issues with enabling anonymous access to a portal component.
    Here is a mock of our portalapp.xml file
    <?xml version="1.0"  encoding="iso-8859-1"?>
    <application>
      <application-config>
        <property name="SharingReference" value="usermanagement, knowledgemanagement, landscape, htmlb, exportalJCOclient, exportal"/>
        <property name="startup" value="true"/>
        <property name="releasable" value="true"/>
        <property name="Vendor" value="com.ourdomain"/>
        <property name="SecurityArea" value="OurSecurityArea"/> -->
      </application-config>
      <components>
        <component name="MyComponent">
          <component-config>
            <property name="ClassName" value="com.ourdomain.MyClass"/>
            <property name="ComponentType" value="servlet"/>
            <property name="SafetyLevel" value="no_safety"/>
          </component-config>
          <component-profile/>
        </component>
      </components>
      <services/>
    </application>
    I want to be able to access the servlet over a URL like...
    http://host:port/irj/servlet/prt/portal/prtroot/MyApp.MyComponent
    I have added the Default User Group Everyone to the no_safety area of our com.ourDomain Security Zone.
    However when try to navigate to the URL we are first faced with a SAP Portal login page. on successful login the servlet is then shown.
    Note: I was able to get the Same Servlet working within an iView when the iViews Authentification Scheme was set to anonymous...However i am under instruction to get it working without the iView...
    As Background, The servlet is to be a sink for accepting data sent via an HTTP Post.
    Any help with this or pointers in the right direction would be greatly appreciated.
    -Paul

    Hi Darrell,
    Thankyou for that, yes it has helped....And I can now access the servlet directly without need to login.
    I figured that there was something that i was missing.....
    -Paul

  • How to find users machine / IP who is accessing forms through Oracle AS

    Dear Gurus
    We need to know the users machine / IP who are accessing forms through Oracle 9i Application Server, how can we find that?
    thanks in advance
    regards
    Mehmood

    Mehmood,
    Set serverURL=/forms90/f90servlet/session in the Forms Web configuration default section or add it to the URL to start tracing host name and ip-addresses from clients. The output appears in the servlet log file application.log. sessionperf , perf and debug are the other options instead of session.
    regards,
    Bernhard Jongejan
    http://bernhardjongejan.spaces.live.com

  • SRM 7.0 business object / individual procurement document direct URL access

    Hello,
    While our Basis team is configuring the Portal integration with our newly upgraded SRM 7.0 system, I am wondering if it's possible to take a sneak peak at the business object on the WebDynpro screen, for example, via SICF webdynpro service, such as
    /default_host/sap/bc/webdynpro/sapsrm/wdcc_v_rfq_puchaser
    After activating all relevant services (as far as I understand), I tried to access the following URL directly on the browser:
    https://<server;domain>:<port>/sap/bc/webdynpro/sapsrm/wdcc_v_rfq_purchaser?sap-client=010&sap-language=EN?
    I encountered the "Access via 'NULL' object reference not possible" exception on the web page. I think it's due to the missing object type and object id reference on the HTTP parameters. But what are the parameter name(s) that are required on the URL? Does anybody have the experience in accessing an individual document through direct URL?
    Thanks,

    This question has been answered by the following blog:
    /people/ulli.hoffmann2/blog/2009/10/07/srm-70-running-it-without-the-portal

  • Open project Activities tab by direct URL in P6 8.1 Web Access

    Hello!
    I'm trying to access project workspace in P6 Web Access v 8.1 by direct URL from another HTTP resource.
    But P6 redirects me to another dialog (for choosing project from the list) if project is not opened before by clicking command Open from menu.
    Does anyone know how to prevent the opening of a project selection dialog and go directly to the page of the project activities?
    Now im using this format of URL:
    http://primavera:7777/p6/action/pm/activities?projectId=1000&wbsId=20000&ProjectName=null&checkTabs=true

    I face similar issue and as work around i copied the user profile and created new user.
    It works fine with new user profile.
    I think it happens sometimes we check new tab before loading previous one and because of that user profile get corrupt.

  • I accessed the page protected by ADF security using direct url access attac

    hi,
    I played with my application which is based on SRDemo code (with added ADF security handling protection of resources) using direct url access scenarios. I was able to access a protected page as authenticated but not authorized user. I'll try to explain what I did.
    There are two folders/web resources in my application, faces/folderA/* and faces/folderB/*.
    roleA only is configured to access first web resource and the roleB is configured to access the second resource.
    I used ADF security to authorize only roleA for page in folderA and to authorize only roleB for page in folderB.
    I configured error pages in web.xml:
    <error-page>
    <error-code>400</error-code>
    <location>faces/error/error400.jspx</location>
    </error-page>
    <error-page>
    <error-code>401</error-code>
    <location>faces/error/error401.jspx</location>
    </error-page>
    <error-page>
    <error-code>403</error-code>
    <location>faces/error/error403.jspx</location>
    </error-page>
    <error-page>
    <error-code>404</error-code>
    <location>faces/error/error404.jspx</location>
    </error-page>
    <error-page>
    <exception-type>java.lang.Throwable</exception-type>
    <location>faces/error/error500.jspx</location>
    </error-page>
    Other config params are:
    <login-config>
    <auth-method>FORM</auth-method>
    <form-login-config>
    <form-login-page>infrastructure/ABLogin.jspx</form-login-page>
    <form-error-page>faces/error/error401.jspx</form-error-page>
    </form-login-config>
    </login-config>
    <security-constraint>
    <web-resource-collection>
    <web-resource-name>AB Prototype</web-resource-name>
    <url-pattern>faces/ABAbout.jspx</url-pattern>
    <url-pattern>faces/ABHelp.jspx</url-pattern>
    <url-pattern>faces/ABLogout.jspx</url-pattern>
    <url-pattern>faces/ABWelcome.jspx</url-pattern>
    </web-resource-collection>
    <auth-constraint>
    <role-name>A</role-name>
    <role-name>B</role-name>
    </auth-constraint>
    </security-constraint>
    <security-constraint>
    <web-resource-collection>
    <web-resource-name>AZone</web-resource-name>
    <url-pattern>faces/folderA/*</url-pattern>
    </web-resource-collection>
    <auth-constraint>
    <role-name>A</role-name>
    </auth-constraint>
    </security-constraint>
    <security-constraint>
    <web-resource-collection>
    <web-resource-name>BZone</web-resource-name>
    <url-pattern>faces/folderB/*</url-pattern>
    </web-resource-collection>
    <auth-constraint>
    <role-name>B</role-name>
    </auth-constraint>
    </security-constraint>
    <filter>
    <filter-name>adfBindings</filter-name>
    <filter-class>oracle.adf.model.servlet.ADFBindingFilter</filter-class>
    <init-param>
    <param-name>unauthorizedErrorPage</param-name>
    <param-value>faces/error/error401.jspx</param-value>
    </init-param>
    </filter>
    <filter>
    <filter-name>adfFaces</filter-name>
    <filter-class>oracle.adf.view.faces.webapp.AdfFacesFilter</filter-class>
    </filter>
    <filter-mapping>
    <filter-name>adfBindings</filter-name>
    <url-pattern>*.jsp</url-pattern>
    </filter-mapping>
    <filter-mapping>
    <filter-name>adfBindings</filter-name>
    <url-pattern>*.jspx</url-pattern>
    </filter-mapping>
    <filter-mapping>
    <filter-name>adfFaces</filter-name>
    <url-pattern>*.jsp</url-pattern>
    <dispatcher>FORWARD</dispatcher>
    <dispatcher>REQUEST</dispatcher>
    <dispatcher>ERROR</dispatcher>
    </filter-mapping>
    <filter-mapping>
    <filter-name>adfFaces</filter-name>
    <url-pattern>*.jspx</url-pattern>
    <dispatcher>FORWARD</dispatcher>
    <dispatcher>REQUEST</dispatcher>
    <dispatcher>ERROR</dispatcher>
    </filter-mapping>
    <servlet>
    <servlet-name>Faces Servlet</servlet-name>
    <servlet-class>javax.faces.webapp.FacesServlet</servlet-class>
    <load-on-startup>1</load-on-startup>
    </servlet>
    <servlet>
    <servlet-name>resources</servlet-name>
    <servlet-class>oracle.adf.view.faces.webapp.ResourceServlet</servlet-class>
    </servlet>
    <servlet>
    <servlet-name>adfAuthentication</servlet-name>
    <servlet-class>oracle.adf.share.security.authentication.AuthenticationServlet</servlet-class>
    <load-on-startup>2</load-on-startup>
    </servlet>
    <servlet-mapping>
    <servlet-name>Faces Servlet</servlet-name>
    <url-pattern>/faces/*</url-pattern>
    </servlet-mapping>
    Once I authenticated as user in roleA I was trying to directly access URLs accessible only by users in roleB. In the beginning everything worked OK: I was dispatched to error401.jspx page with message Not authorized... etc.
    But I kept trying to access different URLs, like http://localhost:8988/AB/faces, http://localhost:8988/AB/faces/folderB, http://localhost:8988/AB/faces/folderB/pageB.jspx, http://localhost:8988/AB
    (not necessarily in that order, I played for a couple of minutes and the system would always dispatch to error401.jspx page if unauthorized attempt. But all of sudden, to my surprise, I got the pageB.jspx page while logged in as user belonging to roleA!)
    Not sure how that happened but the connectedUser on pageB (#{userInfo.authenticated}) shows that I am logged in as user whose role is A.
    I checked Authorization in ADF security and it is still correct: pageB is only accessible to roleB and pageA is only accessible to roleA.
    I hope I made some stupid mistake in my configuration?

    Hi,
    ADF Security is JAAS permission based and not container managed. Note that unless you explicitly configured ADF Security you don't use ADF Security but container managed security, which is all that I can see in your configurations.
    Not sure which version fo JDeveloper you use, but if you could change the following setting
    <security-constraint>
    <web-resource-collection>
    <web-resource-name>AZone</web-resource-name>
    <url-pattern>faces/folderA/*</url-pattern>
    </web-resource-collection>
    <auth-constraint>
    <role-name>A</role-name>
    </auth-constraint>
    </security-constraint>
    <security-constraint>
    <web-resource-collection>
    <web-resource-name>BZone</web-resource-name>
    <url-pattern>faces/folderB/*</url-pattern>
    </web-resource-collection>
    <auth-constraint>
    <role-name>B</role-name>
    </auth-constraint>
    </security-constraint>
    to contain jspx file references instead of wildcards like in faces/folderB/* then what you see should no longer be possible. There was a known issue with the security settings in SRDemo that was caused by a defect in OC4J container managed security. I would expect this issue to be fixed in a more recent version of OC4J.
    However, the work around until then is to protect all JSPX files in a directory instead of using wild card matches
    Frank

  • HT4363 I am trying to access ABC iView through my Apple TV. I believe I have correctly activated the 'Home Sharing on my iPad3 and have the latest ABC iView connection. However I cannot seem to find the iView on my Apple TV, where might I find it?

    I am trying to access ABC iView through my Apple TV. I believe that I have set up the 'Home Sharing' correctly on my new iPad3. I also think that I have downloaded correctly the ABC iView link correctly and have the icon on my desktop. However I cannot locate how I activate iView on the Apple TV when I swiatch it all on. I can access my Music, Photos and Videoes okay but I cannot find
    iView. Can somebody please assist?

    You cannot access iView directly from Apple TV. You cannot stream iView from your computer. You may be able to send it from your iPad, via airplay/mirroring.

  • Accessing the Permission,Properties and Subscription tab with Direct URL.

    Hello,
    I am trying to accessing the permission tab with direct url, but i could not able to find a way to access it.
    we can access this permissions tab browsing through Details - > Settings -> Permissions , the similar way  Details - > Settings -> subscriptions.
    But i wanted to use a single(i.e direct url) which can open these tabs.
    Could you please help me on this.
    Thanks
    Best Regards
    Manoj K

    Hello,
    I have resolved this issue by myself.
    You can access the subscription interface directly using the below url.
    http://<hostname>:<port>/irj/go/km/details/documents?isp=subscription&Standalone=true&StartPage=StandaloneDetailsPage
    or
    https://<hostname>:<port>/irj/go/km/details/documents?isp=subscription&Standalone=true&StartPage=StandaloneDetailsPage
    And for the properties interface by using the below url.
    http://<hostname>:<port>/irj/go/km/details/documents?isp=properties&Standalone=true&StartPage=StandaloneDetailsPage
    For the permissions interface.
    https://<hostname>:<port>/irj/go/km/details/documents?isp=permissions&Standalone=true&StartPage=StandaloneDetailsPage

  • Problem with accessing Transaction iViews through ITS

    Hi,
      I am trying to access Transaction iViews through ITS, we are getting sap easy access menu instead of transaction which we had given during the configuration. Recently we have upgraded ITS 6.20 to Patch level 19. Before applying patch everything was working fine.
    Anyone please help me in solving this problem as it is very urgent.
    Thanks,
    Susan.

    hi all
    thanks for the hints. But last but no least we found the the problem. it was an flag in the config file of the its.
    regards
    pascal

  • Problem in viewing Accounts iview through portal.

    I am facing problem when i am trying to view the Accounts iView through
    portal. The same iView is running well directly through CRM system.
    In portal a small window is poped  asking for username and password for
    Site      : crmprd.ssg.local and
    Realm  : SAP Web Application Server [CP1]
    I tried by providing the user name and password of CRM but it's not
    working. When I cancel that popped window then that Accounts iView is
    displayed but all the tabs and links in that page are inactive.
    And also when i am clicking on the any of the tab then at lower left corner of
    the browser "access is denied"  message is coming.
    I will be thankfull for the reply.

    The BSP is just a URL as far as the portal is concerned. Just make sure the same URL is being generated as if you called the BSP directly.
    Cheers

  • Child forms are not getting displayed when user is linked through the targe

    I have provisioned the users to OID through OIM and we have the three child forms(USRB_ROLB,USRB_GRPD,USRB_NBNB) which work well when the user flow normally. Our normal flow implemented is that user comes from OHCM and get created in OIM and then get provisioned to AD and OID. We have also implemented the OID target recon. When we create the user directly in OID and then create the user through normal flow ie from OHCM to OIM) as expected the create user task fail as the user is already present in the OID (target system). Then after running the OID target recon the user is getting linked but its not showing the child forms in the new process form created after running the target recon.
    Please let me know if you require more information.
    Please let me know if anybody has encountered this issue and the steps to resolve the same

    what happened when you run target recon without creating user in oim(or just create user in oim without access policy and then run target recon)? Is this work fine?
    If no means you have to verify your child table mapping. But if above work then this the Produce/connector issue and may you need to raise SR

  • How to set up reverse proxy to allow user access portal site from internet

    Hi all,
    I have installed 10g(10.1.2.0.2) AS on same machine(single IP for both mid and infra with different users respectively). there is a DMZ on which windows IIS is working through which we need to redirect the request to application server such that users access portal page from internet (within intranet all URLs are working fine). I have went through technet documentation where i found 3 ways : through this link
    http://download.oracle.com/docs/cd/B14099_19/core.1012/b13998/variants.htm
    Section 9.2.1.1, "Configuring OracleAS Web Cache as a Reverse Proxy"
    Section 9.2.1.2, "Configuring the Oracle HTTP Server as a Reverse Proxy"
    Section 9.2.1.3, "Configuring Internet Information Services as a Reverse Proxy"
    I am confused to which option to use. Also i went through the metalink document 270160.1
    Please help me which option to choose to do this.
    Thanks.

    Hi Hozy,
    May be it's too late, I am thinking to go in the same route for our sap portal access to external customers. Please can you share your experience , like what are the challenges have you faced? what is the complexity? what are all the resources we need to configure this?
    I appreciate your feedback.
    Thanks
    Krish

  • Error while accessing iviews...

    Hi Experts,
              The issue is like this : We have deployed "Business Package for Simplified Reporting" on the Enterprise Portal and connect it to ECC client 200. This business package contain an iview of type "Launchpad(ABAP)". It is showing the links to various reports. When I click on these link, they open either in "Launchpad Start WD ABAP" iview or in "Launchpad Start BI 7.x" iview.
               For "Launchpad Start WD ABAP" iview, I am getting following error:
    Portal Runtime Error
    com.sap.portal.appintegrator.sap.WebDynpro::WebDynpro/ABAPURLLayer
    Parameter Dump
    $DebugAction  
    $TimeStamp  1242884867825
    $action  go
    ALLOW_BROWSER  Yes
    AlertSessionManagementMismatch  true
    ApplicationParameter  applid=%2FSREP%2FFI_GL_40_Q2 &sap-wd-configId=WDK_REPORTING
    ApplicationParameter.default  
    ApplicationParameter.type  string
    ApplicationVariants  DefinitionType
    AskForCredentials  
    AuthScheme  default
    Authentication  ******
    Authentication.default  
    Authentication.type  string
    CachingLevel  None
    ClassName  com.sapportals.portal.appintegrator.layer.URLTemplateProcessLayer
    ClientType  HTML
    ClientWindowID  WID1242883173973
    CodeLink  com.sap.portal.appintegrator.sap.WebDynpro
    CurrentWindowId  WID1242882878409
    CustomerExit.ParameterProvider  
    DebugMode  false
    DefinitionType  ABAP
    DynamicParameter  
    DynamicParameter.default  
    DynamicParameter.type  string
    ESID  7XULwPeFSJk0x7mAySgSqAvLMDyo3HAXIlgEr46Cn_EQ
    ESID.default  
    FederationAlias  
    ForcedRequestLanguage  
    ForwardParameters  
    ForwardParameters.Always  sap-config-mode
    ForwardParameters.Excluded  
    ForwardParameters.Forbidden  ClientWindowID, Command, DebugSet, DynamicParameter, Embedded, InitialNodeFirstLevel, SerAttrKeyString, SerKeyString, SerPropString, SessionKeysAvailable, iview_id, iview_mode, windowId, sap-pp-producerid, sap-pp-consumerBaseURL, sap-pp-returnToConsumer, login_submit, j_user, j_password, j_authscheme, uidPasswordLogon, MappedUser, MappedPassword
    ForwardParameters.default  
    ForwardParameters.type  string
    GUSID  
    GlobalPortal.BackToConsumer.TopLayer  GlobalPortal/ReturnToConsumer
    GlobalPortal.RedirectToProducer.TopLayer  RemoteRedirector/ESIDLayer
    IView  
    LAF  ur
    LAF.default  ur
    LAF.type  string
    LAF_Switch  true
    LAF_Switch.default  true
    LAF_Switch.type  select[false,true]
    LoadingCacheKey  <Portal.Version><LAF.Theme>
    LogonMethod  SAPLOGONTICKET
    LogonTicket  AjExMDAgABVwb3J0YWw6TWF5YW5rX0d1cHRhMTOIAAdkZWZhdWx0CAABAQEABTk3NDQxAgADMDAwAwADRUFEBAAMMjAwOTA1MjEwNTQ3BwAEAAAAAgoABTk3NDQx/wEHMIIBAwYJKoZIhvcNAQcCoIH1MIHyAgEBMQswCQYFKw4DAhoFADALBgkqhkiG9w0BBwExgdIwgc8CAQEwJTAdMQ0wCwYDVQQLEwRKMkVFMQwwCgYDVQQDEwNFQUQCBDYsd/MwCQYFKw4DAhoFAKBdMBgGCSqGSIb3DQEJAzELBgkqhkiG9w0BBwEwHAYJKoZIhvcNAQkFMQ8XDTA5MDUyMTA1NDc0N1owIwYJKoZIhvcNAQkEMRYEFJA4vzY65QYxjvwPvpWRfBjKPv0rMAkGByqGSM44BAMELjAsAhQW8Y1dy77jVjTYveLfD62NXQuB9QIUNbooRSymL8opXo9a/4g4AcwguBc=
    LogonUserID  Mayank_Gupta13
    MandatoryParameters  System, WebDynproNamespace, WebDynproApplication
    NavMode  1
    NavigationTarget  ROLES://portal_content/com.sap.pct/every_user/com.sap.pct.erp.common.bp_folder/com.sap.pct.erp.common.roles/com.sap.pct.erp.common.erp_common/com.sap.pct.erp.common.lpd_start_wd_abap
    NextLayer  WebDynpro/ABAPDSMLayer
    OptionalParameters  WebDynproConfiguration, Authentication, ApplicationParameter, DynamicParameter, LAF, LAF_Switch, ForwardParameters
    Portal  
    PortalSessionID  <IView.ID><ClientWindowID><"sap-ai-tabid"><WebDynproNamespace><WebDynproApplication>
    ProducerInfo  
    ProducerLocation  Local
    REFRESH_CONTENT  -1
    RoundtripURL  
    SSO2Template  <SSO2_HTML[PROCESS_RECURSIVE]>
    SSO2_HTML  
    SessionManagementVersion  
    ShowLoadingMessage  true
    ShowTray  true
    StylesheetIntegration  sap-cssurl=<LAF.StylesheetUrl[url_ENCODE]>&sap-cssversion=<LAF.Version[url_ENCODE]>&<TrayInformation[IF_true PROCESS_RECURSIVE]>
    SupportedUserAgents  (MSIE, >=5.5, *) (Netscape, *, ) (Mozilla,,*)
    System  SAP_ECC_Financials
    System.type  lookup:com.sapportals.portal.appintegrator.lookup.SystemLookup
    TarTitle  Profit Center: Receivables (List)
    Technique  ABAP
    TopLayer  WebDynpro/TopLayer
    TrayInformation  sap-tray-type=<TrayType>&sap-tray-padding=<TrayPadding[SAP_BOOL]>&
    TrayPadding  true
    TrayType  PLAIN
    URL  
    URLTemplate  <System.Access.WAS.protocol>://<System.Access.WAS.hostname>/sap/bc/webdynpro/<WebDynproNamespace>/<WebDynproApplication>/;sap-ext-sid=<ESID[url_ENCODE]>?sap-ep-iviewhandle=007<ESID[HASH]>&sap-wd-configId=<WebDynproConfiguration>&sap-ep-iviewid=<IView.ShortID>&sap-ep-pcdunit=<IView.PCDUnit.ShortID>&sap-client=<System.client>&sap-language=<Request.Language>&sap-accessibility=<User.Accessibility[SAP_BOOL]>&sap-rtl=<LAF.RightToLeft[SAP_BOOL]>&sap-ep-version=<Portal.Version[url_ENCODE]>&<ProducerInfo>&sap-explanation=<User.Explanation[SAP_BOOL]>&<StylesheetIntegration[IF_true PROCESS_RECURSIVE]>&<Authentication>&<DynamicParameter[PROCESS_RECURSIVE]>&<ForwardParameters[QUERYSTRING]>&<ApplicationParameter[PROCESS_RECURSIVE]>
    UnsupportedUserAgents  
    Use_CustomerExit_ParameterProvider  false
    ValidityPeriod  -1
    WebDynproApplication  powl
    WebDynproConfiguration  
    WebDynproConfiguration.default  
    WebDynproConfiguration.type  string
    WebDynproDeployableObject  
    WebDynproNamespace  sap
    Wizard.ApplicationVariantPane.Description  
    Wizard.ApplicationVariantPane.Title  
    Wizard.MandatoryParameters  System, WebDynproNamespace, WebDynproApplication
    Wizard.OptionalParameters  ClientType, WebDynproConfiguration, ApplicationParameter
    Wizard.ParameterPane.Description  
    Wizard.ParameterPane.Title  
    com.sap.portal.ComponentType  com.sapportals.portal.iview
    com.sap.portal.activityreport.MonitorHits  true
    com.sap.portal.admin.propertyeditor.categoryName  
    com.sap.portal.iview.AccessibilitySupport  
    com.sap.portal.iview.Availability  VISIBLE
    com.sap.portal.iview.DisableChildrenDYN  
    com.sap.portal.iview.DisableChildrenRL  
    com.sap.portal.iview.DisableChildrenTC  
    com.sap.portal.iview.DragAndRelate  false
    com.sap.portal.iview.ExpansionMode  Open
    com.sap.portal.iview.HasContentPadding  true
    com.sap.portal.iview.Height  600
    com.sap.portal.iview.HeightScale  PIXELS
    com.sap.portal.iview.HeightType  FIXED
    com.sap.portal.iview.HelpURL  
    com.sap.portal.iview.IsTemplate  false
    com.sap.portal.iview.MainObject  
    com.sap.portal.iview.MaxAutoHeight  1000
    com.sap.portal.iview.MinAutoHeight  0
    com.sap.portal.iview.SMiViewURL  com.sap.portal.epsolman.EPSolman
    com.sap.portal.iview.ShowDetails  true
    com.sap.portal.iview.ShowExpand  true
    com.sap.portal.iview.ShowHelp  false
    com.sap.portal.iview.ShowMinimize  true
    com.sap.portal.iview.ShowPersonalize  true
    com.sap.portal.iview.ShowRefresh  true
    com.sap.portal.iview.ShowRemove  true
    com.sap.portal.iview.ShowSMiView  false
    com.sap.portal.iview.ShowTitle  true
    com.sap.portal.iview.ShowTray  true
    com.sap.portal.iview.TitleURL  
    com.sap.portal.iview.TrayType  PLAIN
    com.sap.portal.iview.Width  400
    com.sap.portal.iview.WidthScale  PIXELS
    com.sap.portal.iview.WidthType  FIXED
    com.sap.portal.iview.family  
    com.sap.portal.navigation.DragRelate  0
    com.sap.portal.navigation.ExtWindowHeight  750
    com.sap.portal.navigation.ExtWindowWidth  500
    com.sap.portal.navigation.Invisible  false
    com.sap.portal.navigation.JScript  
    com.sap.portal.navigation.MergeId  
    com.sap.portal.navigation.MergePriority  100.0
    com.sap.portal.navigation.Mergible  true
    com.sap.portal.navigation.NavigationHierarchyMetadata  Cacheable
    com.sap.portal.navigation.Priority  100.0
    com.sap.portal.navigation.QuickLink  
    com.sap.portal.navigation.ShowAddToFavorites  true
    com.sap.portal.navigation.ShowType  0
    com.sap.portal.navigation.WindowName  
    com.sap.portal.navigation.view  
    com.sap.portal.pcd.gl.Collection  EP_PCT_ERP_COMMON
    com.sap.portal.pcd.gl.CreatedAt  Tue Sep 19 16:04:38 GMT+05:30 2006
    com.sap.portal.pcd.gl.CreatedBy  SAP
    com.sap.portal.pcd.gl.DeltaLinkState  -1
    com.sap.portal.pcd.gl.Domain  CA
    com.sap.portal.pcd.gl.LastChangedAt  Tue Sep 19 16:04:38 GMT+05:30 2006
    com.sap.portal.pcd.gl.LastChangedBy  SAP
    com.sap.portal.pcd.gl.ObjectClass  com.sapportals.portal.iview
    com.sap.portal.pcd.gl.OriginalCountry  
    com.sap.portal.pcd.gl.OriginalLanguage  en
    com.sap.portal.pcd.gl.Responsible  SAP
    com.sap.portal.pcd.gl.TransportDependencies  pcd:com.sap.portal.system/archives/com.sap.portal.appintegrator.sap.par
    com.sap.portal.pcd.role.EntryPoint  false
    com.sap.portal.pcm.Description  VRB_com.sap.portal.pcm.Description
    com.sap.portal.pcm.Title  Launchpad Start WD ABAP
    com.sap.portal.pcm.admin.Capabilities  com.sap.portal.capability.delete,com.sap.portal.capability.link,com.sap.portal.capability.copy,com.sap.portal.capability.edit,com.sap.portal.capability.cut,com.sap.portal.capability.transportable,com.sap.portal.capability.launch,com.sap.portal.capability.editpermissions
    com.sap.portal.pcm.admin.UseDefaultCapabilities  true
    com.sap.portal.private.iview.PropertiesUrl  pcd:com.sap.portal.system/applications/com.sap.portal.appintegrator.sap/components/WebDynpro
    com.sap.portal.reserved.iview.ButtonsURL  
    com.sap.portal.reserved.iview.EditorURL  pcd:portal_content/com.sap.pct/admin.templates/iviews/editors/com.sap.portal.pcmEditor
    com.sap.portal.reserved.iview.IconName  
    com.sap.portal.reserved.iview.IsolationMode  URL
    com.sap.portal.reserved.iview.NavPanelStatus  Automatic
    com.sap.portal.reserved.iview.ParamList  *
    com.sap.portal.reserved.iview.Redirect  true
    com.sap.portal.reserved.iview.WizardURL  com.sap.portal.appintegrator.iViewWizard
    com.sap.portal.workDistributionTopic  
    com.sapportals.portal.navigation.FolderEntry  false
    com.sapportals.portal.navigation.Pictogram  
    com.sapportals.portal.navigation.WinFeatures  
    producerID  
    propertyIdMapping  
    sap-ai-tabid  7
    com.sap.portal.appintegrator.sap.WebDynpro::WebDynpro/ABAPURLLayer
    MandatoryParameters
    System   SAP_LocalSystem BIDCLNT006 BIDEV SAP_BW SAP_CRM SAP_ECC SAP_SRM WebEx 
    WebDynproNamespace   
    Application Name   
    OptionalParameters
    WebDynproConfiguration  
    Authentication  
    Application Parameters  
    DynamicParameter  
    Theme Subset  
    LAF_Switch   Yes 
    ForwardParameters  
    For "Lauchpad Start BI 7.x" iview " I am getting following error :
    "500 Internal Server Error                                                                               
    BEx Web Application
    Failed to process request; contact your system administrator
    Error Summary
    Exception occured while processing the current request; this exception cannot be handled by the application or framework
    If the information on this page does not help you locate and correct the cause of the problem, contact your system administrator
    To facilitate analysis of the problem, keep a copy of this error page Hint: Most Web browsers allow you to select all content, and copy and paste it into an empty document (such as in an email or simple text file)
    Root Cause
    The initial exception that caused the request to fail was:
    Name or password is incorrect (repeat logon)
    Any help on this would be highly appreciated.

    Editing my question so that I can be more readable :
    Hi Experts,
                The issue is like this : We have deployed "Business Package for Simplified Reporting" on the Enterprise Portal and connect it to ECC client  200. This business package contain an iview of type "Launchpad(ABAP)". It is showing the links to various reports. When I click on these link, they open either in "Launchpad Start WD ABAP" iview or in "Launchpad Start BI 7.x" iview.
    For "Launchpad Start WD ABAP" iview, I am getting "Portal Runtime Error"
    For "Lauchpad Start BI 7.x" iview " I am getting following error :
    "500 Internal Server Error                                                                               
    BEx Web Application
    Failed to process request; contact your system administrator
    Error Summary Exception occured while processing the current request; this exception cannot be
    handled by the application or framework If the information on this page does not help you locate and
    correct the cause of the problem, contact your system administrator To facilitate analysis of the problem, keep a copy of this error page
    Hint: Most Web browsers allow you to select all content, and copy and paste it into an empty document
    (such as in an email or simple text file)
    Root Cause
    The initial exception that caused the request to fail was: Name or password is incorrect (repeat logon)
    Any help on this would be highly appreciated.

  • Enable to select a check box in ALV while accessing it through portal

    Hi All,
    Currently I have given a link on portal to run a transaction code. The output of the program is ALV report, where user any select the check boxes.
    Now when I try to select a check box, it is not getting selected. I click on the checkbox, the tick appear and then the screen refreshes itself and the tick goes off. This is happening only when accessing it through portal. If i run the program in R/3 directly, I am able to select the check box.
    Please advice on this.
    Thanks
    Namit

    Reported to SAP for the same.

Maybe you are looking for