Displaying iview property detials

Hi,
I want make use of web dynpro java application for displaying iview property details. I mean web dynpro java application which will give me details of Iview it is making use of.
Please let me know your response.

Hi,
I want to create a local webdynpro applcation  to identify from which tab its the application iview is called on the portal.
Can any body advice me.

Similar Messages

  • URL iView property

    Can anyone tell me what the following iView property will do. "check scripts in web site objects"?

    hi William,
    When 'check scripts in web site objects' is enabled, the portal runtime environment put the scriplets(if any) present in the web page inside try and catch block and check for any errors. If errors are generated it would neutralize the error and display the iview content.
    This property should be disabled only when you are very sure that the web page do not contain any scriplets or perfectly running scriplets.
    hope my explanation is clear.
    thanks and regards,
    Vivekanandan.V

  • Set Iview Property

    Hi All,
    I m trying to set the property of an iview like transaction code in a transaction iview...i found many docs to make that possible via EPCD..what i need is to set the iview property..
    i have written some code also for that..
              Hashtable env = new Hashtable();
              env.put(IPcdContext.SECURITY_PRINCIPAL,request.getUser());
              env.put(Context.INITIAL_CONTEXT_FACTORY,IPcdContext.PCD_INITIAL_CONTEXT_FACTORY);
              env.put(Constants.REQUESTED_ASPECT,     PcmConstants.ASPECT_SEMANTICS);
              InitialContext ctx = null;
              DirContext dirCtx;
              List iViewList = null;
              ctx = new InitialContext(env);
    com.sap.portal.pcm.iview.IiView result =  (com.sap.portal.pcm.iview.IiView)ctx.lookup("portal_content/RnDCoKe/ParameterParNew");
    I am getting a typecasting exception in the above code..
    when i tried to display the returned object it is showing <b>com.sap.portal.pcm.iview.admin.AttributeSetiView</b>
    is there anything wrong in my programming??
    do i need to set any property in portal??
    pls help me as this is so urgent to me...
    Thanks..
    AD

    Hi Alex,
    could you solve your issue. I get exactly the same message.
    Thanks and regards.
    Markus

  • Create Slideshow Display sequence property doesn't work

    Create Slideshow Display sequence property doesn't work,
    I have selcted random but the slideshow always plays in order. I searched the scripts for any logi related to this and other properties set, but cannot find any refernce to any of these propoerties:
    transType='Random' transTime='1' firstImage='1' dispSequence='1'>
    How can I make the slideshow start  with a random image each time?
    thanks
    s

    Hello,
    I am back on this question, about how to get the non-flash version of the Creatr Slideshow v1.6 to display the images in a random sequence. Can anyone point me in the right direction, please?
    thanks
    juno

  • Displaying iView properties

    Hi,
    I created a JSP that contains a link to a portal iView that should be open in a new window.
    The problem is that new window appears with all the framework page.
    Is there a way to avoid this ?
    Thanks.
    Regards.

    Hi David,
    meanwhil I found out how to display iViews without portal masthead, navigation panel, etc. Use the following URL:
    http://<server>:<port>/irj/servlet/prt/portal/prtroot/<PCD_PATH>
    Replace <PCD PATH> with the pcd path of the iView. But be aware that you have to replace the chars ":" (with !3a) and "/" (with !2f).
    In the end it should look like this
    http://<server>:<port>/irj/servlet/prt/portal/prtroot/pcd!3aportal_content!2fmyfolder1!2fmyFolder2!2fMyiView
    Best regards,
    Martin

  • Train-stop display-name property bug?

    Hi all,
    I'm using JDeveloper 11.1.1.4.
    When using train taskflow with fragments I noticed that when I enter Display name property on view (train stop) it doesn't appear as train stop title on page at all.
    When I enter Display name in property inspector it generates code like this:
    <view id="configuration">
        <display-name id="__3">#{bundle.configuration}</display-name>
        <page>/views/configuration.jsff</page>
        <train-stop id="__5"/>
    </view>After moving display-name tag inside train-stop it looks like this:
    <view id="configuration">
        <page>/views/configuration.jsff</page>
        <train-stop id="__5">
          <display-name id="__3">#{bundle.configuration}</display-name>
        </train-stop>
    </view>and it works fine (displays in af:train component on page).
    Is this a bug or by design?
    As far as I remember this worked fine before 11.1.1.2?

    Hi,
    this is bug 11821340
    Frank

  • IView Property: application parameter

    Hello,
    I have a question regarding the iView property "application parameter": how can I set several application parameters?
    For example: first parameter useractionid=UAUSER; second parameter application=V01 - how can I seperate these parameters? with blank, with comma and blank or only comma, semicolon and blank or only semicolon, or anything else?
    Thanks
    Steffi Gründemann

    Hi Steffi,
    In the application URL, you can add the required parameters. First parameter followed by '?' question mark then '&' (only AND symbol). See the example below:
    http://host:port/testApplication?useractionid=UAUSER&application=V01
    Regards,
    Satya
    [Pls reward points if helpful]

  • How can BPC display the property in report input schedule

    When create a property, if the InApp is check, we can use the property in the MDX Query, however what is the best way to display the property in report and input schedule?
    Although we can use the EvPRO function, but according the definition of EvPRO
    "The EvPRO (Property value) function returns the value of a specified property for a specified member."
    for example =EVPRO("Finance","Sales","Currency") will returns USD, if the currency value for the member Sales is U.S. dollars., if I have a property group for account dimension, how could I display the value of group for all the account number?

    Hi
    you just use EVPRO like you mentioned:
    =EVPRO(Finance,$D20,group)
    In the cell $D20 your account number is displayed. You copy this function down for each account.
    -> just create an input schedule or report from a template, open the configuration panel. There you see this principle used for property High Level, Calc, ...
    D
    this method is perfect but you need to add the formula each time.
    I would prefer to use the formula using the after or before range in expansion options of evdre which would make it dynamic and you need not copy paste the formula to derive the property each time.
    Cheers
    Thanks and Regards
    Harish B K

  • System not listed in url iview property

    hi all,
    I am creating an URL iview. In property editor of the URL iview I cannot see not even one system listed. I checked the system, its permission, it does have end user permission.
    Can anyone help me to view the system in the url iview property.
    Thanks in advance
    -Priya

    Hi Priya,
    Here is a complete document on the portal integration of web dynpro applications (NW 2004):
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/uuid/d35bb690-0201-0010-988a-d669c8530518
    Additionally,
    http://help.sap.com/saphelp_nw04/helpdata/en/d8/6ee03fc2269615e10000000a155106/frameset.htm
    If you are using NW 2004s,
    http://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/0c7b2f25-0c01-0010-f2a2-f8a65a9dcad9
    Hope this helps.
    Regards,
    Srinivasan T
    Points=>Helpful Answers

  • How to get the iView Property value in NWDS

    Hi all,
    I my requirement I need to get some of the iView Property Value in NWDS.
    Can anybody help me for this?
    Helpful answers will appreciate.
    Thanks & regards,
    Kathiresan R

    Steps
    1. Define the properties in portalapp.xml
    <component-profile>
    <property name="user" value="asterix">
      <property name="personalization" value="dialog"/>
      <property name="plainDescription" value="User name"/>
    </property>
    </component-profile>
    2. Within the doContent(request is a signature in doContent) method of your AbstractPortalComponent please
    add the following code to access the property:
    public void doContent(IPortalComponentRequest request, IPortalComponentResponse response)
        IPortalComponentProfile profile = request.getComponentContext().getProfile();
        String Name = profile.getProperty("user");

  • New iView property in EP7.0 SPS14 - well almost

    We have just installed SPS14 on an EP7.0 instance, and one of the new features delivered in the SP is an iView property called Show ‘Expand’/’Collapse’ Icon in Tray.
    The relevant release note can be found [here|http://help.sap.com/saphelp_nw70/helpdata/en/21/b3eff447a5424f81bef348bcc169d8/frameset.htm].
    This looked promising as we frequently get calls from users who complain that they can't see a screen in the portal, and it is usually because they have accidentally collapsed an iView.
    The problem we have found is that it doesn't seem to work with WebDynpro iViews - Java or ABAP.
    Anyone else tried using it yet?
    Regards,
    John

    Hi John,
    i have the same issue. Did you find anything to suppress the icon? The only possibility i habe in mind is changing the theme and take a blank picture.
    Any Appreciation would be fine.
    Regards,
    Thomas

  • System option is empty in the url iview property editor

    hi
    I wanted to create a URL iview. I would also like to specify the System for the url iview. But when I go to the URL iview property editor, when I select the dropdown list next to system, there are no systems listed.
    Please explain me how to make the system available for the url iview.
    Thanks for the help
    -Mike

    Hi,
    Can you detail your requirement. URL iviews are iviews in which you can set any URL and the iview will connect directly to it. So, you cannot force set the URL iview to use a System.
    I guess you are trying to call some BW report. For this you can try to create an iview based on component
    com.sap.portal.appintegrator.sap and then select the application. In this iview you should be able to specify the system.
    Cheers!!

  • BI Role upload from BI-JAVA/Portal creates wrong url in Iview property

    Hi Everyobody
    here is a tricky one. Our BI DEV is a Systemcopy from the PRD.
    When we try to upload Roles from the BI-JAVA/Portal it generates the Iviews Worksets correctly.
    The only Problem is that the Iviews property "URL Template" is the one from the Production.
    On our DEV System:
    I checked the bsp from icf with the correct url
    I checked the HTTP URLLOC entry
    I checked the RSPOR_T_SETUP
    I even checkd  the Functionmodule RSBB_URL_PREFIX_GET
    I checked the SAP_BW alias /WAS property
    All have the correct URL.
    Does anyone know where else the wrong url could be located?
    Thanks for your help
    Murat

    it suddenly worked

  • Permanent change of iView property programmatically

    Hallo,
    I used this code to change iView property from another iView:
    private IPcmObject getPcdObject( IPortalComponentRequest pRequest, String pPcdUrl ) throws NamingException
                        IPcmObjectService pcdFactory = (IPcmObjectService) PortalRuntime.getRuntimeResources().getService( IPcmObjectService.KEY );
                        Hashtable env = new Hashtable();
                        env.put( Context.INITIAL_CONTEXT_FACTORY, IPcdContext.PCD_INITIAL_CONTEXT_FACTORY );
                        env.put( Context.SECURITY_PRINCIPAL, pRequest.getUser() );
                        IPcmObjectBuilder pcmSrv = pcdFactory.getInitialContext(env);
                        try {
                             return( (IPcmObject)pcmSrv.lookup(pPcdUrl) );
                        catch (NamingException e) {
                             throw e;
              public void onButtonClick_CV(Event event) throws Exception
                                                      IPortalComponentRequest aRequest =
                                  (IPortalComponentRequest) this.getRequest();
                   IPcmObject obj = null;
                             String iView = "portal_content/Example/com.example";
                                       try {
                                       obj = getPcdObject(aRequest, iView);
                                  } catch (NamingException e) {
                                       // TODO Auto-generated catch block
                                       e.printStackTrace();
                                  obj.getAttributes().put("StartUri","/documents");
                                  obj.getAttributes().put("path","/documents");
    ..... and when I access property by obj.getAttributes().get("StartUri"), I get right result: "/documents". But this is not permanent change of iView property - when I access this property later, I get old value of this property.
    Does somebody knows how to made changes permanent?
    Best Regards,
    Josef Motl

    Hi All,
    I want to read and modify the property of one iview from another iview.
    I wrote the following code. but,I am not able to print any property from get method....
    How to get and set any property of the iview.
    public class MyPortalExample extends AbstractPortalComponent
        public void doContent(IPortalComponentRequest aRequest, IPortalComponentResponse response)
              IPcmObject obj = null;
              String iView = "pcd:portal_content/example/animalselector";
              try {
              obj = getPcdObject(aRequest, iView);
              } catch (NamingException e) {
                   e.printStackTrace();
              response.write("object"+obj.getAttributes().size());
              while(obj.getAttributes().getIDs().hasMoreElements())
                   response.write(obj.getAttributes().get("Change By");
                   response.write(obj.getAttributes().get("path");
                   response.write(obj.getAttributes().get("name");
                   response.write(obj.getAttributes().get(obj.getAttributes().getIDs().nextElement().toString()).+"\n");
                   i++;
        private IPcmObject getPcdObject( IPortalComponentRequest pRequest, String pPcdUrl ) throws NamingException
         IPcmObjectService pcdFactory = (IPcmObjectService) PortalRuntime.getRuntimeResources().getService( IPcmObjectService.KEY );
         Hashtable env = new Hashtable();
         env.put( Context.INITIAL_CONTEXT_FACTORY, IPcdContext.PCD_INITIAL_CONTEXT_FACTORY );
         env.put( Context.SECURITY_PRINCIPAL, pRequest.getUser() );
         IPcmObjectBuilder pcmSrv = pcdFactory.getInitialContext(env);
         try {
              return( (IPcmObject)pcmSrv.lookup(pPcdUrl) );
         catch (NamingException e) {
              throw e;

  • Page not displaying iviews

    Hi Experts,
    I created a page with 2colums and assigned same iview 4 times. When I saw the preview of the page it shows 4 iviews in a page. I assigned page to role and tested, page shows only 2 iviews in First column only. Second column iviews is not displaying.
    Guide me to resolve this issue.
    Thanks,
    Srinivasu.Y

    Hi Srinivasu,
    The property of the iview that i mentioned is "Cache Level", check check this is set to none.
    And also you can check in the page in the page content section that all the iview added to it, have the check box visible selected.
    Regards

Maybe you are looking for