Send portal screen parameters to one absolute url in a different domain

Hi Experts,
We have a requirement wherein we have to send some screen parameters of the portal application to one url which is in a different domain.
We are currently using Iframe UI element and binding the source property of the UI element to a string attribute wherein we have set the url and the parameters.
The portal application is a webdynpro java application. The only requirement is to send the screen parameters to one particular url and nothing else. We do not want to create any html files and moreover we also do not want to make Iframe ui element visible in our webdynpro application.
Can you please suggest how can I acheive this?
Thanks & Regards,
Anurag

you can add the portal parameters to the target application URL
target app : http://some.com/application.jsp&param1=myvalue&param2=value
read URL parameters in Dynpro:
WDWebContextAdapter.getWebContextAdapter().getRequestParameter("param1");
Lemme know your requirement passing to URL or getting portal params
Regards,
Nikhil

Similar Messages

  • Parameterizing the target base URL (e.g. Domain name) in e-Test scripts

    Hi there,
    I am currently building all my functional tests (scripts) using e-Test, given a target TG1 machine with URL (http://www.myfirsturl.com)
    Later I am planning to run these tests against another target TG2 environment, let us say (http://www.mysecondurl.com).
    Is there a way to do easily it, thus avoiding the need to re-record all tests again (i.e. if the target system changes)?
    Many thanks,
    Nuno

    Yes, it should be available as part of the eTester group of products. You have to check the checkboxes for these products when you are installing eTester. Also, eManager and eLoad need separate licenses than eTester. Script Updater is a new Utility that is available with eTester 8.2. So if you have an older version, you will not see it. There are other ways to change URLs, using VBA, so if you cannot find Script Updater or can't upgrade to 8.2, you can try them.
    Do you have access to the Archived Empirix Forum? There are some threads that deal with this issue.

  • One way trust relationship between different domain windows server 2012 in different forest

    I'd like to build trust correctly between the domains A.local and B.int. A.local is on a Windows 2012 . B.int is on a Windows 2012 . Both machines are
    connected to the same LAN. The forest level in A.local
    machine is Windows Server 2008 and The forest level in B.int
    is Windows server 2012.
    I want a one-way trust relationship, i.e. users from A.local gain access to B.local.
    my problem it i create the trust put when i go to validate the trust between A.Local and B.int give me this error :
     The secure channel (SC) reset on Active Directory Domain Controller \\dc2.B.int of domain B.int to domain A.Local failed with error: There are currently no logon servers available to service the logon request.
    NOTE : Recently I
    UPGRADE THE Active Directory FROM 2008 R2 TO 2012 and i ping on A.local to B.int
    it is ping by name and IP but from b.int ping by IP JUST >>>
    ihab

    Hi,
    yes i already do it the setup conditional forwarding between the 2 domains and
    the firewall it is off 
    ihab

  • How to read URL parameters of one wdp component into other WDP component?

    Dear Experts,
    Can anyone let me know how to read URL parameters of one wdp component into other WDP component?
    My requirement is i have one standard WDP component with 3 URL parameters and i needto
    read that URL parameters along with their values in my Z-WDP component.
    Thanks
    SK

    Hi Santosh,
    You can read parameters send from one WebDynpro Component to another component by adding code in "HANDLEDEFAULT" Event Handler method ( Window )of your target Web Dynpro Component.
    data: lt_parameter             type tihttpnvp,
             ls_parameter             type ihttpnvp.
    lo_api_controller ?= wd_this->wd_get_api( ).
       call method lo_api_controller->get_message_manager
         receiving
           message_manager = lo_message_manager.
       clear : ls_parameter.
       refresh : lt_parameter[].
    * Read all URL parameters
       wdevent->get_data( exporting name = if_wd_application=>all_url_parameters importing value = lt_parameter ).
    if not lt_parameter[] is initial.
         clear : ls_parameter.
         read table lt_parameter into ls_parameter index 1.
         if ls_parameter-name = 'ACTION' and
            ls_parameter-value is initial.
           lv_flag = 'X'.
           clear : lo_msg.
           lo_msg = 'Action Parameter Missing in URL Link !'.
    *         report message
           call method lo_message_manager->report_error_message
             exporting
               message_text = lo_msg.
         else.
         endif.
    Best Regards
    Priyesh Shah

  • Passing Parameters from One Screen to Another Screen

    Hi All,
    I need to Pass Parameters from one Module Pool Screen to Another Screen.
    I have two Parameters in First screen. I don't want to use <b>Export and Import</b>
    The first screen record should sit in the Second Screen as it is.
    Please suggest me.
    Thanks and Regards,
    Prabhakar Dharmala

    An Idea,
    Create a function group, in that define global variables. Then create two function module. Pass variable from one function module and get in the another one.
    Hope this will help you to solve. If you need further help I will create and sent you a test code.
    Darshan.
    <i><b>Pl. Reward points to the helpful answer, it motivates us to answer more </b></i>

  • How to pass two parameters in one url?

    the tutorial teaches me to use
    /faces/Details.jsp?personId=#{currentRow.value['PERSON.PERSONID']}
    to pass one parameter.
    How can i pass two parameters in one url?
    /faces/Details.jsp?personId=#{currentRow.value['PERSON.PERSONID']}&personName=#{currentRow.value['PERSON.PERSONNAME']}
    is not right.

    The '&' character needs to be escaped, lest it be interpreted by the application server as a separator character in the HTTP query string. Instead of '&', try '%26'.
    // Gregory

  • Mapping schema one Webservice Url to another Webservice URL

    Hi ,
    I am working on Webserivce to Webservice communication(converting one response URL format to another response URL format) through SOA suite.
    The usecase: I have one Webservice URL(WSDL URL) which contains UniqueID,name etc in that scehama.
    I have to communicate with another web service url (Helloworld url) which contains some String in its schema.
    SO I want to convert Helloworld URL(one response URL) schema to first Webservice URL(which contains UniqueDI,name etc,I have get the response format of UniqueID,name etc from HelloWorld URL which gives response like 'Helloworld name'.
    So how do u do this?
    I hope u understand my problem,I need to get this done as soon as possible.It is very urgent.
    If u guys want me to talk on phone,I will talk and explain the situation on phone.
    I am from bangalore.I can talk to any phone.
    Please help me as it is critical situation for me.
    Thanks in advance

    Hi neeraj,
    Thank you very much for your response.
    As you mentioned about A ,B and C,
    I will explain about the usecase in those terms.
    A has request and response schemas.A has some response format. Both A and B are intended for meter reading after we give some input from A.B is from external vendor(external refarence).That vendor is going to give their WSDL url (It is not yet given).
    I am giving the Oracle Jdewveloper SOA composite editor picture also( I am assuming this based on input,Correct me If I am wrong):
    A sits in 'exposed services' swimlane and B sits in 'External References' Swimlane.I want to create one BPEL Process (That is C) which acts as bridge between both services.
    The requirement is : Request goes from A (A will have its own request and response schemas) to BPEL process(C).BPEL PRocess ( C ) talks to B and it has to take the(transform the) response from B and it should transform that response into A response fornat.Because A can't understand B's response.So B's response should be converted into A's response format.
    I assume that A and B services response formats have similar kind of fields(suppose A has one field like name ,B may have it as company name.I need to map or transform those parameters using transform activity(This is assumption)
    That was the reuirement.
    In order to get that, Do I need to map A's response schema to B's response Schema so that whatever response we get from B is converted into A's response format?
    How do I send request from A(What happens to response schema of A?) and How do I transform from B's response format into A's response format?
    I hope this has given clear picture about the requirement.
    Can u give guidance in this regard?
    Thanks in advance.
    Please help me out as it is very critical.
    Edited by: 899283 on May 29, 2012 12:21 PM

  • How to know which button has been selected on portal screen

    Dear Freinds,
                i an abaper i have one specific doubt regarding icon which has been selected on the portal screen.
    My requirement is we have portal screen on which i have two Buttons(or links) one Self and another for Dependents. i have to write an Bapi or RFC and give it to webdynpro developer.
    i have to write logic in my RFC based on the button selected on the portal screen (self or dependent) .
    in my RFC function module i have used import parameters &  table parameters( return value for the webdynpro to pick up)  . In the table parameters i have given structure z_struc  & the  Z_Struc has basically three fields
    a) self b) depndt c) flag.
    so i have written logic as
                       if v_flag_self = 'A'
                        logic for the self of the employee
                       elseif  v_flag_dep = 'B'.
                        logic for the dependent.
                       endif.
    so any one  could please let me know how i should pass on to the webdynpro
    or to recognize that the value for the Self he has to consider is A
    and dependent button he has to take is B. Because based ont he this flag values
    (A & B) only my logic works.
    how i should pass this values to him .
    Regards
    latha.

    Thanks!
    This wasn't there when I first looked at it, or I was looking at another location of the api, I will make sure to look at this one now :D.
    I basically did Action action = Dialog.show().
    then did if (action.equals(Dialog.Actions.OK))
    //code
    }So it works :).
    I like the custom action too, I'm interested in the example Action response = Dialogs.create()
          .title("You do want dialogs right?")
          .masthead("Just Checkin'")
          .message( "I was a bit worried that you might not want them, so I wanted to double check.")
          .showConfirm();I from the api it says that .create() is static Dialogs Type, so I'm curious how that's used as the Action in this case?
    Thanks again :)

  • Absolute url  not specified

    Hi,
    We had installed the Business Package for PPMDC (Business Package for Projects,Portfolio Management and Design Collaboration).
    While navigating to the portal on the Design Collaboration ->Collaborative Scenarios, and creating Collaborative Scenarios and clicking Save .
    We get the following error:
    The absolute url was not specified in the system administration (network tab).
    Also it also shows :
    Refer to the installation document First Steps with cFolders, which we do not find.
    Kindly assist me with this.
    Regards,
    Radeesh V

    Hi in the cFolders screen, go to the network administration link and in that go to network tab and enter the following:
    Proxy server name: http://servername (check with your basis)
    Proxy port number: xxxx (check with your basis)
    absolute url of the application: http://server:portname/cfolders/cfx_rfc_ui
    thanks
    p.s. If you are satisfied with the reply please reward.

  • Absolute url from h:form

    I need to send form data to an absolute url which is a jsp page out of my application.
    What should be in the attribute of CommandButton for this?
    Any help is greatly appreciated.

    Dear Sir, I have read your articles in your blog. http://balusc.blogspot.com/2007/03/post-redirect-get-pattern.html I have also posted a comment on this too. Frankly I am not an expert but I am learning jsf. I can still accomplish the task in jsp and html. But I want to learn JSF.
    I have the following case. I want all the <h:form> input data passed to an external url which reads them via the parameters names.
    I have created the following form in "process.jsp"
    <h:form prependId="false" id="form2" >
              <h:outputText value="Applicant Name: "></h:outputText>
              <h:outputText value="#{appbean.applicantName}" id="name"></h:outputText><br>
              <h:outputText value="AAMC ID" />
              <h:outputText value="#{appbean.aamcId}" id= "aamcid"></h:outputText><br>
              <h:outputText value="Applicant EmailId" />
              <h:outputText value="#{appbean.email}" id="email"></h:outputText><br>
              <h:inputHidden value="3.2" id="Version"></h:inputHidden>
              <h:inputHidden value="238098" id="Identifier"></h:inputHidden>
              <h:inputHidden id="Order_Items" value="0"></h:inputHidden>
              <h:inputHidden id="Order_Price" value="60"></h:inputHidden>
              *<h:commandButton  action="??" value="Process Payment" type="submit"></h:commandButton> *           
              </h:form>My appbean is as follows.
    public class ChmAppBean {
         public ChmAppBean() {
         private String email;
         private String aamcId;
         private String applicantName;
                    public String getEmail() {
              return email;
         public String getAamcId(){
              return aamcId;
         public String getApplicantName(){
              return applicantName;
         public void setEmail(String email){
              this.email = email;
         public void setAamcId(String aamcId){
              this.aamcId = aamcId;
         public void setApplicantName(String applicantName){
              this.applicantName = applicantName;
    }what should be there in the action="??" following code *<h:commandButton action="??" value="Process Payment" type="submit"></h:commandButton> *
    Your help is greatly appreciated in this regards. Kindly help..

  • Passing parameters from one OAF page to another OAF PAge

    Hello
    I was wondering, if there is a possibility of passing request parameters from one page to another page in EBS ( E-Business Suite).
    I tried using the following
    a) PageContext.putParamater ( "MyParamater", "ParamaterValue")
    b) I addded the above line of code by extending an page controller of the OAF page and personalized the page
    When I am trying to retrieve the value by getParameter() in the next page. I am also unable to get access to the parameter in the next page.
    I am trying the above code while trying to create expenses in I-Expense module...I would like to pass the ReportHeaderId from one page to another page for customization purposes. I Am not able to get ReportHeaderId in the ReviewPAge...There are no Business Objects in the Review page...hence trying the putParameter idea.
    Any help will be highly appreciated
    Thank You

    What is the source of the parameter? If the source is a VO, you can use the method I have specified in my previous post regarding updating the button properties. For example, you can include the param in the destination URL of the button as such:
    OA.jsp?page=/xyz/oracle/apps/.../myPG&retainAM=Y&addBreadCrumb=Y&myParam={@ParamSource}
    where ParamSource is an attribute from a VO.
    You can get this value via oapagecontext.getParameter()
    Can you please give details as to the source of your params (param-1, param-2, etc.). This will help in providing you suggestions.
    Regards,
    LC

  • PO - New Output Type to send an email to only One email Address

    Hello Gurus
    We have new requirement to configure Output Type to send PO's to only one mail address.
    We want to send all Purchase Orders of particular Doc Type - 0001 and for one POrg - ABCD to dedicated mail id ( lets say  ( xyz @ gmail com )  ).
    So that we can keep all these PO copies in PDF format at this mail id only (Note: id is not vendor mail id).
    So I would request you all to kindly guide me the steps to proceed for this - How I can configure this new Output type so that every time when we create PO for this criteria it will not get printed to printer but it will sent in PDF format to only one mail id.
    Subject of these mail sent to ( xyz @ gmail com ) should always contain " PO - Number of PO - Vendor Number/name ".
    Thanks
    Animesh Agrawal

    This can be done with the standard form itself.
    first find out the output type u r using.
    Then goto T-code NACE and then choose EF- purchase order and then select the output type u r using.
    Then goto the 'processing Routines' at the lefe side of the screen.
    There u can find out the output forms for this output typr u r using. Here add 'Simple mail-7' in the list and then give the program name and the smartform or the script u r using.
    We can also give the mail texts for this output form.
    After that goto ME22N and then choose the 'Messages' tab and then click the simple mail and in the 'communication method' kindly provide the mail id for which the PO mail has to be sent.
    And then the mail can be viewed in the inbox of the recipient.
    in this way we can sent the PO mail to the corresponding mail address,.
    I guess this will solve ur issue.
    Thanks and Regards
    Siva
    Edited by: Sivaprakash R on Apr 20, 2009 1:00 PM
    Edited by: Sivaprakash R on Apr 20, 2009 1:00 PM

  • PORTAL screen got down

    hi all ,
    i am working for ess mss portal , all of a suddden portal screen got down with unwanted sizing , kindly suggest me .....how to get default sizing ...any idea ?

    HI Jawla,
    1) apologies, i was busy yesterday and dint see your mails and SDN to reply u back
    2) i already told you , you need to specify the correct path of the services, if the path was wrong how it can be reflected. the path you specified doesn't contain any data so it was reflecting the blank page
    3) to reflect the old changes, you have the screen shot of old scenario which you have attached in SDN, you can make the changes in the same way
    i implemented this scenario in my project one year back....it was working fine with no issues...i feel very bad as mentioned as don't try this scenario it will collapse your portal
    Sorry if i troubled you at any part on this issue
    Regards
    Rajesh

  • When I use Adobe Send the screen goes dark when I hit send but never seems to complete the send task! and recover the screen.F

    when I use Adobe Send the screen goes dark when I hit send but never seems to complete the send task! and recover the screen?F

    Hi frank at luray,
    Does this issue occur with any file that you try to send, or do you find that it's specific to one file? If it's a file-specific error, and the file is large, please try sending the file via Adobe SendNow. (You can sign in to Adobe SendNow at Sign in or create an account | Adobe SendNow using the same credentials you use to sign in to Adobe Send.)
    Please let us know how it goes.
    Best,
    Sara

  • How to send computer screen to sleep whilst watching Apple TV via airplay using Yosemite?

    Does anybody know how to send computer screen to sleep whilst watching Apple TV via airplay using Yosemite? I've tried the hot key Shift + Control + Eject, but that sends the TV's screen as well as my iMac's screen to sleep at the same time. I don't want the 2 screens playing at the same time - I would like to send the computer's screen to sleep whilst the Apple TV continue's to play/mirror. Hoping someone knows how to do this?

    Thanks Vazandrew for your detailed explanation. I think you've answered my question in that what I'm wanting to do is not possible because it is mirroring in its entirety, unless it is being done via iTunes. 
    I live in hope that Apple (can in-time) organise the same screen sleep capability that operates via iTunes for people wanting to stream regular online TV via iMac!
    I would like to mark my question as answered by you, but had already checked the helpful star before going to mark the answered check mark. Didn't realise you could only mark one or the other…with no editing function.
    Your explanation as to what is going on with the mirroring was much appreciated, as I couldn't figure out why the short cut keys worked sometimes (via iTunes) and not others (via regular streamed online TV).

Maybe you are looking for

  • Can't add books to library

    Whenever I try to add ebook (either bought (i.e. link) or from my computer) into ADE i get the error message that "ADE 4.0 has stopped working". I have tried it several times, restarted the Computer, and reinstalled the program, but it still does not

  • Satellite Pro A200 - Can't install Windows 7 due missing CD/DVD driver

    Hello, I have a Satellite Pro A200, PSAE4E-046018N5 and I'm trying to install Windows 7 but I can't pass from step one because it doesn't found a driver: A message box saying: A required CD/DVD drive devise driver is missing. If you have a driver flo

  • When reflow text; How to change paragraph automatically when changing frame

    Hi Im new to indesign scripts, but thought that this maybe was the right forum to ask the following question. (Im using Adobe Indesign CS.5 ) Im currently trying to import a file (word file / excel both is possible) into an indesign book and formatti

  • HT202297 Why my Reminders are not being saved?

    It is not the first time that I use Reminders to record something, and after I shut down my iPad, the memo is gone. It's frustrating!!! Is there any way to recover those lost memos? How can I run iCloud? Thank you

  • Connecting WRT300N to WRE54G over Cat5 wire :\

    Does that work? Again, can I connect a wireless-g range expander (WRE54G) using an ethernet network cable to a wireless-n router/gateway and get them to work together? Why? Because I already have both and there's a big gap in the middle. Mirage