Hiding all parameters sended to report by using an URL

hello,
I am using OAS10G release 1 that contain a report server.
I want to know if it's possible to hide all argument that appear when I call my report from an url.
for example , my url :
http://myserver/rwservlet/un=test\pwd@hostring&p1=1&p2='01-02-2005'&rep_server=myreport_server
how to do if I want to hide all these parameters ?
how to encrypt the username/password?
is the rep_server.conf that will contain theses parameter ?
my report will be call from an html page.
thank's a lot.

Put the following string close to the end in $OH/reports/conf/cgicmd.dat
telemly: userid=test/pwd@hostring server=your_report_server destype=cache %*
After you've restarted the OC4J_BI_Forms then call this URL:
http://yourserver.com:port/reports/rwservlet?telemly&p1=1&p2='01-02-2005'&desformat=htmlcss
Regards,
Martin

Similar Messages

  • Discussion of ideas - passing parameters to a report

    Guys,
    I call a series of reports from my form and each report takes different parameters, these parameters are entered on the form then when the report is launched they are passed to the report. Rather standard and basic stuff.
    However can people suggest how they would envisage the problem of some reports requiring more or less parameters than others? (I can easily send all the parameters and the report just use which ones it needs). But if someone can think of a way in which I could somehow hide the unneccessary text items? Ensuring only the text items which relate to parameters required by the selected report are displayed this would be much appreciated.
    Thanks!

    I totally agree with Ino Laurensse idea of designing tables to store Reports and Reports parameters :
    2 tables is sufficient :
    Tab_Reports : /* Defines all reports */
    Report_Id Varchar2(30) Not Null PK
    Report_Desc Varchar2(255);
    Report_Params /* All parameters associated with the reports */
    Report_Id Varchar2(30) Not Null PK References Tab_Reports (Report_Id)
    Parameter1_Text Varchar2(30) /* Labael of Parameter */
    Parameter1_Type Varchar2(20) /* Type of Parameter- Varchar, Date, Number etc */
    Parameter1_Default Varchar2(255) /* To store any default values */
    Parameter1_Mandatory Varchar2(1) /* Indicates if Parameter value is mandatory or not
    Parameter50_Text Varchar2(30) /* Labael of Parameter */
    Parameter50_Type Varchar2(20) /* Type of Parameter- Varchar, Date, Number etc */
    Parameter50_Default Varchar2(255) /* To store any default values */
    Parameter50_Mandatory Varchar2(1) /* Indicates if Parameter value is mandatory or not
    NOTE :- The maximum Number of parameters to be set up depends upon the application. You
    will be in a better position to decide.
    All you have to do is the following :
    1. Define 2 Blocks within you form based on the above 2 blocks
    2. Query all records from table : Tab_Reports
    3. Double-Click on Report_Id should :
    3a. Pop up a window
    3b. Pop up window block has base table associated with child table : Report_Params
    3c. Report_Param is queried based on Reporet_Id Selected on the table : Tab_Reports
    3d. Use a Non-Database Text Item to enter the Parameter Value in block Report_Params
    NOTE :- You can set up Master-Detail Relation if you want to
    3d. In relavant trigger all you have to do is :
    3d1. Use Set_Item_Property to Non-Db Column to set the column data type, Mandatory and
    Initial Value of the parameter column
    This method, Let ORACLE forms do all validations. You don't have to worry about it.
    4. To Call reports with appropriate Parameters :
    4a. All you have to do is Loop through the Block and use Add_Parameter to the Parameter List
    before using the bult-in to call the report module.
    Whenever a new report is created, all you have to do is :
    1. Create a new entry in table : Tab_Reports
    2. Buld up the associated parameters table : Rep_Params
    -- Shailender Mehta --

  • Default Parameters in Crystal Report

    Hi all visitors
    I have created one crystal report and now i want to set the parameters to my report by using parameters in Crystal Report(  the parameters not from sql).My parameters are datetime datatype. in my report, i create one formula( get date from DocDate field from sql).How can i set the default "Todate" parameter as current date?
    Best Regards,

    Hi,
    So all of the seleciton is done using selecct expert.  They have alot of default values there...but if you go to advanced then you can do much more still.  So if you just want to only use the currentdate then you can just do something like
    date({IT_ChangeManagement.Deployment Date/Time}) = currentdate
    In the above case there would be no parameters needed and would show the currentdates information. You could of course do a varity of >= or <= using the above method. 
    If you want more flexability then you could create a parameter or two . Here is an example.  This is again done in select expert....
    if {?Start Date} <= date("01/01/2000") then
    date({IT_ChangeManagement.Deployment Date/Time}) = currentdate
    else
          {IT_ChangeManagement.Deployment Date/Time} >= {?Start Date} and
          {IT_ChangeManagement.Deployment Date/Time} <= {?End Date}
    The above defaults to the current date if the start date is older than 2000, otherwise it uses the start & end date parmeters.
    Make sense?

  • Manual bypass to view all history entries of all user for one report

    Test have been performed on standealone BIP 10.1.3.4.1 (Patch 11931697). May be it can be reproduced with previous versions and/or other J2EE container.
    Problem is now described in Oracle Support with bug ID : 12412334
    Bypass solution may be helpful for people who use work directly in BIP web interface or who integrate this web interface using HTTP URLs or HTTP/REST like custom app (and may be other cases...)
    When logged with an admin username, you can view OR filter "ALL" history of one all users for one report by typing an url like :
    http://BIP/xmlpserver/servlet/reporthistory?report_url=/REPORT_DIR_PATH/XDO_NAME/XDO_NAME.xdo&tfilter=all
    Where :
    BIP is BIP Server DNS
    REPORT_DIR_PATH is report directory path in BIP web interface
    XDO_NAME is report's name

    I don't think there is a way. There should be, but I've never seen it.

  • Request for sample reports developed using report designer

    Hi All,
    Request for sample reports developed using report designer.
    Thanks

    Ramesh,
    right now there really is no way to solve what you are looking for.  There partial solutions, but you will not be able to force a page break in a dynamic report.
    Here is what I have faced, and what I have come up with so far:
    I have a series of reports that have the same column heading, but spread over 5 pages in a fixed structure.  I need to be able to re-use the header and the general report design with 6 reports.  Here is my solution:
    1. Create an outline of the report.  I did all the formatting by creating a report section for each page.  You can force page breaks between the pages.  Upgrade to patch 1502 (came out last week) and you will see some new functionality (such as fit to page, page numbers, etc).
    2. Insert all you page breaks and do all the formatting.
    3. Insert an infoprovider.  Once in, you can just drag and drop the key figure cells into your formatted report.
    4. Create additional modification for formatting as needed.
    This fixes my problem (for now), but I had to do a lot of work to come up with this.  Also, the latest patch (1501 and 1502) has created an issue for me - there is a null exception when I try to use a variable or a filter value in the report body - I can't save the report.  I have an OSS message out, but our BASIS guys are going to be taking the lead on troubleshooting this.
    The reason that you are seeing some customers on the new pages is probably because of "how the cookie falls" - they just fit that way.
    I am trying to be positive and overcome the limitations that are in place right now. If my technical issue is solved, I would recommend upgrading to the new patch (1403 is the latest stable one in my opinion)
    good luck
    Pavel

  • Any SAP standard report is used to retrieve the inventory number based Asse

    Hi all
    Any SAP standard report is used to retrieve the inventory number based Asset ID.
    Please help us to provide the standard report.
    Regards
    K.Gunasekar

    Hi,
    Create the Sort version with field Inventory no, so that you can display Inventory no details in all Asset report.
    You can get "Inventory no" details by including field "INVNR" in Sort versions for Asset reporting(T.code - OAVI).
    Hope this information helpful for you.
    Thanks & Best Regards,
    M.Ganesan

  • Can we display report by using Tree node?

    hi all
    can we display report by using Tree node if yes then plz guide me
    sarah

    In the object-navigator in the form there is node named "Reports". Create a new entry and name it "REPORT".
    To call the report use something like the following code:
    DECLARE
      rep REPORT_OBJECT;
      vcServer VARCHAR2(100);
      vcJobId VARCHAR2(100);
      vcUrl VARCHAR2(2000);
      vcServer VARCHAR2(200) := 'PUT_YOUR_REPORTS_SERVERNAME_HERE';
    BEGIN
      rep:=FIND_REPORT_OBJECT('REPORT');
      SET_REPORT_OBJECT_PROPERTY(rep, REPORT_FILENAME, 'put_the_filename_of_your_report_here');
      SET_REPORT_OBJECT_PROPERTY(rep, REPORT_DESTYPE, CACHE);
      SET_REPORT_OBJECT_PROPERTY(rep, REPORT_DESFORMAT, 'PDF');
      SET_REPORT_OBJECT_PROPERTY(rep, REPORT_SERVER,vcServer);
      vcJobId := RUN_REPORT_OBJECT(RO_Report_ID, PL_ID);
      vcJobId := SUBSTR(vcJobId, LENGTH(vcServer) + 2, LENGTH(vcJobId));
      vcUrl:= '/reports/rwservlet/getjobid' || vcJobId || '?server=' || vcServer;
      WEB.SHOW_DOCUMENT(vcUrl, '_blank');
    END;

  • How to use Go URL to Navigate from one report to another

    I have used Actionlink option to navigate from one report to another, It is nopt working on the dashboard because i used presentation variables in my first report and its throwing me an error below, I have to pass on id from one summary report to detail report, I have created Go URL, Do i need to use that URL in my summary report column formula ?
    Need some info ~ Thanks ~Srix
    An invalid object was accessed during evaluation.
    Error Details
    Error Codes: QBB4RZQS:SDKE4UTF
    Location: saw.views.evc.activate, saw.httpserver.processrequest, saw.rpc.server.responder, saw.rpc.server, saw.rpc.server.handleConnection, saw.rpc.server.dispatch, saw.threadpool, saw.threadpool, saw.threads
    Expression: report.variables['TimePeriod']

    Hi ,
    Please refer the below threads.
    How to Navigate from one report to another report based on column values
    Navigating from one report to another report
    Re: Navigate from Report 1 to Report 2 using Go URL
    Award points it is useful.
    Thanks
    satya

  • Open multiple reports in WEBI Through URL

    Hi All,
    We are working on BO XI R3.1 WebI reports. We are trying to open multiple reportparts using opendocument url. We tested with juts one report part and it worked fine, but so far, the attempt for multiple report parts using same url has never succeeded. Can anyone suggest a way to achieve this?
    Thanks in advance.

    Hello ,,
    Could you please share the full scenario...
    How exactly you are expecting. with open document syntax.
    Thanks
    Santhu.....

  • Sending parameters to reports by using Run_Report_Object

    Hi All,
    How do I send parameters to report while using Run_Report_Object built-in ?
    Thanks in advance.
    Regards,
    Sanjay Kanakath

    hello,
    there is a builtin for setting the parameters :
    from the forms builder online help :
    DECLARE
         repid REPORT_OBJECT;
         report_prop VARCHAR2(20);
    BEGIN
         repid := find_report_object('report4');
         SET_REPORT_OBJECT_PROPERTY(repid, REPORT_EXECUTION_MODE, BATCH);
         SET_REPORT_OBJECT_PROPERTY(repid, REPORT_COMM_MODE, SYNCHRONOUS);
         SET_REPORT_OBJECT_PROPERTY(repid, REPORT_DESTYPE, FILE);
    END;
    you can use      
    SET_REPORT_OBJECT_PROPERTY(repid,
    REPORT_OTHER,
    'deptno=10');
    to set the Other Parameters property of the report object.
    regards,
    philipp

  • Batch Job to Create and Send Excel Reports Using!!!

    Hello at all,
    i have a Report which is created by an Query.
    My question is, how can i know if this report have a batch-job in background or not??
    I want to know if their is existing any job for this report???
    OTHER QUESTION, is:
    Is it possible to create a job for a Query-Report that is sending email in background??

    Hi ETN_58,
    in transaction SM37 you can look for jobs for a specific report using field "ABAP program name".
    when you create a job in transaction SM36 you have a button for "Spool list recipient". Fill it out to distribute the spool generated by the jog to a distribution list or an email.
    regards,
    Edgar

  • Send many reports using a single i bot..

    hi all..
    i have a requirement where i have to send many reports using a single i bot instance.
    How can this be achieved??
    Plz help guys..
    regards
    Mahi

    Its not possible i guess because only one report can be attached in an IBOT. Workarounds are you can add reports to dashborad an can send that dashboard page. Another thing is you can chain the ibots and put all reports in those ibots.In this case you have to kick off only one ibot but multiple emails will be fired.
    Regards,
    Sandeep

  • Securing Parameters send over Http (Reports 9i)

    What the proposed solution to secure parameters send over http.
    Let's take the example of a report which take a user parameter called 'secret_id'; I'd like to send over http a request dynamically construct from a servlet (or a jsp) which should look like:
    http://myserver:8888/reports/rwservlet?report=test.jsp+destype=cache+server=r90srv+desformat=pdf+secret_id=25568+userid=too/foo@pdde
    And of course I'd like to send userid and secret_id in a secure way.
    Is using SSL enough ?
    Is there some encryption mechanism available (think there was some thing in reports 3) ?
    Can we use hidden parameters ? And how would it be done ?
    Many thanks for any Hint / idea / recommendation.

    Well... got the same question ?
    Needs a solution for making a servlet, with hidden parameters and session identifiers to build the query string - how is this possible ???
    Anyone knows ? - it would be a big help.
    PS: seen the TextPDS, but neds an example with database connection.

  • QBE Report all parameters UNCHECKED

    I'm calling a QBE report in dynamic page using "QBE_REPORT_NAME.SHOW_PARMS. It's working fine but I have over 100
    parameters and I don't want the user to uncheck
    paramaters and run the reports. I want the parameter form appear as all parameters UNCHECKED. the user can select the
    paramaters required and run the report.
    any idea how this can be done?
    Thanks
    Vimal

    Hi,
    You can run the customization screen and uncheck all the parameters and save it by clicking on the save button. This you
    need to do it the first time. Next time when the customization form is run all the parameters will be unchecked. The user can then select
    the parametes and run it.
    Thanks,
    Sharmila

  • What reports are used to send PO, Conf and Inv from MM to SUS?

    Hi dudes
    What reports are used to send PO, Conf and Inv from MM to SUS?
    Regards
    Raj Kumar

    Hi Raj kumar,
    First implemting MM-SUS or EBP-SUS XI is mandatory. For sending a PO, it 's standard process. You have to define partner profile and once you create a PO system geneartes an IDOC with orders02 and send to XI from there goes to SUS.
    For confirmation you have to run the report rpoddelvery report . this reports sends all the GR's to SUS.
    Please follow the config doc and follow below links
    http://help.sap.com/saphelp_srm50/helpdata/en/56/54f137a5e6740ae10000009b38f8cf/frameset.htm
    http://help.sap.com/saphelp_srm50/helpdata/en/62/fb7d3cb7f58910e10000000a114084/frameset.htm
    http://help.sap.com/saphelp_srm50/helpdata/en/2a/38fd37dcc4e34ce10000009b38f842/content.htm
    Please let me know if any problem
    Thnaks
    Ravi

Maybe you are looking for

  • Video cards.

    Forum, I read the standard video card installed in a Mac Pro is an ATI Radeon 2600 XT 256 RAM. Is this card powerful enough to ensure satisfactory performance with Final Cut Studio 2? Thanks, Michael.

  • Problem printing files to Adobe PDF printer using VBA

    I have an Excel project. Part of the code prints the active sheet range as a PDF file. Later code then sends the PDF file as an e-mail attachment. The Code was originally written using the free application PDFCreator and works as intended. However th

  • HT1349 How do I backup photo folder that was transferred to my Iphone from another computer

    I had pictures tranferred from another computer to my Iphone 4s and I have done a backup to my Itunes however I can't find that folder on my MAC in Itunes. I want that picture folder in Itunes because I have purchased an Iphone 5s and want to tranfer

  • Import CD not working after iTunes Upgrade

    I just upgraded to iTunes 6.0.4.2 and now I can't import any CD's. My system is freezing, my CPU is pegged at 100% and the CD Rom is not even spinning. However, my HardDrive light is lit solid. Any ideas?

  • Purchase total amount Amount

    Hi, In oracle EBS 11.5.9, I need to get the corresponding table field of Purchase order application ie Purchase Buyer-> Purchase order Summary-> Total amount. or Purchase order header-> Amount. From which table field can I retrieve this data.? Is it