BW WEB REPROTS

Hi Experts,
                 I have one doubt, is there any possibility to the URL generated for the BW reports with out converting as webreport and then publishing to EP Portal and generating, i don't want all these things, i have several business content reports, i want those reports to be displayed in the internet explorer, but those are getting displayed, but the problem is that if i have to give those reports to my higher authorities, i want to give just URL without converting as webreport and then publishing to EP.
it's an urgent,
Regards,
Your inputs will be appreciated

?&VARID=
http://itcchqbd:8000/sap/bw/BEx - The Service being used in SICF
- Default language for client and page no ( ignore page number )
CMD=PROCESS_VARIABLES& - You have a variable that is to be entered by the user
&REQUEST_NO=1 - The request no determines if it is the first time the variable time is being called ...
CMD=PROCESS_VARIABLES&SUBCMD=VAR_SUBMIT& - submit the variable
Better thing is to use a link like :
http://itcchqbd:8000/sap/bw/BEx?SAP-LANGUAGE=E&PAGENO=1&CMD=LDOC&template_id=<your template>
this will load the template and then your variable display screen will get displayed.
Arun
Assign points if useful

Similar Messages

  • Webi Reprot - Query timeout expired(35 Mins)

    Hi all,
    I am getting below error for one of my webi report. The same report query which takes 5 mins to run against  SQL SERVER 2008 R2 data base.
    Error Message:
    Webi - [Microsoft][SQL Server Native Client 10.0]Query timeout expired
    Environment details:
    BO : XI3.1 SP3 FP 3.3 Edge
    OS: Windows 2008 R2 Data Center , 64 Bit
    Tomcat :5.5.20
    Same report is running successfully in another BOE Server details given below
    BO : XI3.1 SP2 Edge
    OS: Windows 2007 SP2 , 64 Bit
    Tomcat :5.5.20
    Please help me .

    Do you have the exact same 32bit DSN setup on both servers ?
    Using same version of drivers ?
    Are they both connecting to same DB ?
    If you run tracert from each server to the DB - do you get same result ?
    If you run this query in MS SQL studio on each server - you get same results timewise ?

  • Getting an Error while exceuting the WEB Reprot (urgent)

    Hi Folks,
    When i am trying to excute the report from 01/01/2006 to 21/10/2006. I got an error :
    500 SAP Internal Server Error
    Error message:  Time limit exceeded. (  type of termination:  RABAX_STATE ) .
    What is the reason causing for this any ideas???
    Urs,
    Raki.

    Hi
    while  executing the query in RSRT it got short dump and the error was saying that " After some time the porgramm got terminated.In the case of work area,this means that -endless loops(DO,WHILE ..)  - database acess producing an excessively large result set.
    The system profie "rdisp/max_wprun_time" contins the maximun time for the programm.
    the cureent settings is 600 seconds . Once the time limit has been exceeded,the system tries to terminate any sql statment that are currently being excuted and tells the abap processor to terminate the progaram. The maximum run time of a program is atleast twice the value of the system profile parameter "rdiso/max_wprun_time".
    <b>How to Correct the error</b> :
    Increase the system profile parameter"rdsip/max_wprun_time".
    Depending the casue of the error take one of measures:
    - Endless loop - Correct Program.
    - Dataset resulting from database acess is too large :Instead of "SELECT * ... END SELECT", use SELECT * .. INTO internal table(for example).
    "TIME_OUT " C
    "SAPLRSDRS" or  " LRSRSF04"
    "FETCH_DATA_OPENSQL".
    What exactly i have to take the next step ?? Explan bit step by step.
    Urs,
    Raki

  • Unix shell script should execute (run) webI report.

    Hi
    i am new to BO.
    I have webI reports developed, can any one tell me how  to execute a webI reprot using unix sheel script.

    Hello Vijaya,
    Thatu2019s an interesting question.  BusinessObjects does not supply any native UNIX shell interfaces or scripts for running/executing Webi Reports. Not knowing what it is you are exactly trying to accomplish Iu2019ll give a very general answer.
    I have had several customers who had requirements to have external systems execute, refresh and export reports in BusinessObjects Enterprise before.  These external systems could execute a shell script so what they have ended up doing is creating generic Java applications that use the BusinessObjects BOE Java SDK. Once they had the Java application created their external application could execute a java directory or they created shell wrappers that were called.  So what you could do is create some Java applications that wrap the functionally you need and then execute those from the command line.
    With that said there is a lot of functionally built into BusinessObjects Enterprise.  If I was to know exactly what you were trying to achieve I might be able to point you in the direction of an existing product feature.
    Cheers,
    David.

  • How exclude values based on text in web report

    hi ,
    i wanted some clarifications
    how to exclude values based on text in web report.

    hi ,
    we had following  requirement.
    in web reprot we had sales group as a drill down.
    now our client wants we can restict sales group values  based on text.
    like  11 -  XXXX.
    here 11 key value and xxxx is the text.
    as of now we can restrict values based on key values.
    but client wants we can restrict values based on text.
    if you have any ideas on that plz let me know.
    Regards,
    Murali

  • Xcelsius  Refresh data

    Hi
    I have some doubts in Xcelsius
    what is best way to get updated data  into Xcelsius SWF file
    how to link Webi reprot from Xcelsius SWF file

    Hi Ray,
    In the excel spreadsheet that contains your live office object, right click on any cell in the live office object and select Live Office >> properties. If you have prompts in you webi document, you'll see a prompts tab in the Live Office Object Properties window. Then you can bind you webi prompts to any cell in your spreadsheet.
    Once you import the above spreadsheet to Xcelsius, you can link your Xcelsius objects to the above cells, and that will take care of the passing new prompt values to the underlying webi document.
    Bobby

  • Can Not Run the Reprot over the web

    I have this code to run a reprot from a form over the web but i get this error.
    The Report is already added to the reports node in the form moudule.
    In Alert :
    REP-0503 You did not specify the name of a report
    In status Bar:
    Frm-40738 Argument 1 to builtin REPORT_OBJECT_STATUS cannot be null
    My Code:
    DECLARE
    rep_id REPORT_OBJECT;
    rep_server VARCHAR2(40);
    rep_job_id VARCHAR2(200);
    rep_status VARCHAR2(100);
    BEGIN
    rep_id:=FIND_REPORT_OBJECT('report');
    set_report_object_property (rep_id,report_destype,cache);
    rep_job_id:=RUN_REPORT_OBJECT(rep_id);
    rep_status:=REPORT_OBJECT_STATUS(rep_job_id);
    Message('after reprot job status--> report_job_id:= '||rep_job_id);
    if REP_STATUS = 'FINISHED' then
    WEB.Show_Document('http://jalal:8888/reports/rwservlet?Getjobid='||rep_job_id||'&server=test&','_blank');
    -- WEB.Show_Document('http://jalal:8888/reports/rwservlet?report=test.rdf&userid=vmsuser/oracle@orcl&destype=cache&desformat=html&pagestream=yes&server=test&','_blank');
    else
    message('report failed with error message:'||rep_status);
    end if;
    END;
    why i am getting this error message ?

    The problem is that the FIND_REPORT_OBJECT call is not finding the report object. Do you already have this object defined in the Form?
    Regards,
    Danny

  • How to acheive Pagination and Dynamic sorting in Web layout.

    Hi All,
    I'm new to Oracle Reports. I use Report Builder 10.1.2.0.2.
    I tried creating a template for simple tabular report. I modified the tempalte for Paper layout, Web layout ie modified .tdf, html, css files.
    When the data is dispalyed in the web browser, i need to do Pagination and dynamic sorting (ie when the column heading is clicked, it needs to do sorting by that column).
    In the jsp page of the report, it is possible but i want to incorporate this functionality in the Template. So that a single template can be used across multiple reprots with out any modification.
    Can any one please tell me how to do this.
    Please reply me at the earliest. Its very urgent.
    Thanks & Regards,
    P. Gayathri Devi

    Igor,
    You'll need to switch from using Partial Page Rendering to full page submits on that report. In version 4.0 we should be getting more control over event handling in PPRs but to what extent is still unknown.
    Regards,
    Dan
    http://danielmcghan.us
    http://sourceforge.net/projects/tapigen
    http://sourceforge.net/projects/plrecur

  • Is it possible to schedule a Webi report based on another input, i.e. expose a time in which a process was finished.

    These are Webi, user created reports.
    Is it possible to schedule a Webi report based on another input, i.e. expose a time in which a process was finished (this can be obtained via a SQL call, service call, etc).
    The issue is that if a user schedules a report for 9PM but a process to move data, etc has not completed then that forces the user to keep re-freshing the report hoping that the process has been complete.
    Ideally, in the selection UI add to the dropdown for 'when' the option 'Use Process X completion Time' (since it is a daily report).
    Then starting around 9PM check to see if that 'time" value is populated then refresh (run) the report. Or it could just be a flag that the process has finished.
    User's in the webi environment are asking for this, and moving their reprots to BO is not an option. That's why they have the custom webi enviroment.
    Thank you.

    There is no very good way to create a working event based on a file as the file will need to be deleted as soon as the event is triggered. However there are work around which can be done for this. Here is a link which is discussing about the process.. http://scn.sap.com/thread/1677109
    Once you have created a file based even in CMC > Events> System Events and made a work around program to delete the file once the event is trigged all you would need to do in webi is in launchpad just schedule > Events > select the file based event from all available system events. Here is a screenshot how to make a report run based on a event..

  • Error - when a report is scheduled in WebI - "this"

    Hi,
    I have a very complex report which connects to BEX query and have complex contexts and many variables to satisfy the requirement.
    Firstly to run the report it takes a long time as the Cobra fails due to the heap size even when the size is increased. Hence the work around solution was to schedule the reprot. the report it self runs on Prompt where the object is an Hierarchy Object.
    Now when I run the report I have an error message stating below
    "while trying to invoke the method com.sap.ip.bi.base.application.base.IModifiableListBase.get(int) of an object loaded from field com.sap.ip.bi.bics.dataaccess.consumer.impl.queryview.resultset.tuples.RsAxisTuple.m_elements of an object loaded from local variable 'this'"
    I have followed the OSS notes recomembed in one of the notes (1774121) but no luck, I have changed as suggested below but still I the same error.
    OSS - Recomendation, also tried to increse the Timeout to "7200000"
    SAP note: 1774121, make sure "R" in --RequestTimeout 3600000 as "-requestTimeout 3600000" . SAP recommend to timeout as 2 hrs or 3 hrs

    Telaprolu Sarat,,
    Can you try these workarounds:
    Since you told yours is a very complex be report, I would suggest you to enable cache on the Bex and prerun on the BW side.Schedule the same bex. Now when the webi runs, it will pickup the cache instance and run much faster for BOBJ
    Can you please check if the report runs fine if the underlying data set is reduced.In that case, can you purge the data and rerun the report and see how it works
    What are the hierarchy dimensions involved in your report. Can you run the report by dropping those dimensions and the hierarchy variable.
    I strongly suspect it has something to do with Hierarchy/Variables.
    Please keep us updated.
    BR
    Prabhith

  • Open the WebI report from Xcelsius dashboard

    Hi All,
    I would like to know how to open the WebI report from the xcelsius dashboard.
    Looking at the previous posts I followed the following steps to implement the same but that is not working.
    Inserted the component URL button and used the folowing link:
    http://servername/OpenDocument/opendoc/openDocument.jsp?sType=wid&sIDType=XXX
    But this is givingerre: " Internet Explorer cannot display the webpage"
    Also, tried the copying the reprot link, but that is opening the Infoview login page.
    I want the report to opened when we click the URL button.
    Could someone please provide me a solution.
    Thanks in advance.
    Regards
    Sindhu

    did you try passing the iDocID parameter? When prompted did you try to login to InfoView and check whether Report gets displayed?
    Ideally the URL should be as below:
    [http://<server>:<port>/OpenDocument/opendoc/openDocument.jsp?iDocID=<cuid_of_the_document>]
    If you want to bypass the logon screen,you need to modify the OpenDocument.jsp to pass logon token to the above URL i.e.token=+token where the +token is being retrieved by sdk.

  • Web Service Parameter error

    Please help me, I'm too much lost because I can not pass ParameterFields to the CrystallReportViewer, It always give me the error
    "Object reference not set to an instance of an object."
    Only simple report and only one ParameterFields . Nothing else:
    The code I pass parameter is copied from the MSDN help as the following:
    public partial class Form1 : Form
    public Form1()
    InitializeComponent();
    private void Form1_Load(object sender, EventArgs e)
    crystalReportViewer1.ReportSource =
    "http://localhost/ec/reports/CrystalReport1Service.asmx";
    try
    SetParameterFieldInfo("x1", "xxxx");
    catch (Exception)
    throw;
    private void SetParameterFieldInfo(String fieldName, String fieldValue)
    CrystalDecisions.Shared.ParameterDiscreteValue parameterDiscreteValue = new CrystalDecisions.Shared.ParameterDiscreteValue();
    parameterDiscreteValue.Value = fieldValue;
    CrystalDecisions.Shared.ParameterValues currentParameterValues = new CrystalDecisions.Shared.ParameterValues();
    currentParameterValues.Add(parameterDiscreteValue);
    CrystalDecisions.Shared.ParameterField parameterField = new CrystalDecisions.Shared.ParameterField();
    parameterField.Name = fieldName;
    parameterField.CurrentValues = currentParameterValues;
    //if (parameterField.HasCurrentValue)
    // MessageBox.Show(parameterField.);
    CrystalDecisions.Shared.ParameterFields parameterFields = new CrystalDecisions.Shared.ParameterFields();
    parameterFields.Add(parameterField);
    crystalReportViewer1.ParameterFieldInfo = parameterFields;
    As you can see from the above code it is very straight. I always get the following exception:
    at CrystalDecisions.Windows.Forms.ParameterFieldInfo.get_isDCP()
    at CrystalDecisions.Windows.Forms.ParameterValueEditControl.Start()
    at CrystalDecisions.Windows.Forms.ParameterUnit.AddEditControl(ParameterValue pv)
    at CrystalDecisions.Windows.Forms.ParameterUnit.UpdateControls()
    at CrystalDecisions.Windows.Forms.ParameterUnit.set_ParameterFieldInfo(ParameterFieldInfo value)
    at CrystalDecisions.Windows.Forms.InteractiveParameterPanel.ShowParameters()
    at CrystalDecisions.Windows.Forms.CrystalReportViewer.ShowInteractiveParameters()
    at CrystalDecisions.Windows.Forms.CrystalReportViewer.ShowReport()
    at CrystalDecisions.Windows.Forms.CrystalReportViewer.OnPaint(PaintEventArgs evtArgs)
    at System.Windows.Forms.Control.PaintTransparentBackground(PaintEventArgs e, Rectangle rectangle, Region transparentRegion)
    at System.Windows.Forms.ToolStrip.EraseCorners(PaintEventArgs e, Region transparentRegion)
    at System.Windows.Forms.ToolStrip.OnPaintBackground(PaintEventArgs e)
    at System.Windows.Forms.Control.PaintWithErrorHandling(PaintEventArgs e, Int16 layer, Boolean disposeEventArgs)
    at System.Windows.Forms.Control.WmPaint(Message& m)
    at System.Windows.Forms.Control.WndProc(Message& m)
    at System.Windows.Forms.ScrollableControl.WndProc(Message& m)
    at System.Windows.Forms.ToolStrip.WndProc(Message& m)
    at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
    at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
    at System.Windows.Forms.NativeWindow.DebuggableCallback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
    at System.Windows.Forms.SafeNativeMethods.UpdateWindow(HandleRef hWnd)
    at System.Windows.Forms.Control.Update()
    at System.Windows.Forms.ToolStrip.ClearAllSelectionsExcept(ToolStripItem item)
    at System.Windows.Forms.ToolStrip.NotifySelectionChange(ToolStripItem item)
    at System.Windows.Forms.ToolStripItem.Select()
    at System.Windows.Forms.ToolStrip.ChangeSelection(ToolStripItem nextItem)
    at System.Windows.Forms.ToolStrip.SelectNextToolStripItem(ToolStripItem start, Boolean forward)
    at System.Windows.Forms.ToolStrip.Select(Boolean directed, Boolean forward)
    at System.Windows.Forms.Control.SelectNextControl(Control ctl, Boolean forward, Boolean tabStopOnly, Boolean nested, Boolean wrap)
    at System.Windows.Forms.ContainerControl.Select(Boolean directed, Boolean forward)
    at System.Windows.Forms.Control.SelectNextControl(Control ctl, Boolean forward, Boolean tabStopOnly, Boolean nested, Boolean wrap)
    at System.Windows.Forms.Control.SelectNextControlInternal(Control ctl, Boolean forward, Boolean tabStopOnly, Boolean nested, Boolean wrap)
    at System.Windows.Forms.Form.set_Active(Boolean value)
    at System.Windows.Forms.Form.WmActivate(Message& m)
    at System.Windows.Forms.Form.WndProc(Message& m)
    at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
    at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
    at System.Windows.Forms.NativeWindow.DebuggableCallback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
    at System.Windows.Forms.SafeNativeMethods.ShowWindow(HandleRef hWnd, Int32 nCmdShow)
    at System.Windows.Forms.Control.SetVisibleCore(Boolean value)
    at System.Windows.Forms.Form.SetVisibleCore(Boolean value)
    at System.Windows.Forms.Control.set_Visible(Boolean value)
    at System.Windows.Forms.Application.ThreadContext.RunMessageLoopInner(Int32 reason, ApplicationContext context)
    at System.Windows.Forms.Application.ThreadContext.RunMessageLoop(Int32 reason, ApplicationContext context)
    at System.Windows.Forms.Application.Run(Form mainForm)
    at testItemCard.Program.Main() in C:\Users\Tariq\Documents\Visual Studio 2008\Projects\testItemCard\testItemCard\Program.cs:line 18
    at System.AppDomain._nExecuteAssembly(Assembly assembly, String[] args)
    at System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args)
    at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly()
    at System.Threading.ThreadHelper.ThreadStart_Context(Object state)
    at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
    at System.Threading.ThreadHelper.ThreadStart()
    Then the report is diplayed propably and the parameters is passed to it but I want to avoid this exception
    Please help me to figure out what is wrong, I can send parameters to ReportDocument but when the ReportSource is a Web Service (asmx) It always raise.
    For mor explaination:
    1- I create a report which has only one string field.
    2- The report has only one parameter string olso.
    3- I place the parameter in the page header.
    4- I create a new Crystal Reports Web Site from Visual Studio 2008.
    5- I add the report to the web site.
    6- I right click the report and choose "Publish as a web service"
    7- I create a windows forms application with CrystalReportViewer1
    8- In the form load I set the report source to the auto generated web service using this code only
    crystalReportViewer1.ReportSource = "http://localhost/ec/reports/CrystalReport1Service.asmx";
    Then I run the application.
    CR shows the parameters dialog then raises the exception.
    Also if i send the parameter using the crystal report viewer it gives the same exception!!!
    My question is If somebody try the steps above then tell me whether the exception is raised in his computer?
    Should I make special settings?
    Please help me. It is very simple steps. Just do it and tell me the results.
    Thanks in advance.

    I got the following with CR2008 SP2 .NET Runtime on Portuguese Windows 2003. It works fine on English OS though.  It seems to be the same issue. The reprot is still displayed, but the ToolBar has a red cross and is not usable. Is there an answer yet?
    EXCEPTION >>
    NullReferenceExceptionMessage: Referência de objeto não definida para uma instância de um objeto.
    Source: CrystalDecisions.Windows.Forms
    TargetSite: Boolean get_isDCP()
    StackTrace:
       em CrystalDecisions.Windows.Forms.ParameterFieldInfo.get_isDCP()
       em CrystalDecisions.Windows.Forms.ParameterValueEditControl.Start()
       em CrystalDecisions.Windows.Forms.ParameterUnit.AddEditControl(ParameterValue pv)
       em CrystalDecisions.Windows.Forms.ParameterUnit.UpdateControls()
       em CrystalDecisions.Windows.Forms.ParameterUnit.set_ParameterFieldInfo(ParameterFieldInfo value)
       em CrystalDecisions.Windows.Forms.InteractiveParameterPanel.ShowParameters()
       em CrystalDecisions.Windows.Forms.CrystalReportViewer.ShowInteractiveParameters()
       em CrystalDecisions.Windows.Forms.CrystalReportViewer.ShowReport()
       em CrystalDecisions.Windows.Forms.CrystalReportViewer.OnPaint(PaintEventArgs evtArgs)
       em System.Windows.Forms.Control.PaintWithErrorHandling(PaintEventArgs e, Int16 layer, Boolean disposeEventArgs)
       em System.Windows.Forms.Control.WmPaint(Message& m)
       em System.Windows.Forms.Control.WndProc(Message& m)
       em System.Windows.Forms.ScrollableControl.WndProc(Message& m)
       em System.Windows.Forms.ContainerControl.WndProc(Message& m)
       em System.Windows.Forms.UserControl.WndProc(Message& m)
       em CrystalDecisions.Windows.Forms.CrystalReportViewer.WndProc(Message& msg)
       em System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
       em System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
       em System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
    Edited by: Frank88 on Oct 31, 2009 1:06 AM
    Edited by: Frank88 on Oct 31, 2009 1:16 AM

  • Running web report that uses jdbc

    I have been trying to run a web report from oc4j. The report was created in reprots 9i. The url:
    http://localhost:8888/reports/test/myReport.jsp?userid=username/password@dbname
    works great for a report that was created using a sql connection. It doesn't work for a report created using a jdbc connection. When I try to use it for a jdbc report I get the following error:
    REP-4100: Failed to execute data source. REP-0069: Internal error JDBCPDS-62000:Invalid sign-on parameter P_JDBCPDS
    What url should I use to run a report that uses jdbc? Thanks.

    Hi Roger
    To clarify, for reports which have PDS based queries, you need to give a sign on parameter in the url. This sign on parameter is nothing but the connection details. In case of reports designed with sql query, you provide userid in the url. The default sign on parameter name for JDBC PDS based report is p_jdbcpds. When you design a report, you have option of changing this sign on name. In case your report has sign on parameter name different to default sign on name, you need to specify that sing on parameter name in the URL.
    For JDBC query with Oracle thin driver, the sign on parameter would look like:
    scott/tiger@(DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS =
    (COMMUNITY = tcp.world)
    (PROTOCOL = TCP)
    (Host = xxx-xxx)
    (Port = 1521)
    (ADDRESS =
    (COMMUNITY = tcp.world)
    (PROTOCOL = TCP)
    (Host = xxx)
    (Port = 1526)
    (CONNECT_DATA = (SID = xxxx)
    After @, you basically gives DB connection info as defined in tnsname.ora file for that DB.
    Thanks
    Rohit

  • Calling a report from form using web.show_document

    Hi,
    Used the method as below, But , error reprot not found,
    Could anybody tell me how to get the server name from ny local machine as in the example servername ' Repsrv '
    /* WHEN-BUTTON-PRESSED */
    DECLARE
    vc_url varchar2(100);
    BEGIN
    vc_url:=‘http://<hostname><port>/reports/rwservlet?server='
    ||
    ‘Repsrv&report=reptest.rdf&desformat=htmlcss&destype=cache ’
    ||
    '&userid=user/pw@database&p_deptno='||:dept.deptno||'&paramform
    =no’;
    WEB.SHOW_DOCUMENT(vc_url,’_blank’);
    END;
    Thanks

    If you are attempting to print a report from a when-button-pressed trigger from within a form, you do not have to explicitly specify the server (hostname) nor the port. You can just use what I've found referred to as a virtual path to the server as I have done here:
    parm_string := '/reports/rwservlet?config=my_config&report=report_name'
         ||'&desformat=pdf&destype=cache'
         ||'&paramform=no&printjob=no'
         ||'&p_my_user_param1='||v_my_param1
         ||'&p_my_user_param2='||v_my_param2;
    web.show_document(parm_string,'_blank');
    You can specify a userid/password@connectstring within a named congifuration section of your formsweb.cfg file if necessary, e.g. my_config.
    Hope this helps.
    James K.

  • Passing Parameter from Dashboard to WebI

    Hi All,
              I need to pass the value that I select from the dashboard to a WebI document.
    I have the code below which is not working. 
    openAnalytic.jsp?DocumentName=Test&RepositoryType=C&DocumentId=9413&DocumentExt=wid&nbPrompts=1&sWindow=New&mode=ful&sRefresh=Y&lsSYear="+[Year]+"
    Now in the above code when i remove
    ="+[Year]+"
    from the last and put the year as
    2001,2002 or any..It use to give me the result.It opens up the reprot with the year showing 2001 or 2002 etc.
    Please help me in the code to pass the value that i select in the graph of a dashboard.
    I am Using BOXI R2
    Regards
    Prashant

    Prashant,
    If you are going to a WebI document, I think you should be using the OpenDocument feature.  Are you familiar with OpenDocument?  If not, it is described in be_xi_r2_opendocument.pdf
    Thanks,
    John

Maybe you are looking for

  • MFP M476DW Scan to Email setup

    Posting this as a general gripe and as a solution to others who may have similar issues: When configuring Deafult SMTP settings for scanning to email on the M476DW, be aware that the "SAVE AND TEST" button does not utilize any of the information in t

  • Business Graphics in Web Dynpro

    How to generate graphs in Web Dynpro?

  • Upgraded to iWeb '08 and pictures on my website are gone

    I just upgraded and in the iWeb app everything looks good but when I publish to site there are no pictures on photo pages. Videos are still there but no pics. Any ideas??

  • What is the Transtion Code in R/3 to see BAPI list

    Hi, Any body have idea how to see Available list of BAPI'S on backbend SAPR/3 System i want to import Plant Maintenance related BAPI to XI system thanks in advance. Thanks kiran.B

  • I lost my ipod with no tracking application

    I lost my ipod today and I wish I could locate but I have no tracking applications above is there a way to recover anyway (excuse my mistakes I'm French and I used google translation because I could not find the French forum).