WAD result row in the name of the WAD report

Hi,
My requirement is we need to show summary of the result rows in front of WAD report output. Is it possible by any means please let me know.
amit

our requirement is top management should get summary report like this e.g
WAD output as of now we have.
> costing report (Heading of the report) (compress)
          > Query result  (at the top or at the bottom)
I need Query result should appear at top level before clicking on heading costing report.
Please let me know if anything required above.
amit

Similar Messages

  • Getting the name of the table of a column in a result

    I am connected via ODBC (3.52) to an Oracle 8i Db in a Windows 2000 application and want to get the name of the table a column of the result belongs to. I tried SQLColAttribute and SQLGetDescField with SQL_DESC_TABLE_NAME (that works fine with MsAccess), but always get an empty string. Is there another way of getting such information, or do I need another driver, or am I lost in space and time now?

    You can query ALL_TAB_COLS directly if you want.

  • For FF 3.6 on XP, what is the name of the Bookmarks file, i.e., what file is being displayed as the result of clicking 'Organize Bookmarks...' ?

    That was the whole question with all the details. (Here it is again: For FF 3.6 on XP, what is the name of the Bookmarks file, i.e., what file is being displayed as the result of clicking 'Organize Bookmarks...' ?)

    Firefox 3 stores the bookmarks and the browser history in [http://kb.mozillazine.org/places.sqlite places.sqlite] .
    See http://kb.mozillazine.org/Backing_up_and_restoring_bookmarks_-_Firefox

  • To get the name of the Datasource into WAD

    Hi All,
    I need to get the name of the datasource into WAD,
    i.e. if the datasource is Oracle i need to show it in WAD.
    How am  i suppose to go for it?
    Thanks
    Godhuli

    hi Godhuli,
    there is technical business content infoobject 0TCTDSOURC - datasource.
    - activate from business content for this infoobject with 'dataflow before' if not yet done.
    - you will get infosource 0TCTDSOURC and infopackage, run the infopackage to upload data.
    - this infoobject delivered not as 'infoprovider', you may modify with transaction rsd1, mark 'char. is data target/infoprovider' and reactivate, or you can create an new infoobject (if you don't want modify business content objects), copy from 0TCTDSOURC and create update rules with data update from 0TCTDSOURC.
    - create query to report from 0TCTDSOURC or copied infoobject (as infoprovider)
    - use this query in webtemplate
    hope this helps.

  • When i delete an audio book from my computer it does not delete the book from my Iphone. it seems to be deleting the name from the computer but not the content. this has just started happening since the last itune progam updated. the result is i have

    I record audio books from my library onto my old iPhone. I download the book from Overdrive to my computer. I connect the Iphone to the computer and transfer the audio-book to the iPhone.  When I am done listening to the book i delete it from the iPhone by connecting it to the computer and doing a manual sync. this worked fine until the last i-tunes update on my computer. Now when the iPhone is connected and i tell the computer to delete a book it is only deleting the name of the book on the computer it is not deleting the book from the phone. The next time I connect the phone to the computer the program does not show the book in the phone but it is still in the phone.  I have no more room on my phone to get any new books on it.
    Does anyone know how to fix this? Please

    You are correct.  Syncing should transfer any purchased media, including videos, from your device to your iTunes library provided your computer is authorized for the Apple ID used to make these purchases.  You mentioned that you have uninstalled iTunes before, but if you didn't follow this guide exactly, uninstalling iTunes and all of its components in the order specified, it may not have been successful so you should try again:  Windows XP or Windows Vista/7.

  • Tracking the name of the column that is changed

    hi
    How i can track the following information about a table
    say i hve the table name tab1 which is like this
    col1 col2
    1 2
    Now if i change the value of col1 by a trigger i can track the change value but how can i track the name of the column
    say in the table tab2 i am tracking the result
    changed_col_name changed_val prev_val
    now changed val and prevval can be tracked by trigger but in the column changed_col_name how i can track the name of the column which i changed?
    Thanx in advance

    You are being rather unclear here.
    If you change the name of a column your trigger will need to be amended. I don't think you're actually asking to track changing actual column names.
    What you require is to track value changes and want to know how to assign which value to which column.
    each value is associated with a column, therefore if you track that the 5th value in your value clause has changed that means that the column that is affected is the 5th column in your column list.
    A simple if block would do the trick.
    But probably a better suggestion is to store the rows in a history table.
    Each time theres a change insert into the history table (which has its key column based on a sequence or a timestamp)
    Then to see whats changed you can merely compare the current row to the previous row

  • What is the name of the table for finding user exit !

    What is the table name to find the user exit !

    Hi,
    Goto to the table tstc and enter the transaction code for
    which u want to find out the User-Exits. Check out the
    program name from the result. Goto SE38 and dee that
    program in display mode. Then search for the string Call
    Cutomer-Funtion. All the result of search are the user
    exits defined there for that transaction.
    SAP user exits (enhancement names that we see in SMOD transaction) are all stored in the table MODSAP. The field NAME contains the enhancement name and the field MEMBER contains the name of the function module that will be called if the customer enhancement exists and is active. The customer enhancement projects are stored in the table MODACT. There, the NAME field is the name of the project and MEMBER is the name of SAP enhancement (that from the MODSAP).
    So, if you are in some include, you can use where-used-list to get to the function module name. Then you find the SAP enhancement name from the MODSAP by supplying the function module. And finally, you find the customer enhancement projects by querying the MODACT with the SAP enhancement in the field MEMBER.
    cheers,
    vasavi.
    kindly reward if helpful.

  • How can i set a column which would show me the name of the user

    how can i write a trigger which would show me the name of the user now make changes in the table.

    872959 wrote:
    how can i write a trigger which would show me the name of the user now make changes in the table.I think what sb is trying to say is: if you mean the database user, you can use the USER session variable to identify the database user:
    http://download.oracle.com/docs/cd/E11882_01/server.112/e17118/functions227.htm#SQLRF06156
    you would write a before each row trigger to update an "updated_by" column on your table to be USER.
    e.g.:
    :new.updated_by := USER;

  • Updating my script to add in the Name of the VM in VMM

    Hello,
    I run the following script from our VMM server and it's working well in that it gives me the location of the folder where the VM lives and whether or not the VM is fixed or dynamic (or a checkpoint).
    But what's missing is I want to add in the Name of the VM that this location belongs too.  The $_.Name gives me the name of the .vhd file...but in some cases the name of the .vhd files is just Cdrive or Ddrive. 
    $results = @()
    $VMs = Get-SCVirtualMachine
    Get-SCVirtualMachine | Get-SCVirtualHardDisk | foreach-object {
    $results += New-Object PsObject -Property @{
    Name = $_.Name
    Location = $_.Location
    VHDType = $_.VHDType
    $Results | Export-Csv -NoTypeInformation "C:\Powershell_Scripts\results.csv"
    Thank you.

    Hi Greavette,
    To add the vm name column in the output, please refer to this script, please note I haven't tested:
    $results = @()
    $VMs = (Get-SCVirtualMachine).name #get all vm names
    foreach-object($vm in $vms){
    Get-SCVirtualHardDisk -VM $vm | foreach-object {
    $results += New-Object PsObject -Property @{
    VM = $vm
    Name = $_.Name
    Location = $_.Location
    VHDType = $_.VHDType}
    $Results | Export-Csv -NoTypeInformation "C:\Powershell_Scripts\results.csv"
    If there is anything else regarding this issue, please feel free to post back.
    Best Regards,
    Anna Wang

  • How do I change the name of the Home folder OSX 10.9

    Hi there,
    I am trying to change the name of the Home folder on my Macbook Pro running OSX 10.9  I had a clean install of 10.9, and used migration assistant to restore my settings from a Time Machine Backup. 
    The problem is that the Home folder for my user is now named "Cody 1" when it used to be "Cody".  This seems like a minor issue, but all the programs that reference data in the old location, are forcing me to go and find the data manually.  Everything from iPhoto to VirtualBox, all files have to be found manually. 
    I have tried the instructions set forth in this article, http://support.apple.com/kb/ht1428, but the dialog that should, according to the article, allow me to redirect the account to the existing folder, returns an error saying that the user name is already in use.  There is no option to use the existing folder.  I have tried re-naming the folder to something different, to no avail. 
    Ideas?
    Thanks in advance. 
    -Cody

    The Apple Support document you referenced is cumbersome, outdated, buggy, and too likely to result in the sort of problems you described.
    It may be too late now but see the following:
    Niel's post here: How to change name of home folder
    and:
    Apple Support Communities contributor Pondini found an astonishingly simple way to accomplish what you seek. etresoft distilled that information into the following User Tip:
    Changing user account short name
    Note that he writes it has been tested on Mountain Lion but the procedure appears sound and should work equally well with Mavericks.
    Back up your system before doing either one.
    To fix what happened might be possible in Single user mode. I don't have specific instructions but you should be able to find and delete user accounts in the /Users directory.
    Type carefully and don't proceed without knowing the risks.

  • Getting the name of the appliedAlternateLayout

    I am trying to solve an issue with exporting JPEG versions of InDesign pages.
    The exportFile command gets an error if there are alternate layouts since if you just tell it to output page 1, it doesn't know whether you mean page 1 of the first layout, or one of the other layouts.
    In the Export dialog box, you can specify "alternateLayoutName:pageNumber" i.e. "Horizontal Layout:1" .
    In order to supply this information I am trying to extract the name of the alternate layout from the current page, however that doesn't seem to be an accessible value in the DOM.
    curPage.appliedAlternateLayout returns a [section]
    and there does not appear to be an object curPage.appliedAlternateLayout.name
    Does anyone know of a way around this?
    James Haney

    James, to output page 1 of a document, you can use the index of a page of a document.
    You need not to use its name property and a string value for this.
    myPageToExport = app.documents[0].pages[0];
    will do the job.
    But how do you know where an alternate layout is starting and ending?
    You could check the Section collection of a document and look for the value of alternateLayoutLength.
    The name of an alternate layout is the value of the property alternateLayout of a specific Section…
    Here a code snippet, that could do the job for the index of every starting page of an alternate layout:
    var myDoc = app.documents[0];
    var mySections = myDoc.sections.everyItem().getElements();
    var myStartsOfAlternateLayouts = [];
    for(var n=0;n<mySections.length;n++){
        //It seems, that sometimes a new section could force the value of alternateLayout of a Section to an empty string
        //Could be a bug in CS6.
        //So we will ignore empty strings:
        if(mySections[n].alternateLayout !== ""){
            myStartsOfAlternateLayouts[mySections[n].alternateLayout] = mySections[n].pageStart.documentOffset;
    for(x in myStartsOfAlternateLayouts){
        //Results will show the names of the different alternate layouts:
        $.writeln(x);
        //Results will show the index numbers of the pages where the alternate layouts start:
        $.writeln(myStartsOfAlternateLayouts[x]);
    Note: Read the comments in the code.
    I found, that sometimes alternateLayout could yield an empty string.
    Could be a bug in CS6 where I tested this code.
    Uwe

  • Getting the name of the generic class?

    I have a generic class declared as such:
    public class MyClass<T>
    and I want to access the name of the <T> class a member function in that class? I just can't figure out which syntax to use.
    Thank you!
    Joshua

    Sorry, I'm a little bit confused at your answer.
    I cannot seem to instantiate an object of class T, like: T item = new T();does not work. If I can't create an object of type T, then I can't get it's type. I need to get the class even if I don't have any instantiated objects (or if I can create a blank one), so that I can use the name to fetch the objects from the persistence engine. Here is the class, so you can see what I'm talking about. I have in there now what seems like it should be right, but doesn't compile.
    A small example of solution please?
    public class PersistentSelectorCellEditor<T> extends AbstractCellEditor
              implements TableCellEditor {
         JComboBox control;
         List<T> choices;
         Session session;
         public PersistentSelectorCellEditor() {
              initializeComponents();
         public PersistentSelectorCellEditor(Object value) {
              initializeComponents();
              this.control.setSelectedItem(value);
         private void initializePersistence() {
              session = LabApp.getSession();
              session.beginTransaction();
         private void initializeComponents() {
              initializePersistence();
              populateList();     //query for selections to fill combo box
              control = new JComboBox((ComboBoxModel)choices);
         private void populateList() {
              //query to populate drop down lists
              Query query = session.createQuery("from " + T.class.getName());
              choices = query.list();
         public void setValue(T value) {
              control.setSelectedItem(value);
         public T getValue() {
              return (T)control.getSelectedItem();
         //interface members
         public Object getCellEditorValue() {
              return control.getSelectedItem();
         public Component getTableCellEditorComponent(JTable table, Object value,
                   boolean isSelected, int row, int column) {
              return control;
    }Thank you!
    Joshua

  • N8 not showing the name of the contact calling

    Hi All,
    I have seen a strange issue with N8. I have never experienced this with any other Nokia phones that I have been using. Not sure if others have noticed it. Here is what I have experienced:
    At times, I have seen that when I receive a call from the person who is already added in my contact list, the phone is just displaying the number and not the name of the person. When I check the Log, it also displays the number and not the name of the person.
    Just so that someone might have a question, I have imported my contact list from my previous handset (Nokia N70) where it worked absolutely fine.
    If someone has experienced the same kind of issue, could you please explain me and help me resolve it. It is quite inconvenient to identify the caller without the name and decide whether to accept or reject during work hours and have at times missed some important calls due to that.
    Thanks,
    manishk1403

    Just so you know, guys, you're not the only ones with this issue. It suddenly popped up a week or so ago when I ran the PR 1.2 update OTA. And as to the comment about duplicate contacts, my phone used to show the name that was alphabetically first amongst the duplicates sharing the same number.
    Nokia, you've made one the best devices thus far in the N8, and I feel like I can say that because I've used Nokia devices since the 3310, and am a diehard fan in every respect. But the issues I've had on the N8 are totally unbelievable. I still use a 7610 and I find it more reliable than the N8. Also, it's surprising to see how caustic your support team replies are to genuine problems your users are having with their phones, which are UNDOUBTEDLY a result of improperly thought out firmware upgrades and plain lack of user-friendliness. Nokia seems very happy to place the blame on the user, that is, provided they reply in the first place. And as to the solution above, the one that the operator at Nokia support recommended, is just plain idiotic. What exactly is the point of OTA upgrades if one has to perform it by cable anyways? And resetting the phone? Do I have to do it everytime I install something on my phone? Is that the solution to every problem on this great device? I mean, come ON Nokia. I gave up an iPhone 4 for this. Please try not to make me, and millions of others who have done the same thing regret our decision. We're not asking you to perform rocket science on clay tableta or a feat of some improbable technological wonder. We're asking you for things that are ALREADY there for AGES on other phones, and a little bit of consideration that I feel we've all earned. I honestly didnt mean for this to turn into a rant, but this is truly the first time ever that I've had such a troublesome device from Nokia, and witnessed such scathing indifference to user troubles, despite being squarely at fault with respect to buggy and incomplete firmware.

  • Query to get the name of the tables used in a View?

    Hi,
    Could you please help me in getting the name of the tables used in a perticular view?
    Please help me out...
    thnx in advance.
    Thnx,
    Bits
    Edited by: Bits on Sep 14, 2009 2:15 PM

    There is no data dictionary table that stores this directly.
    - You could get the DDL used to create the view and parse that SQL. Depending on how complex the view might be, this could be relatively easy or highly complex.
    - You could get a recursive list of the objects that the view depends on (from ALL_/USER_/DBA_DEPENDENCIES) and trace those dependencies back to all the tables that the view depends on. If your view calls functions, however, this may or may not be what you're looking for. If you are selecting from just one table in the FROM clause but you are calling a function that references a dozen tables, do you want one row? Or thirteen? What about tables referenced in a correlated subquery in the WHERE clause?
    Justin

  • I need to  know the name of the database table and the fields in that table

    hi,
    i need to I need to  know the name of the database table and the fields in that table for the following fields of the front end .
    1) incident details.
    2) ownership details
    3) injury type
    4) % of investigation completed withen 7 days.
    5) count of incident type
    6) cost of workers compensation claim.
    7) injury resulting from for workers compensation claim
    8) investigation free text.
    9) investigation contribution factors.
    10) investigation root cause.
    11) investigation root cause free text
    12) employee risk assesment
    13) protential infrigment notice issued
    14) actual infrigment notice issued.
    15) actual infrigment notice reference number.
    16)vehicle damaged text.
    18) when the incident occured.
    thanks and regards,
    pronoy .

    Hello,
    Check CCIHT* under se16 and search for relevant information
    Thanks
    Jayakumar

  • Select the name of the column in combobox

    Hi !!
    i have already get the name of the columns in a combobox with this code 
    xlWorkSheet = CType(xlWorkBook.Sheets(ComboBox1.Text), Excel.Worksheet)
    xlWorkSheet.Activate()
    xlApp.Visible = True
    With xlWorkSheet
    Dim LastCol As Integer = xlWorkSheet.Cells(1, xlWorkSheet.Columns.Count).End(XlDirection.xlToLeft).Column
    For x As Integer = 1 To LastCol
    ComboBox2.Items.Add(xlWorkSheet.Cells(1, x).value)
    Next
    End With
    and what i want is :
    when i select the name of the column :
    -this column will be copie in a new sheet of the same workbook (a new sheet add and the column of the table will be there )
    help me pleasee

    i use tis code 
     Private Sub Button3_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button3.Click
            Dim Excols As New Dictionary(Of Integer, String)
            xlWorkSheet = CType(xlWorkBook.Sheets(ComboBox1.Text), Excel.Worksheet)
            xlWorkSheet.Activate()
            xlApp.Visible = True
            With xlWorkSheet
                Dim LastCol As Integer = xlWorkSheet.Cells(1, xlWorkSheet.Columns.Count).End(XlDirection.xlToLeft).Column
                For x As Integer = 2 To LastCol
                    Excols.Add(x, xlWorkSheet.Cells(1, x).value.ToString)
                Next
                ComboBox2.DataSource = New BindingSource(Excols, Nothing)
                ComboBox2.ValueMember = "Key"
                ComboBox2.DisplayMember = "Value"
                AddHandler ComboBox2.SelectedIndexChanged, AddressOf ComboBox2_SelectedIndexChanged
            End With
        End Sub Private Sub ComboBox2_SelectedIndexChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles ComboBox2.SelectedIndexChanged
            Dim exWS2 As Microsoft.Office.Interop.Excel.Worksheet
            xlWorkSheet = CType(xlWorkBook.Sheets(ComboBox1.Text), Excel.Worksheet)
            xlWorkSheet.Activate()
            xlApp.Visible = True
            With xlWorkSheet
                Dim key As String = DirectCast(ComboBox2.SelectedItem, KeyValuePair(Of Integer, String)).Key
                Dim value As String = DirectCast(ComboBox2.SelectedItem, KeyValuePair(Of Integer, String)).Value
                Dim lastrow As Integer = xlWorkSheet.Cells.Rows.End(XlDirection.xlDown).Row
                Dim colletter As String = ColumnIndexToColumnLetter(key)
                exWS2 = DirectCast(xlWorkBook.Sheets.Add, Microsoft.Office.Interop.Excel.Worksheet)
                exWS2.Name = value
               xlWorkSheet.Range(colletter & "1:" & colletter & lastrow.ToString).Copy(exWS2.Range("A1"))
                ' xlWorkSheet = DirectCast(xlWorkBook.ActiveSheet, Microsoft.Office.Interop.Excel.Worksheet)
                'exWS2 = DirectCast(xlWorkBook.Sheets.Add, Microsoft.Office.Interop.Excel.Worksheet)
                'exWS2.Cells(1, 1).value = ComboBox2.SelectedItem.ToString
                'exWS2.Name = ComboBox2.SelectedItem.ToString
            End With
            Me.Hide()
            form2.show()
        End Sub
        Private Function ColumnIndexToColumnLetter(ByVal colIndex As Integer) As String
            Dim div As Integer = colIndex
            Dim colLetter As String = String.Empty
            Dim modnum As Integer = 0
            While div > 0
                modnum = (div - 1) Mod 26
                colLetter = Chr(65 + modnum) & colLetter
                div = CInt((div - modnum) \ 26)
            End While
            Return colLetter
        End Functionbut 
    when i click on the button a new sheet add named the first colum and an other sheet add also empty 
    without  choosing an items of the combobox :(
    and  i get an error in this :   exWS2.Name = value
    which is :
    Impossible de renommer une feuille comme une autre feuille, une bibliothèque d'objets référencée ou un classeur
    référencé par Visual Basic.

Maybe you are looking for