Dynamic Naming of Webi reports

Hi,
I have a requirement where webi report generates 5 times a day.For each time the column name/Header needs to change dynamically. For Instance if report is generated at 10 am in the morning, it should display "COMSOL" and if the report generates at 1pm ,displays "ASPEN"..
Is it possible to achieve this in Universe or report level? Any help is highly appreciated.
Thanks
Shanthi
Edited by: Shanthi26 on May 13, 2011 12:30 AM

Please try this:
If(FormatDate(LastExecutionDate([Query1]);"HH:mm")="10:00";"COMSOL";If(FormatDate(LastExecutionDate([Query1]);"HH:mm")="13:00";"ASPEN");"header3").
Hope this will help you out.

Similar Messages

  • Dynamic schedulling of WEBI report

    Hi,
    I have created a WEBI report based on BICS connection.
    Report has a date parameter and when scheduling the report in BI 4.0 Server based on daily, monthly and weekly I want to change the value of parameters dynamically.
    How top acheive this?
    Environment details:
    BI 4.0 Support Pack 8 patch 4
    SAP GUI 7.3
    Thanks!
    Nrupal

    From where do you want to pass a value dynamically?  
    Dynamically doesn't mean random right? I should hold some logic receive from..
    What I can think of is :
    Pass a prompt value from another Webi report  and schedule your original report based on event after executing your webi report which is passing the value.

  • Dynamic text in Web Report (lookup on Variable Value)

    Hi
    If a user specifies a variable value to run a report (say company code), is it possible to have logic which looks up some attribute of company code (let's say country for example) and then displays this as part of some header text above the query results table?
    E.G. Report:
    These results are for country <value>.
    .... col1 col2
    row1 200 300
    row2 100 400
    I've had a look at the Text Element Object, but I couldn't determine if it can be used for this - ?
    I'm not sure I could use a Customer Exit Variable to look up the Country, as what could it be attached to if Country is not in the query/Infocube - ?
    (I have the added complexity of having multiple queries in one Web Report)
    Many thanks in advance,

    Hi,
    I see 2 possibilities:
    - Use a <b>text</b> variable with processing type customer exit in the query title and read the masterdata table in your customer exit depending on the variable value for company code.
    - Create another query (query on masterdata table) with the same variable. This will result in one row returning the (in the query definition) defined attributes.
    Heike

  • Dynamice Prompt in Webi Report

    Hi,
    Is it possible to create dynamic prompt in Webi Report at Report Level.
    Regards,

    Ok if i get your question right: you want to create a date dimension in webi as a variable and use it as a prompt is it ? then NO. ur date dimension from example has to come as a universe object. bcos prompt is always at the query panel level and variables created at he report level are not visdible here.
    Thanks,
    Karthik

  • Creation of Dynamic Date Variables to be used in WebI reports

    What we are trying to achieve is to create 4 optional filters (Current Day, Current Week, Last Week, Last Month) on 4 different dates which will allow the users to use them in WebI reports.
    When using an optional SAP Customer Exit variable in BEx and creating a Universe on top, the filter becomes mandatory (i.e. the whole Universe is filtered by the SAP Exit, irrespective of whether the filter is used in the WebI report). Even if the filter is flagged as optional at the Universe level, it still behaves as mandatory.
    If each filter becomes mandatory then we'll have to create 16 different Universes (for each optional filter and date combination)! This is not feasible.
    I've seen in other posts that MDX Statements are not currently supported for Universes base on BW and SAP Exit should be utilized.
    So with the existing BO version, is it possible to create optional dynamic date variables or is that a product limitation?
    We are on XI3.1 SP3 FP3.1
    Thanks

    Hi Adam,
    In BEx, I would create this query very easily using the "Amount" key figure twice in my results and restricting each with a different SAP standard out-of-the-box delivered variable. For your reference, the variables in BEx are: 0FPER and 0FYTLFP.
    If I expose these variables in my OLE DB for OLAP query, they are not transfered into the universe, but rather act as filters on the entire universe. I've seen in documentation that only "Ready for Input" variables can be transfered as options into the universe which is not something that I have seen mentioned in this thread.
    >> In the BEx Query you have the option to either make the variable "ready for input" or not. The behavior is the same in Bex or in the Universe / Web Intelligence. "Ready for input" means the user can actually provide an input and without the flag the user can not provide an input. Yes those variables are supported in the Universe.
    Why this is a problem: I can't create separate universes based on potential variable periods that users might want to see. Additionally, many financial reports require concurrent use of these measures in the same report. Also, in reality it's not 2 variables, but dozens.
    >> Which is a decision you make already on the BEx query level. if you decide that the variable is not ready for input then the user can change the timeframe in BEx either.
    Also, I don't have a good way to mimic the standard out-of-the-box functionality given with BEx in BO. If I custom create all my variables in the universe, how do I do a lookup from the system date to the fiscal calendar that is stored on the BW server? In other words, how does BO know which date belongs in which period? (the same would be true with factory calendars for a different functional area).
    >> Variable are created in the BEx query and the Universe will leverage those.
    If you want a dynamic date range then EXIT variable as part of the BEx query - ready for input or not - is the solution.
    regards
    Ingo Hilgefort
    The only work around I can see is to require users to enter the current fiscal period and have the BO reports filter based off that user entered value. This is unfortunate as the entire purpose of SAP Exit variables is to avoid having to require user input at report time.

  • Scheduling WebI reports for Dynamic Prompts

    Hi All,
    Please find my requirement
    Scenario 1:-
    I am having 30 Different Process Code ( 10 –OAR; 20 – Credit USA; 40 – New Sales etc.) in our project.
    Currently I am developing a single report for each “Process Code”. (Total 30 Reports – Templates and query will be 98% same except for different Process Code).
    Let us assume that “End user” will not have BO Access. So all the developed reports will be scheduled and sent to the corresponding end user as BO PDF format.
    Our Requirement:-
    In near future, we will be getting “New Process Code” in data. So the End User wants report for “New Process Code” also.
    Is there a way so that we can automate BO to pass each and every Process Code separately to existing BO report and get multiple instance BO PDF output report (One for each Process Code)?
    Please give me some solution to achieve this.
    Thanks and Regards,
    Tharini

    Hi Arijit,
    Thank you for your response. Irrespective of the recipients i need to pass dynamic parameters separately to existig BO report and should get multiple BO Pdf output for all recipient.
    Currently I am having only 30 values. So as of now I can pass these 30 values separately to BO WebI report and Schedule separately for 30 instances.
    What if i get 2 New values (Value 1, Value 2) next week and want to view the BO Pdf reports for these 2 values separately (2 New Reports for Value 1 and Value 2 separately)?
    How I can achieve these? Is it possible with publishing? If so, please explain it to me.
    Thanks,
    Tharini

  • Dynamically refresh a list box in a web report

    Dear All,
    I am having a serious issue with one of my web reports. I am using Oracle 9i PL/SQL Cartridges for developing my web reports. The problem is :
    I have a drop down box for department and also a list box for locations.
    I want to dynamically refresh the locations list box whenever the user selects a department.
    I know I have to refresh the page somehow to get the list box requery from the database.
    Can anyone please send me a sample code or suggest how to do it. I am new to PL/SQL cartridges.
    Thank You

    hello,
    althought his is not a PL/SQL cartridge forum i'll give it a shot.
    the basic behind the solution would be that your procedure need input values that would be used to create this cascading effect. so you would have e.g. input values for region and country for a form that should provide selection fro region country and city.
    when the procedure is called for the first time without any parameters, it would generate a drop down list for the first (region) parameter. when the user selects a value javascript would kick in that would submit the form that basically calls itself, but this time passing the value for the region parameter.
    now the procedure would create two drop down lists (region and country) because it had a value passed for region. both drop down lists would have a javaScript event that would submit the form. the only difference would be that the region list would need to clear the value of the country value before submitting so changing the region would produce a new country list.
    i hope that was clear enough. as for the code example. that is simple javaScript and you can find tons of examples on the Web. just look for "JavaScript" and "OnChange".
    regards,
    philipp

  • How to create dynamic web report in 10G Grid Control

    Hi experts..
    In OEM 9i, it provides a OEMgenerationServlet servlet to generate dynamic Web reports, my company uses the servlet to generate many OEM report, those reports cal also take parameters, such as dabatase name. the generated web reports are viewable to public end users. I am looking for a similar function in 10G Grid control...
    Does anyone have the similar requirement, any suggestion will be highly appreciated..
    Regards,
    Jinsen

    Hi,
    Thank you for the reply. I read about Clear and Purge from Oracle Doc about 10gR2, but nothing about R1. I drilled down all the way, can't find any thing to click for clear and purge. And I can't find anything from Oracle Doc, either.
    Laura

  • Dynamic  XR2 webi reports on an Internet  portal

    How to integrate dynamic XR2 webi reports on an Internet portal? (Not Infoviews naturally)

    Is the report on the same R/3 system than the others?
    You can see it on the iview, attribute "System"
    If it is on the same machine, then I can only give some generic hints:
    Do the outside users have the same HR Permission than the inside user?
    Are there any elements (i.e. htmlb, controls etc) that would be cut of by a tight set firewall? (some see extensive scripts as virus)
    We have a VPN-Server that does "HTTP REWRITE" for security reasons and often "eats" cookies etc, which leads to particular behaviour of single reports
    Is there a "http redirect" to the report somewhere
    Is it a generic ESS transaction?
    That is all (basic) things that come to my mind. It is difficult to give more specific hints without knowing the detailed architecture and sit in front of the systems

  • Dynamic Drill Down Column wise in Webi Report

    Hi All,
    I need to have dynamic drill down functionality in my webi report.
    For example
    I have Columns;
    Fiscal Year, Fiscal Quarter, Plant, No. of PO line (4 columns).
    Drill down on Plant level.
    When i click on plant a new column should be added in webi report.
    Now my report should look like this;
    Fiscal Year, Fiscal Quarter, Plant, Buyer, No. of PO line (5 columns)...(New column Buyer is added)
    How to do this.
    Please help me guys.
    Thanks in advances!!!
    Regards,
    Gaurav Nayar

    Hi,
    What you want is possible as long as the table formatting you have helps.
    What you can do is add a column to the table.  Then use the following formulas
    Formula in Column Name Cell:
    =If(Drillfilters([Plant])="") Then "" Else Nameof([Buyer])
    Formula in Column Values Cell:
    =If(Drillfilters([Plant])="") Then "" Else ([Buyer])
    Now, what I meant by "as long as your table formatting you have helps" is that, you need to change the border colors of the extra column to match with the report blank area, means the borders should be white in colour and the column width should be autofit and they wont be visible as they are white, once you drill on plants, the values come up.
    So if your table has no border, that will be perfect.
    Hope this helps.

  • Scheduling WebI reports for Dynamic Date Ranges

    Hello Everyone,
    Our Env is BOBJ XI 3.1 SP2 FP2.5 integrated with SAP NW  BW 7.02 EPH1
    We are trying to schedule few WebI reports which can be used on ad-hoc basis as well. Some reports need to get data from starting of the month to today (like MTD) and few are with dynamic date ranges.
    In case of relational universes i used to do Magic Date as mentioned here :  http://www.dagira.com/2008/07/21/using-a-magic-date-value-in-prompts
    But for OLAP Universes i have written a MDX filter prompt as :
    <FILTER KEY= "@Select(Debit Memo Date\Debit Memo Date LOV)">
    <CONDITION OPERATORCONDITION= "Between">
    <CONSTANT CAPTION= "IIF (@Prompt('Enter\Select DM Start Date: ','D','First day of Current Month\First day of Current Month',mono,free,not_persistent,{'First Day of Month'},,User:0)='First Day of Month','First day of Current Month\First day of Current Month',@Prompt('Enter\Select DM Start Date: ','D','First day of Current Month\First day of Current Month',mono,free,not_persistent,{'First Day of Month'},,User:0))"/>
    <CONSTANT CAPTION= "IIF (@Prompt('Enter\Select DM End Date: ','D','Date2\Today',mono,free,not_persistent,{'Today'},,User:0) > '1/1/2100 12:00:00 AM',''1/1/2010 12:00:00 AM'',(@Prompt('Enter\Select DM End Date: ','D','Date2\Today',mono,free,not_persistent,{'Today'},,User:0))"/>
    </CONDITION>
    </FILTER>
    We are getting MDX erros because IIF can only return numeric values. So are there any other approaches for dynamically scheduling the reports or can the above MDX prompt be modified to make it work ?
    - Vamsi Ch

    Ingo,
    When we schedule the WEBI report we use the BEX query with a variable based on a customer Exit .
    There are good examples in
    https://wiki.sdn.sap.com/wiki/display/profile/Surendra+Reddy
    In order to avoid providing a hard coded date restriction in the BEX query we want to have a flexible date range solution (e.g. data from 1.1.2011 until yesterday).
    Is the folloing scenario possible:
    Scheduled webi report with a hard coded date e.g. 1.1.1900 (for the BEX variable)
    The BEX query should return the data from 1.1.2011 until yesterday (dynamically)  if date = 1.1.1900
    else it should return the data (for the e.g. adhoc reporting)
    Is a customer exit like this possible ?
    Pseudo code:
    IF date = 1.1.900 then return sysdate-1 else return entered date
    For a relational universe I always used a magic date condition

  • Web Report Heading for any dynamic value- see inside

    Hi All,
    I am having a pecular requiremnet . I have one field called CS import Date in infoprovider which is contant like 11.12.2208 .
    Now Users want this CS import date to be added  in the heading in the Web report . Just to let u know that we have web templete also for this report .
    Now , tell me how can I add CS import date in the heading of the Web report ? .
    Thanks
    Pankaj.

    Create a text variable with replacement path on this date.
    For steps refer: http://help.sap.com/saphelp_nw04s/helpdata/en/43/565cd22fc95f6ce10000000a1553f6/frameset.htm
    Also if you search forum on text variable with replacement path you'll get plenty of posts
    Edited by: sam hennry on Apr 14, 2008 3:28 PM

  • Types of web reports

    Hi gurus,
    What are the types of web reports we have? Where do you specify them, Is it some sort of property setting?
    i'll asign points.
    regards
    priya

    Hi,
       Web application design, with the BEx Web Application Designer as its main tool, allows you to use generic OLAP navigation for your BI data in Web applications as well as in business intelligence cockpits for simple or highly individual scenarios. Web application design comprises a broad spectrum of Web-based business intelligence scenarios, which you can adjust to meet your individual needs using standard Web technologies.
    Features
    The following figure shows how the Web Application Designer is integrated into the function landscape and tool landscape of the Business Explorer:
    You can use this BEx Web Application Designer, the desktop application used to create Web applications, to generate HTML pages that contain BI-specific contents such as tables, charts or maps. These objects, which retrieve BI data from a data provider and place it in a Web application as HTML, are known as Web items. For more information about the Web items available, see Web Items. Web Applications are based on Web Templates that you create and edit in the Web Application Designer. You can save the Web templates and access them from the Web Browser or the portal. Once they have been executed in the Web, Web templates are known as Web Applications.
    Business Explorer Web application design allows you to create highly individual scenarios with user-defined interface elements by using standard markup languages and the Web design API. You can adjust and enhance the Web templates (the HTML pages that determine the structure of Web applications) on an individual basis. For more information on this, see Web Design API.
    The BEx Web Application Designer is a desktop application for creating Web applications with BI-specific content. Using the BEx Web Application Designer, you can create an HTML page containing BI-specific content such as various tables, charts, or maps. This HTML page (Web application) is the basis not only for Web applications with complex interaction, but also for Web cockpits and iViews.
    The command wizard and pattern wizard are integral parts of the Web Application Designer. Using the command wizard, you can easily generate commands from the Web Design API and include them in your Web template. Using the pattern wizard, you can configure BI patterns to a certain extent and tailor them to meet your needs.
    The initial view of the BEx Web Application Designer has four different screen areas in addition to the menu and toolbars.
          Web Items Screen Area
          Web Template Screen Area
          Properties Screen Area
          Error and Warnings Screen Area
    Applications with the BEx Web Application Designer. For more information about creating Web applications, see Creating Web Applications.
    You can adjust the appearance of the Web Application Designer to meet your requirements. The object on which you are working, namely the Web template, is handled differently from the tools and help windows with which you are working.
          You can show and hide the individual screen areas and toolbars using the View menu option.
          You can reposition the three toolbars and the Web Items and Properties windows as required. Depending on where you reposition the object, it is either anchored or appears freely as a toolbox.
          Since the Web Application Designer is a Multiple Document Interface Application (MDI Application), you can open and manage different windows with Web templates simultaneously. You can use the Window menu option to arrange the windows differently: cascading (overlapping), vertical, or horizontal.
    Using the BEx Web Application Designer, you can create a BEx Web application (an HTML page with BI-specific content) easily.
           1.      Creating a Web template
    The Web template is the starting point for creating a Web application. The Web template is an XHTML document that is used to define the structure of a Web application. It contains placeholders for Web items, data providers, and commands. A Web template becomes a Web application when the data is displayed in the Web browser.
    During the design process, you change the Web template by embedding placeholders for Web items and data providers. You can keep track of these changes in the XHTML view.
    To create a new Web template, choose Web Template ® New in the Web Application Designer menu bar. You can also create Web templates from the Select Web Template window. Choose Create New Web Template.
           2.      Setting the data binding/selection of the data provider
    The data for your Web items is provided by data providers that you create in the Web Application Designer. You can assign a data provider to multiple Web items. The data provider concept makes it possible to change the data source of a Web item easily. If a particular data provider is assigned to more than one Web item, any changes made affect all the assigned Web items. By means of navigation (by changing the drilldown), the Web item always displays the current drilldown data.
    A data provider is a dynamic object that returns current data for one or more Web items at runtime. You define the start view of the data provider by selecting a query or a query view. For more information about data providers, see Data Providers in BI Applications.
    There are several ways to create data providers:
              a.      In the Data Provider section in the Web Items screen area
               i.       Select whether you want to create a data provider of type Filter or type Query View, and drag the corresponding line into the lower data provider section of the Web template screen area. The Maintain Data Provider dialog box appears.
               ii.       Assign a name to the data provider and make the remaining settings required. 
    In the dropdown box beneath the name field, you can also select or change the data provider type.
               b.      Using the New Data Provider symbol in the lower data provider section of the Web Template screen area
               i.       Double-click to choose New Data Provider. The Maintain Data Provider dialog box appears.
               ii.       Proceed as described under a. ii.
                c.      Using the General tab page in the Properties screen area
    You can only use this option if you have already inserted a Web item into your Web template.
                 i.       In the header of the properties screen area, select the Web item for which you want to create a data provider.
                 ii.       On the General tab page, choose New Data Provider. The Maintain Data Provider dialog box appears.
    The data provider is assigned to the selected Web item. You can also create more than one data provider, as described under c. The data providers are listed in the dropdown box under Assigning Data Providers. This enables you to assign a different data provider to the selected Web item.
    The Maintain Data Provider dialog box appears under data provider: . You can modify or change the settings for the data provider here.
    When you have created a data provider, it is assigned to the inserted Web item. Assigning depends on the order of the data providers in the inner structure of the Web template. See also 4.a.
           3.      Adding a Web item
    The Web items in the Web Items screen area serve as templates. By dragging a Web item into your Web template, you create an actual version of the Web item; this is called an object. The Web item has a name and certain other default parameters that you can change as required (see also 4.).
    You see the changes in the XHTML view. A Web item tag for the Web item and a data provider tag for the data provider (assuming you have created a data provider) were integrated into the XHTML as placeholders. Change the name of the Web item and assign a data provider to it. In the XHTML view, you can see that your settings have been written to the Web item tag. The layout you choose is also applied in the XHTML.
                                a.      Drag a Web item from one of the Web item groupings Standard, Extended, or Miscellaneous in the Web Items screen area to the Web template by using drag and drop. The Web item appears in the Web template.
    Underneath the selection area for Web items and data provider maintenance, you see the help area, which provides explanations for the Web items and data providers. To display the texts for a Web item, select the Web item by double-clicking with the secondary mouse button. To hide the texts, proceed in the same way. When you hide the display of texts and select a Web item by single-clicking it, a quick info is displayed for the Web item.
                              b.      If you want to rename the inserted Web item, proceed as follows:
    In the Properties screen area, choose Rename Web Item to the right of the dropdown box in which the inserted Web items are listed. Name the Web item by overwriting the default text under Name in the Properties screen area next to the dropdown box in which the inserted Web items are listed.
           4.      Specifying the properties of the Web item
                                a.      In the Properties screen area, choose the General tab page to make or change the assignment of a data provider for the corresponding Web item. See also 2.
                                b.      Choose the Web Item Parameters tab page to set the parameters for the selected Web item.
    You can also set the parameters for the Chart Web item using the Edit Chart dialog box. Choose Edit in the context menu of the Chart Web item or Edit Chart in the Internal Display parameter grouping of the Chart Web item. For more information, see Editing Charts.
           5.      Adding additional Web items
    To insert additional Web items, repeat steps 3 and 4.
         When you insert additional Web items using Insert ® Web Item, pay attention to where you position the cursor in your Web template. The cursor position determines where the new Web item is inserted. See also Designing the Layout of Web Templates. When you insert Web items using drag and drop, the position of the cursor is irrelevant.
          Make sure that you set the data binding and any Web item-specific parameter settings for the correct Web item. To make settings for a Web item, select the Web item in the layout view. In the header of the Properties window, the system displays the Web item for which you can change the settings. As an alternative to selecting the individual Web items, you can use the dropdown box to toggle between the attributes of individual Web items.
           6.      Designing a Web template layout
    In the Web Application Designer, you create your Web template in the same way you do in various XHTML editors. See also Designing the Layout of Web Templates.
           7.      Changing the Web template properties
                                a.      To change the default properties of the Web template, select the Web template from the dropdown box in the Properties screen area.
                                b.      Choose the Web Template Parameters tab page, where you can change the parameter settings for the Web template.
    For more information, see Web Template Properties.
           8.      Saving and executing the Web template
    You execute the Web template in the Web browser (portal). The Web template becomes a Web application, which means the template is saved on the Application Server for ABAP and a URL is generated for this Web application.
    At runtime (triggered by calling the URL), the BI tags are replaced by corresponding HTML with the information determined by the Web item and data provider settings. When this is done, the Web template on the Application Server for ABAP is accessed. Therefore, you must save your Web template before you execute it.
                                a.      To save your Web template, in the menu bar of the Web Application Designer, choose Web Template ® Save.
                                b.      Choose Web Template ® Execute to view your Web application in the browser (portal).
    You must save the Web template before executing it in the Web browser. Therefore, when you execute the template, you are asked to save it if you have not already done so.
          To assign a Web template to a role, choose Web Template ® Publish ® In Role. See also Role Maintenance.
          To copy the URL of a Web template to the clipboard, choose Web Template ® Publish ® Copy URL to Clipboard. The Web template, however, must already be saved.
          To broadcast a Web template, choose Web Template ® Publish ® BEx Broadcaster.  For more information, see Precalculating and Broadcasting Queries, Query Views, Web Templates and Reports.
    Result
    Your Web application is started and displayed in the portal, which in turn runs in a Web browser.
    If you want to print your Web application, choose Print in the context menu for the executed Web application.

  • Scheduling in Webi Reports with Changing Prompts.

    Hi Experts,
    I have a Webi report which is on top of 2 BEx queries connected through BICS. The Webi report has more than 4 crore records which makes it difficult to load each time when I refresh. I need to schedule this report so that the user can view the report based on the last instance.
    The report has 3 prompts namely Plant, Material and As of Date.
    The user uses only Plant and As Of Date. There are only two plants for example A and B. The user needs to run the report for each plant separately for all the days.
    Suppose today is 03/07/2013.
    The user will run the report with Plant A and As of Date: 03/07/2013 and second time with Plant B and As of Date: 03/07/2013.
    Next today is 04/07/2013.
    The user will run the report with Plant A and As of Date: 4/07/2013 and second time with Plant B and As of Date: 4/07/2013.
    I need your expert opinion in achieving this while scheduling. Hope you understood the scenario and will be helping me out in this.
    Thanks in Advance,
    Abdul

    Hello experts,
    I am very interested in this topic, as I have the exact same requirement as Abdul:
    Daily scheduling of Webi reports, based on BEx queries and connected through BICS. Done on BO4.
    I followed Aashutosh's link above, and i read something very interesting on page 3:
    Current Options Using Standard Functionality
    Until BusinessObjects 4.0 is released, it is not possible to use BEx variables (which will be made available by
    the BICS connector) or the last load date variable. This makes it impossible to automate the scheduling of
    Web Intelligence queries filtered by dynamic dates or time-slices (for example, yesterday, last week) using
    standard functionality. "
    Is this already functioning on BO4/Bex? Do you have an idea of how to implement it?
    Thank you!
    Best regards,
    Francisco

  • Can we use Dynamic SQL in Oracle Reports ?

    Hi ,
    Can we use Dynamic SQL in Oracle Reports ?
    If yes please give some examples .
    Thanx
    srini

    I believe the built-in package SRW.Do_Sql is what you are looking for
    Example from the document:
    /* Suppose you want to create a "table of contents" by getting the
    ** first character of a columns value, and page number on which its
    ** field fires to print. Assume that you want to put the "table of
    contents"
    ** into a table named SHIP. You could write the following construct:
    DECLARE
    PAGE_NO NUMBER;
    PAGE_FOR INDEX NUMBER;
    SORT_CHAR CHAR(1);
    CMD_LINE CHAR(200);
    BEGIN
    SORT_CHAR := :SORT_NAME ;
    IF :CALLED = Y THEN
         SRW.GET_PAGE_NUM(PAGE_FOR_INDEX);
         SRW.USER_EXIT(RWECOP PAGE_FOR_INDEX
         P_START_PAGENO);
         SRW.MESSAGE(2,TO_CHAR(:P_START_PAGENO));
    END IF;
    SRW.GET_PAGE_NUM(PAGE_NO);
    CMD_LINE := INSERT INTO SHIP VALUES
                          (||SORT_CHAR||,||TO_CHAR(PAGE_NO)||);
    SRW.MESSAGE(2,CMD_LINE);
    SRW.DO_SQL(CMD_LINE);
    COMMIT;
    EXCEPTION
      WHEN DUP_VAL_ON_INDEX THEN
            NULL;
      WHEN SRW.DO_SQL_FAILURE THEN
            SRW.MESSAGE(1,FAILED TO INSERT ROW INTO SHIP TABLE);
      WHEN OTHERS THEN
           COMMIT;
    END;

Maybe you are looking for

  • Dragging Mail folders out of program

    Now running 10.5.3. Can no longer simply drag a mail folder over to my flash drive or anywhere. I've always done it in 10.4.11. I NEED to export mail folders to another Mac. What's with this?

  • UploadBean with JBoss Problem

    Dear Experts I am currently creating a web page which allows the customers to upload csv file. I serached through the net and found that people are using "UploadBean" for this thus I downloaded the uploadbean jar file and imported it to my Jboss libr

  • How can i get my car to change the track when i am listening to the music on my phone through the line-in?

    how can i get my car to change the track when i am listening to the music on my phone through the line-in? is there a app i can download so it will recognize it? i have a vauxhal astra and the controls are on the steering wheel

  • Elements (Editor) has stopped working...

    Hello all, I installed Adobe Photoshop Elements 6.0 on my Windows Vista Dell Inspiron 1525 laptop last month and everything worked fine. Then suddenly, when I tried to open it today, the following error shows up: Adobe Photoshop Elements 6.0 (Editor)

  • USB application in JavaFX

    Hi all, I am trying to build a cross platform (vista, xp, mac computers for now) and mobile phone in the future. The application needs to run from a usb flash drive. Is this something I can do with JavaFX? Currently I am thinking of a Swing applicati