Change header name in ABAP List in sq01

Hi,
I build a query with statistic.
At one of the fields I marked to show the average.
So at the output I have another column with the header "Average value".
How can I change this name?
Thanks
Itzhak.

Hi
I know this path.
But with this I can change the original column header.
I want to change the automatic Average column header (which I added to the oreginal header).
for example: I have SUM field (column), and I tick the "Av" checkbox to show another (automatic) column, which get automaticaly the header name AVERAGE VALUE.
I want to change the header AVERAGE VALUE (not the SUM field).
Thanks,
Itzhak.

Similar Messages

  • Change header name

    Hi,
      I am displaying traffic light signal using alv_grid_display.
      In output it's showing header name 'Exception' for traffic light.
      I want to change header name 'Exception' to 'Signal'.
         Plz help me.

    hi,
    INCLUDE <icon>.  " put it in top part of program
    data :status       TYPE icon-id,  " put as last field of internal tabel
    gwa_fcat-icon          = gc_x.   " make X in field catalog

  • Change header name in Snapshot

    Hi,
    We have a FR report which uses the report name in the header. We created a snapshot of it. I believe the snapshot uses the base report name in the header. Is it possible to change the name in the header of the snapshot?
    Regards,
    Ragav.

    I dont think you can change anything in snapshot report, you wull have to change the FR report with your report heasder details then run and save the same as snapshot

  • Change Header name in a Matrix Table

    Hi guys,
    I have a matrix table which looks like below image 1 and returns me a result like image 2. Can someone help me how to rename those column names as referred to image 2 please? For example:  Column "1" should be called "System Score 1".
    And so on. Thanks in advance.
    artistdedigital

    Use Switch statement for the column header expression like below
    =Switch( Fields!ID_Complete.Value =1, "System Score 1",
    Fields!ID_Complete.Value = 2, "System Score 2",
    Fields!ID_Complete.Value = 3, "System Score 3" )
    Follow below link for more details.
    link

  • How to change line size in ABAP list

    Dear:
        As subject.
        My code as below:
       TOP-OF-PAGE.
        NEW-PAGE LINE-SIZE g_line LINE-COUNT 65.
       variable g_line dynamic.
       In my testing the 'NEW-PAGE LINE-SIZE' is not work.

    Hi,
    LINE-SIZE you have to define with report statement.
    report .......................     LINE-SIZE 255.
    Reagrds,
    Jyothi CH.

  • Change Prg name in classes using abap code

    Hello Experts,
    I'm having following req:-
    I need to change program name using abap code .
    I have prepared report which changing prg name & also it is replecting target name into T-code & Programes where source prg name is being used.
    My next req is i want to replace sorce prg name in Classes usinf abap coding.
    <Priority normalized by moderator>
    Thanxs in Advance.
    Moderator message : Requirements dumping not allowed, thread locked.
    Edited by: Vinod Kumar on Feb 7, 2012 12:32 PM

    The application name is not necessarily uniqueue! Customers may create two applications with same name in different systems/clients and transport them into the same target system/client!
    You do the mapping with the query:
    CL_FDT_FACTORY=>GET_INSTANCE( )->GET_QUERY()->...
    There are two methods. One for mapping ID to name and one for name to ID.
    There is also a sample report in package SFDT_DEMO_OBJECTS.

  • Font Size in ABAP List report

    Hi ,
    I want to know how to change font size in ABAP list report.
    I want to enlarge the font size.
    I have tried print control but it doesn't work.
    I have also tried line size and line count
    but it can only reduce the font size .
    Thanks.
    John

    Hi Kong,
    Try with following example:
    REPORT ZFONT NO STANDARD PAGE HEADING LINE-SIZE 80 LINE-COUNT 65.
    NEW-PAGE PRINT ON.
    PRINT-CONTROL FUNCTION 'SF000'.
    WRITE: / 'This is CPI 20'.
    PRINT-CONTROL FUNCTION 'SF020'.
    WRITE: / 'This is CPI 6'.
    PRINT-CONTROL FUNCTION 'SF008'.
    WRITE: / 'This is CPI 12'.
    PRINT-CONTROL FONT 1 LPI 6.
    WRITE: / 'font 1 lpi 6'.
    PRINT-CONTROL FONT 2 LPI 6.
    WRITE: / 'font 2 lpi 6'.
    PRINT-CONTROL FONT 3 LPI 6.
    WRITE: / 'font 3 lpi 6'.
    End of print-control
    NEW-PAGE PRINT OFF.
    End of Program
    thnks
    Anurodh

  • SharePoint 2013 names for custom lists

    I have the following to mention about changing the name of a custom list for SharePoint 2013.
    1. In my test SharePoint area the person that is our 'admin' for SharePoint, went to the 'recent' area of my test area in quick launch and changed the name of my Custom list. The features like email messages did not work at the point.
    2. I then went to list settings on the test website, and changed the name of the custom list to match the name my 'SharePoint' admin changed the name to. I reran my test workflow, and the features started to work again like the email messages.
    **Note: Myself and the SharePoint 'admin' person at my company have only worked with sharepoint 2013 for 3 weeks.
    Thus can  you tell me relationship of changing the name of the custom list in the 'quick launch' area versus changing the name is the list settings? Do both areas need the values changed?

    Your observation is currect
    Quick Launch name change actually change name in navigation item (site settings -> navigation) which don't change anything on actual list. That is just a "text to display"
    If you change actual list name from settings it should impact Quick Launch if "Display this survey on the Quick Launch?" Set as Yes from list general settings
    I will suggest you to explore,
    site settings -> navigation
    Please 'propose as answer' if it helped you, also 'vote helpful' if you like this reply.

  • SQ01 - ABAP List Report Header

    We have a query in SQ01 that provides a listing of employees and their
    IT0027 distribution accounts. Using the ABAP List as the output I have
    some control over the header information. I've done things like the
    report title, the username of the individual who runs it, the time and
    date it was run, etc. What I've been asked to do is display the input
    parameters for the report in the header.
    So, if someone requested KOSTL = E991234 (the screen field is
    SP$00008-LOW), then they'd like to see the header:
    "Report of Employees by Distribution Account"
    "For Cost Center: E991234"
    When I attempt to put the field KOSTL in the header then I get the cost
    center for the first employee record. So, if the user chooses more than
    one KOSTL, I only get one of the cost centers to display in the header.
    Clicking on the "Selections" icon provides a listing of ALL the
    parameters, but I only want to display one or two of those - and I want
    it in the header rather than as a separate item to click and print.
    Can anyone help with coding either in the query or the infoset?
    Thanks,
    John
    John Rich
    HR Team, IRIS Administrative Support
    The University of Tennessee

    Hi Daniel,
    Select_Options consists of 4 parameters, in with the range consists in eg...
    Select-options s_vbeln for vbak-vbeln.
    then s_vbeln-low, s_vbeln-high are the range values...
    So whne you write select query.
    write vbeln in s_vbeln
    instead of vbeln eq s_vbeln
    Hope this solves your problem.
    Thanks & Regards,
    Dileep .C

  • HT2513 How do you change the name of a reminder in the reminder list.  I right click and then choose "get information"  I can change the colour of the reminder but when I type in the name that I want and then press enter the name stays as "untitled".

    How do you change the name of a reminder in the reminder list.  I right click and then choose "get information"  I can change the colour of the reminder but when I type in the name that I want and then press enter the name stays as "untitled"

    Jerry,
    Thanks for replying again. I've got a little bit further thanks to you. I tried the US keyboard layout as you seemed pretty definte that it should work. This time I applied the setting and also started the language toolbar and selected it from there.
    Hey presto, I've got the @ where it should be. Excellent.
    However the single quote ' works in a weird way. When I press it, it doesn't show up on the screen. But when I press another key, I get the single quote plus the next key I press. When I press the single quote twice, I get 2 of them. This is also the same with the SHIFT ' key. i.e. for the double quotes.
    Very strange. I'll look at other keyboards and see where that gets me.
    Thanks,  Maz

  • How can I change column name in ALV table in WebDynpro ABAP?

    Hi Everyone,
    I have created an ALV table in WebDynpro ABAP. I have created a context node and added the required attributes there - for the ALV display.
    Now I want to change one columnn name of the ALV table.... Currently it is showing the description of the data element, which I don't want to show. I cannot create a new DE only for this purpose.
    Please let me know how can I change the name of the column.
    Regards

    Hi,
    This may help you to define your own column text in the ALV Table of webdynpro.
    see the below code.
    Here 'STATUS_ICON' is the column of the the output display of the ALV Table of webdynpro.
    "change the label of the report.
    DATA: lr_weeknum TYPE REF TO cl_salv_wd_column.
    CALL METHOD l_value->if_salv_wd_column_settings~get_column
    EXPORTING
    id = 'STATUS_ICON'
    RECEIVING
    value = lr_weeknum.
    SET THE LABEL OF THE COLUMN
    DATA: hr_weeknum TYPE REF TO cl_salv_wd_column_header.
    CALL METHOD lr_weeknum->get_header
    RECEIVING
    value = hr_weeknum.
    CALL METHOD lr_weeknum->set_resizable
    EXPORTING
    value = abap_false.
    hr_weeknum->set_prop_ddic_binding_field(
    property = if_salv_wd_c_ddic_binding=>bind_prop_text
    value = if_salv_wd_c_ddic_binding=>ddic_bind_none ).
    set the text of the column
    CALL METHOD hr_weeknum->set_text
    EXPORTING
    value = 'C Form'.
    regarads,
    balu

  • How to Change Journal Header name to Custom Header Name while GL Importing?

    Hello Experts,
    I am in situation where customer wanted to keep their own journal header naming conventions to imported journals in Oracle GL for custom Journal sources.
    As I know while importing journals, Oracle Creates the Journal Name based on the below mentioned logic.
    "Journal Import creates a default journal entry name using the following format:
    (Optional User-Entered REFERENCE4)(Category Name)(Currency)
    (Currency Conversion Type, if applicable)
    (Currency Conversion Rate, if applicable)
    (Currency Conversion Date, if applicable) (Encumbrance Type ID, if applicable)
    (Budget VersionID, if applicable). If you enter a journal entry name,
    Journal Import prepends the first 25 characters of your journal entry name to
    the above format"
    But then How it is possible to only allow journal header Name to be used present in REFERENCE4 excluding all other string provided by Oracle? Instead of using omitted string custmoer wanted to keep their own parameters. Example - REFERENCE4.A.B.C etc.
    Is it possible to solve this using seeded setup or modifying some hook packages or anything else?
    As far as I know there can be one workaround to be use of updating journal header name after journal import being completed successfully for custom journal source. But only fear is Oracle doesnt allow updating the base table without API. Am I rght?
    So it would be really great if anyone of you can suggest the best solution or best possible workaround.
    Thanks

    Duplicate - How to Change Journal Header name to Custom Header Name while GL Importing?

  • Powershell: How to change the header name in a imported CSV file

    HI All,
    I have a csv file in which I want to change the headers names in powershell.
    oldnames are name,id
    newnames I want to give are: company and transit respectively.
    Following is what I wrote in script:
               $a = import-csv .\finalexam\employees.csv -header name,id'
                       foreach ($a in $as[1-$as.count-1])  // I used 1 here because I want it to ignore the  exiting headers.
                      { $_.name -eq company, $_.id -eq transit}
    I think this not entirely correct way to do this. Can someone show me how to fix this.
    Regards
    SQL 75

    If you're not an experienced PowerShell programmer, I recommend editing the file in a text editor and changing the name that way.
    -- Bill Stewart [Bill_Stewart]

  • Dynpro table -dynamically change table header name

    how to change table header name at runtime ?
    for instance, when i bind to a dataNode with this attribute:
    smsid, usrid, crdate, stdate,enddate
    change to
    message_id, user_id, create_date, start_date, end_date  during runtime.

    Hi yzme,
    To change the column header for each field you have to set the [Caption-Header] text value.
    Use this code inside "wdDoModifyView" method.
        //@@begin wdDoModifyView
         IWDCaption smsid_caption = (IWDCaption)view.getElement("smsid_header");
         smsid_caption.setText("message_id");
         IWDCaption usrid_caption = (IWDCaption)view.getElement("usrid_header");
         usrid_caption.setText("user_id");
         IWDCaption crdate_caption = (IWDCaption)view.getElement("crdate_header");
         crdate_caption.setText("create_date");
         IWDCaption stdate_caption = (IWDCaption)view.getElement("stdate_header");
         stdate_caption.setText("start_date");
         IWDCaption enddate_caption = (IWDCaption)view.getElement("enddate_header");
         enddate_caption.setText("end_date ");
            //@@end
    Regards,
    Mithu

  • My cell references have changed from coordinates to header names in numbers

    When i opened a SS i have been using for quite some time to add new data, I noticed the cell references in some cells had changed. Originally all had been cell coordinates and now most, but not all, are using header names. I've tried re-entering the data, filling down from a cell that still shows coordinates. Nothing works to get them back to using coordinates. Any ideas on why this happened and how to change things back?    
    Message was edited by: annmerb    Reading another post I got a hint to check Numbers Preferences. I know I had never gone in and checked "Use header names as references" but it was selected. I deselected it and references went back to coordinates. Since Had never changed the Preferences I hadn't thought to check there. Sorry to bother!

    Ann,
    The default in the Blank Template is for Header Named cell references turned off. However, that may not be the case with all the other templates. Do you recall how this document began its life?
    Jerry

Maybe you are looking for