IR parameters via a link

Hi,
I'm looking to pass a default parameter to an interactive report and came across this documentation which is exactly what we require.
The problem is that some of the reports are based on views that had their columns defined in a case sensitive manner. So as an example where the underlying table or view is defined normally (i.e. columns are not case-sensitive) then the above method works perfectly, the problem we have is where it has been aliased. So, for example, a view is defined as:
CREATE OR REPLACE VIEW my_view("DataSet", ....)
AS
   SELECT DATASET_ID "DataSet"
     FROM my_table;I've tried passing the parameter as IREQ_DATASET, IREQ_DataSet, IREQ_DATASET_ID, and even IREQ_"DataSet" and "IREQ_DataSet", the latter of which causes an error. As there are a large number of reports like this I'd rather not have to go back and change the view and update each report if at all possible.
Anyone any ideas?
Many thanks,
Gareth.

Hi,
Please look under Sample Application page 13.
In general it is passed with IR_ to the field name...
select 'f?p='||:APP_ID||':2:'||:app_session||':::2,RIR:IR_CUST_STATE:'||...
I hope this is helpful
LK

Similar Messages

  • Passing Parameters via HREF link

    Hello All,
    I would like to pass a parameter to
    a portlet using an:
    <a href="portlet ?id=somevalue"></a>
    I have searched the support groups and
    found no answer except the often repeated
    "Look at the Parameter passing Guidelines".
    I have read the guidelines, looked through
    the sample code and it still makes no
    sense.
    Seems like this would be an easy method
    in the JPDK but I cannot get anything to
    work that I have tried.
    Thanks in advance for any help!

    Could you install the sample portlets?
    Besides the Parameter Passing Guidilenes article there's another one that might help you: "Understanding the Parameter Passing JSP Sample".
    In the Training Center on the Community Home tab on Portal Studio, you find several online eClasses. The Building Java Portlets covers among others the parameter passing services. You can also download the example portlet.
    If you're more specific what your problem is, we could provide you more help.
    Regards,
    Peter

  • Executing sql server procedure  from oracle via db link with out parameters

    HI
    we have successfully created the link between oracle and sql server via DB LINK also able to access table from the
    sqlserver via dblink
    Can any one tell me how to execute procedure with 1 input and 4 out parameters from pl\sql
    is it possible using
    dbms_hs_passthrough

    You should be able to call it like you would any other procedure:
    dbo.procedure_name@dblink(parameter_list);

  • Webi - Pass Hierarchy Filter via Document Link

    Hi
    I am creating WEBI reports on BO 4.0 SP2 patch 8.
    I want to pass the parameters from Webi report 1 via document link to Webi report 2.
    Within report 1 you can filter the data by the following:
    Parameter 1: Customer
    Parameter  2: Calender Month
    Parameter 3: Profit center Hierarchy
    Parameter 1 & 2 work perfectly the selected customer and month passes to report 2.
    However Parameter 3: hierarchy is giving me hassles.
    I enter the Hierarchy into the document prompt text and key in editing the document link.
    On selecting the hyperlink I get the error message:
    " Invalid answer 0HIER [ ] for variable ZPCTR_GRP error message WIS 00013."
    Has anybody been able to pass a filtered Hierarchy via Document Links on BO 4.0?
    Regards
    Graham

    Hi,
    I haven't seen this particular issue come through support.
    the warning seems to suggest that an invalid selection has been made, however the brackets [ ]  show nothing!  So perhaps the string's been provided in the wrong format, or text is being returned when infact it needs key. (i'm speculating)
    a few questions to begin:
    - Are you passing a hiearchy interval as a range  parameter ?  (i.e. 2 or more nodes/members from different levels in the hierarchy)
    - Do you notice a difference when using the other viewer technology: DHTML (WEB) vs JAVA (Rich) ?
    It might be worth using the TraceLog service on the webi processing server and DSL_bridge (APS) to capture your workflow, and get more details error messaging.  Also, RSTT trace in BW may catch something of interest.
    Good luck
    Regards,
    H

  • Pass parameter to WD abap iview via Portal link

    Hello all,
    I have created one WD ABAP application and I am accessing the same with the help of URL parameters. I am retrieving these URL parameters in 'HANDLEDEFAULT' event handler of the application window.
    Now client wants to access the same with the help of NavigationParameter so I created relevant iView in portal and I am accessing application using link which is composed of portal link and NavigationTarget parameter.
    My question, If I want to pass application parameters via URL, How do I access the same in my window. Do I need some sort of separate mechanism to take the URL parameters to my application window when application is running on portal?
    Please share your thoughts on this.
    (Same problem explained in link /thread/672163 [original link is broken])
    Thanks in Advance,
    Prashant Jagdale

    Hi Kiran Kumar,
    Thanks for your document but still my problem is not solved. I will try to explain my problem in detail.
    I have developed one WD application and I was accessing the same using link suppose
    http://newdomain.abc.com:8000/sap/bc/webdynpro/sap/zwda_url_parameters?pernr=12345&name=test1&sap-client=200&sap-language=EN
    I was retrieving the values of of pernr and name in 'HANDLEDEFAULT' event handler by adding two parameters as PERNER and NAME. and it is working fine.
    Now this application is running on portal. and I am accessing the same using URL
    http://<server>:<Port>/irj/portal?NavigationTarget=ROLES://portal_content//myFolder/myRole/myWS/myPage
    but as i want to pass above mentioned parameter (pernr and name) via link, After an investigation, I am thinking to use of Dynamic parameter. So my link will become like
    http://<server>:<Port>/irj/portal?NavigationTarget=ROLES://portal_content//myFolder/myRole/myWS/myPage&DynamicParameter="pernr=12345&name=test1"
    So, my question is , how I can access these values specified in DynamicParameter in my WD abap iView. Whether they are available in 'HANDLEDEFAULT' event handler using method wdevent->get_data?
    I don't want to pass my parameters using iView property "Application Parameter."
    Please give some inputs on this. Also Please guide me whether I can use some other way to achieve this. but the thing is, i must want to pass the values via URL only.
    Thanks in Advance,
    Prashant Jagdale

  • Pass procedure/function parameters via URL

    how to pass procedure or function parameters via URL? External link processes payment, and returns some data. I have an example procedure that forms correct URL like:
    http://www.website.lt:7777/apex/f?p=109:6:1512552728675996::::P23_LOGIN_ID:UTREEP7Q84FHG
    but the other procedure returns with URL (and its wrong):
    http://www.website.lt:7777/apex/nora.pay_cancel?token=EC-76F379209K155914F
    the source of pay_cancel procedure:
    create or replace procedure pay_cancel
    (token in varchar2)
    as
    begin
    owa_util.redirect_url('f?p='||'109'||':'||'5'); --some test page
    end pay_cancel;
    whats wrong with the return variable?

    Sorry, permission problems, everything is OK with +<schema>.<procedure>?<variable>=<value>+ syntax.
    Execute sql: grant execute on pay_cancel to public;

  • Connecting to a cube via a linked server

    Hi
    I want to connect to a SSAS cube via a linked server. When I ran a query against the SSAS cube from directly from the SQL server it runs fine.
    If however I run the query in SSMS from my PC I get
    OLE DB provider "MSOLAP" for linked server "SSASServer01" returned message "The following system error occurred: .".
    Msg 7373, Level 16, State 2, Line 1
    Cannot set the initialization properties for OLE DB provider "MSOLAP" for linked server "SSASServer01".
    In the properties on the linked server I've defined an account to use for the connection to get round the double hop issue
    Any Ideas why I'm still getting the error?
    Alex

    Hi Mr P,
    According to your description, you get the error 7373 with message "Cannot set the initialization properties for OLE DB provider "MSOLAP" for linked server "SSASServer01"." when connecting a SSAS cube via linked server.
    Right?
    In this scenario, based on the error code 7373, it points to the issue of MSOLAP provider, please firstly check the properties setting for MSOLAP. Make sure the "Allow Inprocess" is selected. You may also have other options selected depends on
    your query.
    Also check if ports for your server (1434 and 2383) are listening proper locally and externally. Please refer to a similar thread below:
    https://social.msdn.microsoft.com/Forums/sqlserver/en-US/9d5bd9e0-c380-4a0f-bdab-857751c71fba/ole-db-msolap-provider-issues?forum=sqlanalysisservices
    If you have any question, please feel free to ask.
    Best Regards,
    Simon Hou
    TechNet Community Support

  • Passing Parameters via Post Method from Webdynpro Java to a web application

    Hello Experts,
    I want to pass few parameters from a web dynpro application to an external web application.
    In order to achieve this, I am referring to the below thread:
    HTTP Post
    As mentioned in the thread, I am trying to create an additional Suspend Plug parameter (besides 'Url' of type String) with name 'postParams' and of type Map.
    But when I build my DC, I am getting the same error which most of the people in the thread have mentioned:
    Controller XXXCompInterfaceView [Suspend]: Outbound plug (of type 'Suspend') 'Suspend' may have at most two parameters: 'Url' of type 'string' and 'postParams' of type 'Map'.
    I am using SAP NetWeaver Developer Studio Version: 7.01.00
    Kindly suggest if this is the NWDS version issue or is it something else that I am missing out.
    Also, if it is the NWDS version issue please let me know the NWDS version that I can use to avoid this error.
    Any other suggestion/alternative approach to pass the parameters via POST method from webdynpro java to an external web application apart from the one which is mentioned in the above thread is most welcome.
    Thanks & Regards,
    Anurag

    Hi,
    This is purely a java approach, even you can try this for your requirement.
    There are two types of http calls synchronous call or Asynchronous call. So you have to choose the way to pass parameters in post method based on the http call.
    if it is synchronous means, collect all the values from users/parameters using UI element eg: form and pass all the values via form to the next page is nothing but your web application url.
    If it is Asynchronous  means, write a http client in java and integrate the same with your custom code and you can find an option for sending parameters in post method.
    here you go and find the way to implement Asynchronous  scenario,
    http://www.theserverside.com/news/1365153/HttpClient-and-FileUpload
    http://download.oracle.com/javase/tutorial/networking/urls/readingWriting.html
    http://digiassn.blogspot.com/2008/10/java-simple-httpurlconnection-example.html
    Thanks & Regards
    Rajesh A

  • Error not getting while executing procedure via db link

    Hi,
    I am executing a database procedure remotely via database link from SQL prompt (SQL > EXECUTE REPLICATE_DATA@DBLK_SALE), and while getting any connectivity issue system is not giving any error (it is just showing as not responding)..
    if I am executing the same procedure directly in the remote database then it is giving error as
    ORA-02055: distributed update operation failed; rollback required
    ORA-02068: following severe error from DBLK_SALE
    ORA-03135: connection lost contact
    Can someone can help me on this
    Regards

    Dear 823755,
    You can think the Database link as a new sqlplus session to the distributed database. You should have defined a user to connect to that remote database and the user has to have the necessary privileges to revoke the relevant object. Does it have that privilege? Can you even connect to the remote database instance?
    SQL> SELECT * FROM DUAL@DBLK_SALE;Regards.
    Ogan

  • Connecting HP Laserjet 1010HB with Macbook Pro via D-Link Network!?

    Good evening,
    I have a MacBook Pro and I want to be able to print via WiFi.
    The Printer is hosted by a Windows Computer via D-Link Router Network
    My sister who has a Windows Laptop is able to print.
    I read about Bonjour but this seems to be a software for windows computers
    to print with a Networkprinter hosted by an Apple-PC.
    I need exactly the opposite.
    Host: Windows 7 (D-Link Router DIR-655)
    Me: OS X 10.6.7
    I tried to use Shareport Utility but without success.
    Shareport doesn't show the Printer.
     > system settings > print and fax > + > doesn't work. What settings should I use? LPD, IPP, HP Jet direct socket.
    And the driver: We got a HP Laserjet 1010HB -> HP Laserjet 1010, HP Laserjet 1010 v2 Gutenprint, HP Laserjet 1012, v2  1012 gutenprint.
    How ever I don't know what to do.
    And I will certainly NOT buy any additional Airport thing of Apple or they can **** ***** ****** ** ***** **** and I will **** ***** **** ****
    Hope you can help me.
    cheers

    Thanks for the feedback LilyLC. I too have gone through all of your steps and a host of others. Still with no luck. No problems at all with my Airport Express, but still no way to keep up a connection with my DIR-655 via WIFI N. I tried all of the steps with each firmware version too. I've given up at this point. I want the 2 months of my life back that I spent troubleshooting this mess. At least Apple could acknowledge this and say we are on it, and that it isn't only "in our heads."
    /begin rant/
    I think that Apple needs to do some re-evaluating of their software release schedule/quality control. At this point I would rather wait and have them get it right then put out subpar updates and fall into the downward spiral pattern of "the rest of them". My confidence has been shaken and I've been a mac fan since the beginning. I just want Apple to split off the iPod/Phone/TV etc. into its own division and to get back on track with the Mac line starting now. We need this stuff to work to make a living and this takes a higher priority in my mind than new twiddle apps on the iPhone.
    I do own two iPods and an iPhone but would chuck them in a river to get Leopard working solidly with the majors like Adobe, Extensis, Epson, as well as stable networking, syncing and backups. Apple really has their hands full at this point with a large list of bugs. I really wish them well but can't say I'm in the least bit happy as a consumer at this point. For the first time in a long time I feel sheepish when answering whether or not I'd recommend a Mac, and that hurts me deeply for some reason.
    /end rant/

  • Hello, I am attempting to install Camera raw from a .zip file provided via a link provided by adobe for a Nikon D810. The .zip file unzips fine and I moved the files to the recommended folder. But the operation is failing

    I am attempting to install Camera raw from a .zip file provided via a link provided by adobe for a Nikon D810. The .zip file unzips fine and I moved the files to the recommended folder. But the operation is failing

    Can you describe what “the operation is failing” means?  What is happening and how is it different than what you expect?
    Also, what product are you trying to update manually, and do you have a link to the page of instructions, so we know what your attempting to do?

  • Adobe PDF files will not display when called via a link in page (FF 4.01)

    adobe PDF files will not display when called via a link in page.
    This happens when testing new web page from DWeaver CS5 - all other browser tests are OK (IE9, Safari5.05, Chrome etc.)

    [moved to the Adobe Reader (desktop) forum]

  • Changing fields in form opened in query mode via a link from a report

    I have a summary report which allows me to access a form via a link: The form opens up with its fields populated with the corresponding record from the report.
    Can additional code be added to the after displaying page section of the form such that some of the fields can be assigned with different values from those in the original record? If so, can anyone offer some sample code for this?

    Hi,
    You can access and set the values of the columns in forms by using certain apis. All the columns in the form are available in the session which can be accessed and set.
    Sample Code
    declare
    flightno number;
    ticketno varchar2(30);
    tdate date;
    persons number;
    blk varchar2(10) := 'DEFAULT';
    begin
    flightno := p_session.get_value_as_varchar2(
    p_block_name => blk,
    p_attribute_name => 'A_FLIGHT_NO');
    ticketno := p_session.get_value_as_varchar2(
    p_block_name => blk,
    p_attribute_name => 'A_TICKET_NO');
    tdate := p_session.get_value_as_date(
    p_block_name => blk,
    p_attribute_name => 'A_TRAVEL_DATE');
    persons := p_session.get_value_as_number(
    p_block_name => blk,
    p_attribute_name => 'A_NOF_PERSONS');
    p_session.set_value(
    p_block_name => blk,
    p_attribute_name => 'A_FLIGHTNO',
    p_value => to_char(NULL)
    p_session.set_value(
    p_block_name => blk,
    p_attribute_name => 'A_TICKETNO',
    p_value => to_char(NULL)
    p_session.set_value(
    p_block_name => blk,
    p_attribute_name => 'A_TRAVEL_DATE',
    p_value => to_char(NULL)
    end;
    The above code sets and gets value of the form fields. The form field is accessed by prefixing "A" to the form column name. For example if the column name is "DEPTNO" then to access or set value to it you should refer to the session variable "A_DEPTNO".
    Thanks,
    Sharmila

  • Sharing an imported PDF via a link

    I uploaded/imported an AcroForm to my FormCentral (FC) account, added the submit button in FC and now I'd like to share a link to the file for users to access the form, vs me having to send them a the Submission-Enabled PDF version that I downloaded.
    I thought there was a way to share the PDF via a link, however, the "copy fillable form link" button is greyed out. My understanding is that the form that I uploaded to my FC account is hosted on the Adobe server, so why can't I generate a link that I can have others point to - to access the form?  Or is the option to share direct links to the form ONLY for Web/HTML forms created within FC?
    Please advise.

    Hi; 
    The Import AcroForm feature allows you to use a form you have already authored, not requiring you to re-author in FormsCentral, to collect your data in FormsCentral and access features like Submission Reciepts, Notifications and the reporting available allowing you to share access to the responses etc.  The Imported PDF does not create an HTML fillable form and does not provide any URL to the form.
    You can host your form on a website and create a link to download the PDF from there rather than attaching the PDF to email, but there is no URL provided by FormsCentral.  How complex is your form?  Could you re-create it using our authoring?
    Thanks,
    Josh

  • When opening FF via a link, the window doesn't open maximized

    If I start Firefox with a shortcut I have no problems, but if the browser isn't already opened, and I click a link in IRC, email etc. the browser starts in a window instead.
    Simply maximizing the window and then closing the browser doesn't fix it, since it only seem to remember the window position and size as long as it's not maximized.
    Going into properties of the shortcut and setting it to start maximized (it already is) doesn't change anything, since as I said, the problem is only when opening the browser via a link and not a shortcut.

    That's normal behavior for Windows, I think.
    It's possible there is an add-on to address this specific issue. If not, I wonder whether someone could craft a GreaseMonkey userscript that would be able to ''intelligently'' address this situation (i.e., it has to work on any site, but only if it's the only page open).

Maybe you are looking for