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]

Similar Messages

  • Pass iView property as parameter to JSP in PAR file.

    Hi All,
    I have a custom created PAR file in which there is a JSP page there is a variable which I need to provide to users as a configurable property of the iView. So that when a user configures a value to that defined property to the iView, my JSP from the PAR should automatically pick this value and carry on the processing further as required.
    I have done some research on my behalf, which even though turned out just half of the solution, but still even then the code does not seem to work. For reference, please see link below:
    [Reference Document|http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/508baf88-9335-2d10-efa6-c6ad61e5fc4b?QuickLink=index&overridelayout=true]
    I need this with very critical urgency, please, kindly help.
    Thanks and Regards,
    Abhishek Goel.

    Hi Prashant,
    I am sincerely thankful for all your efforts so far, but I still have a little problem with which I am stuck and somehow I think I am doing something terribly wrong.
    Just to test, I have included a button on the JSP page and on the click event of that button I have written my code in javascript as below:
    IPortalComponentRequest  currentRequest   = (IPortalComponentRequest)pageContext.getAttribute(javax.servlet.jsp.PageContext.REQUEST);
    IPortalComponentContext  componentContext = currentRequest.getComponentContext();
    IPortalComponentProfile  profile          = componentContext.getProfile();
    var xyzVal = profile.getProperty("xyz");
    But I am still not getting the desired value in the xyzVal variable. Please advise how to go about the code.
    Also i have tried writing this code in a Java Class file. Even after making the required imports I am getting am error in the statement as indicated below:
    IPortalComponentRequest  currentRequest   = (IPortalComponentRequest)pageContext.getAttribute(javax.servlet.jsp.PageContext.REQUEST);
    Thanks,
    Abhishek Goel.

  • Refreshing of WebDynpro iView when application is Expired

    Hi All,
    I am hosting a webDynpro application on Portal using WebDynpro iView.
    In the Application, I am passing the portal user who has currently logged in, using an iView property Application Parameter property as follows
    pUser =<Login.UserId>
    In the pUser variable i am getting the value of currently logged in portal user, which is used beigned used in Application .
    When WebDynpro application is getting expire as specified by Expiation property of Application, and when we again click on the link specified at the expiration Link,  application gets refreshed but the iView is not getting refreshed and the logged in user is not passed agian.Only when we click on the iView again the portal user is passed to application.
    Is there any way by which the we can refresh the iView when application is expire.
    Or is there any way by which we can pass the portal Role again WebDynpro application is expire
    Thanks in advance.
    Regards,
    Shruti.
    Edited by: Shruti Shah on Jan 7, 2008 5:40 PM

    Hi Shruti,
    You can use the UME APIs to get the logged in user.
    something like the below
    IWDClientUser user=null;
        IUser iuser=null;
         try
                 user=WDClientUser.getCurrentUser();
                 iuser=user.getSAPUser();
                 if(iuser==null)
                 msgMgr.reportException("null  SAP user",false);
                 else
                 msgMgr.reportSuccess(iuser.getUid());
            catch(Exception ex)
    Award points if helpful.
    Thanks
    Prashant

  • Application Parameter property

    Hi All,
    How to pass parameters for transaction iview through Application Parameter property

    Hi Santosh,
    Please refer to [Creating Transaction iViews  |http://help.sap.com/saphelp_nw70/helpdata/en/88/266a3e54a2e946e10000000a114084/content.htm]
    Application Parameter example looks like URL?sap-language=EN&sap-language=DN...
    Hope it will helps
    Best Regards,
    Arun Jaiswal

  • Error while passing Application Parameter in Transaction iView editor

    Dear all
    I am trying to pass some application parameters to one of the transaction iViews. Without passing any parameter in 'Application Parameters' field of the iView editor the iView can be previewed/displayed fine. But when I am trying to pass the parameters as follows <Screen_Parameter1>=<ABC>&<...>=<...> the preview is coming up with a Portal runtime error saying that the <Screen_Parameter1> is an invalid terminal property of the root context_
    Can anybody help me out with this?
    MAQ

    In any application parameter field u need pass screen_field
    u need to find the screen_field value first .
    login to backend ECC server , give u r required Tcode .
    click in  required field , press f1 -> click on Technical setting icon on top .
    in that screen , screen_field is the last field .
    copy  this screen_field value
    place ths screen _field value in application parameter field .
    example : rs38-programm=ztest
    here re38-programm is the screen field
      ztest is it's value .
    & this is used for the separator between 2 values

  • Changing the Application Parameter in the mass copied iviews

    Hi,
    I have copied the standard package iviews,pages,roles to a custom folder.Now I want to change the "Application Parameter" of the all copied iviews.Is it possible to do the mass change of a single parameter in all the copied iviews?
    If possible,please suggest how to achieve the same.
    Thanks,
    Rajani

    Hi,
    Yes, you can use the Multiple Property Replacement feature : [Multiple Property Replacement|http://help.sap.com/saphelp_nw70ehp1/helpdata/en/0f/764b87dfb948fcb13fd7695e157892/frameset.htm].
    Regards,
    Pierre

  • Application Parameter not reflected in Transaction Iview.

    Hi All,
    I have a requirement where i have to create the Transaction Iview for the Report which is created using the Report Writer.
    When i am giving the application parameter to it. It is not being reflected in the Portal.
    Also when i cross checked with the any Z Report its taking the application parameter and executing successfully.
    So is there any other settings for the Report which are created usng SAP Report Writer.
    If anybody has done this type of Iview then tell me .
    Regards,
    Dhruv Shah

    Dhruv,
    check this thread
    https://forums.sdn.sap.com/click.jspa?searchID=17849404&messageID=6257633
    Thanks
    Bala Duvvuri

  • Possible to get application parameter in value help

    Hello colleagues,
    we developed a value help for business partner to use it in an wda-component . in this value help only those business partner should get supplied where the user has a relationship to . to make it really difficult we can not use the backend user (crm) but the portal user . in the component which uses the value help we achieve to get the user via application parameter from the containing iview but as soon as the user calls the value help this context is lost and we can no longer use the application parameter (which is in fact "out" of the iview) to retrieve the user of the application and therefore get a dump.
    Is there a possibility who to get application parameter of a component in a value help called by this component ?
    Thanks in advance
    Michael

    Hi,
    PLease refer to this link
    http://help.sap.com/saphelp_nw70/helpdata/en/88/266a3e54a2e946e10000000a114084/frameset.htm
    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
    Pankaj

  • 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

  • Change application parameter during runtime

    Hello,
    I have a WD application that expects a parameter: system_name.
    The parameter is defined in the application parameter field and is correctly interpreted by the handledefault function of the startup event default.
    The handledefault event handle sets a context parameter mdm_system_name to the value of this input parameter.
    On the other side,
    I have an input field, where the context parameter mdm_system_name can be changed by the user.
    I would like to change the application parameter value in the URL , whenever the input field value has changed.
    Do you know whether this is possible?
    kind regards,
          Sahla

    Yes,you can.Just assign the new source to the source property of swfloader.

  • Set Application Parameter for Table

    Hi all,
    Can anyone explain me how to set application parameters for a web dynpro application. Is is embedded in an iView in Portal.
    I want to set the parameter WDTABLENAVIGATION to SCROLLBAR. I cant find it under Application properties.
    Thanks

    Florian,
    Please see [this document|http://help.sap.com/saphelp_nw04s/helpdata/en/7b/fb57412df8091de10000000a155106/frameset.htm] and [this thread|Re: Scrolling in tables using Mouse scroll button;. I'm not sure whether WDTABLENAVIGATION application parameter is available in Web Dynpro Java but it is available in Web Dynpro ABAP for sure.
    Hope this helps.
    Vishwas.

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

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

  • Application Parameter sap.suspendable.application

    Hello
    [https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/102ed591-62a6-2910-94ac-e6038ef7b76e |https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/102ed591-62a6-2910-94ac-e6038ef7b76e] describes that the application parameter sap.suspendable.application defines a Web Dynpro application explicitly as suspendable is to define a specific application property named sap.suspendable.application. Possible values are true or false. Not defining this parameter means that the application is not suspendable.
    This works fine for Web Dynpro Java applications but seems not to work for WD ABAP applications. Is this correct? Does seomeone of you have the same experience or an alternative?
    I found this alternative: [suspend & resume calls|http://help.sap.com/saphelp_nw04s/helpdata/en/45/19bf8c16f25d7ae10000000a11466f/frameset.htm]
    Greetings, Mathias

    -

  • How to define the application parameter 'sap.xss.BaseConfigurationID'

    Hello All,
    I am developing a webdynpro ESS custom self service application. I have completed the development of the DC. But at the end when I am creating the application for the DC, I am not able to figure it out how to define the application parameter 'sap.xss.BaseConfigurationID' for the application. I have defined remaining all the parameters as specified in the following link.
    [http://help.sap.com/erp2005_ehp_03/helpdata/EN/43/3b95dab4ab1800e10000000a1553f6/content.htm]
    Could any one please detail the process to define the parameter 'sap.xss.BaseConfigurationID' ?
    Thanks a lot.
    Regards,
    Seshu.

    Pick a representative file.
    Get info. (Command-i)
    There you will see a place "Open with" where you can select the application for that file.
    Hit the "Change all..." button to do this for all files of this type.
    charlie

Maybe you are looking for

  • How to remove extra html markups from adf generated code in webcenter porta

    hi! I am trying to develop navigation in oracle webcenter portal. My code is generating extra div's for li and a tags. how to remove the extra div's. code in my template for generating navigation is: <div id="JS-MainNav " class="menu9 clearfix"> <ul

  • Peculiar exception thrown. while starting the WLS6.0

    The following error is displayed event after using the original config.xml.booted file to start the server. I did this because I was trying to convert the existing wls510 properties file & for that I was creating one more server called myserver withi

  • Help, CheckOut causes error IFS-34611

    There was an error checking out logo.jpg: oracle.ifs.common.IfsException: There was an error checking out logo.jpg: oracle.ifs.common.IfsException: IFS-34611: Error reserving version series. oracle.ifs.common.IfsException: IFS-30054: Insufficient acc

  • How to set a viewable area with scrollbar?

    Hi, I am using a VI front panel to display an image. The VI loads an image dynamically and shows it in a picture control. The width of the panel and the picture control are set identically to match the image width, and a vertical scroll bar takes car

  • I have a MACMINI and use Skype daily,

    I have a Mac Mini and I use Skype daily, but after a few minutes it starts to echo badly and make noises, How do I control this? what do I have to buy to stop the noise?