'sort' icon in the header of table column

Hi everybody,
I am using table UI element in WD ABAP. Table columns can be sorted and the method fro event 'onSort' is defined.
On each table column header a tool tip with icons  ▲▼  appears when the cursor is moved over the right side of the column header.
Is it possible to make this icon appear on the right of each column header permanently? 
Thank you for your help,
Helen

Hi Jörg,
We are using IE6 or IE7. And nothing appears. ONSort action exists and defined.
May be I will create internal message for ABAP WD.
Kind regards,
Helen

Similar Messages

  • Setting the header of a Column group in a Advanced table dynamically

    Hi All,
    There is a requirement to set the Header of a column group in a Advanced table dynamically by fetching the values from a view attribute.
    Code :
    OAAdvancedTableBean spiderTbl1 ;
    Problem:
    It is not able to set the value for the header inspite of getting the handle of the bean.
    Analysis:
    the same piece of code works for
    1) Setting the text of the advanced table
    2) Setting the header of a column in a column group
    Please let me know if there is anything more that needs to be done for setting the prompt of a column group header.
    Thanks in advance!

    I have posted it without giving the complete code by mistake. Below is the code:
    OAAdvancedTableBean spiderTbl1 ;
    OASortableHeaderBean spiderHdr1;
    spiderTbl1 = (OAAdvancedTableBean)webBean.findChildRecursive("SpiderCatTbl1RN");
    if (spiderTbl1!=null){
    spiderHdr1= (OASortableHeaderBean)spiderTbl1.findChildRecursive("AnalogHdr");
    if (spiderHdr1!=null) {
    spiderHdr1.setAttributeValue(OAWebBeanConstants.PROMPT_ATTR,
    new OADataBoundValueViewObject(spiderHdr1,
    "SpiderCategory1",
    "ProjRegPVO1"));
    }

  • How to boldface the header for ONE column

    hi,
    I want to know how to boldface the header for ONE column. The following will boldface the header for all the columns in the table
    table.getTableHeader().setFont(new java.awt.Font("Dialog", 1, 12));
    Thanks.
    Jrabi

    jtable.getColumnModel().getColumn( indexOfBoldColumn ).setHeaderRenderer( TableCellRenderer aRenderer )

  • How can I see the heading of a column, whilst at the bottom of a document?

    I'm doing a long list of expenses, and the headings are at the top of columns. Now I've filled in many rows, I have to go up and down the page to see the heading make sure that I fill the correct column in. Is there a way of splitting a document across the middle (or something like this) so that I can always see the heading at the top of the column even though i am way down the page?
    thanks so much - Nigel

    Hello
    There is a really simple workaround
    Duplicate your table and, in the copy, remove every rows minus row 1 thru 7.
    You will be able to leave the new table (name it "header7" for instance) at the top of your screen
    and put the main one just under it.
    Doing that, you will be able to scroll in the main table.
    If the contents of the seven top rows may be modified.
    Replace the contents of the cells in header7 by a formula looking like that:
    A1 =mainTable :: A1
    So the changes in row 1 thru 7 in mainTable will be reported in header7.
    Yvan KOENIG (from FRANCE lundi 7 janvier 2008 18:31:14)

  • How can I relate the fields a table column to the headers of the columns in another table?

    Here is my problem:
    I have a table where the first column is a list of types of characteristics and I want to compare that column with a table which has some columns, each one with a type of charasteristic.
    It's like relating a column to a file (the header file).
    PD: My level is beginner.

    Well I don´t want the space on both sides of the input text to be that big either so that doesn´t solve the problem.

  • How can I set up Apple Mail to display the sender's "from icon" in the header info?

    Hi,
    I have gone into the preferences to set up custom headers, so that the icon sent to me from the email sender will display in the header, but do not see an option for this.  I want to do this for Comcast as a source specifically, as they embed an icon in their official emails and I have been receiving phishing  emails from sender pretending to be Comcast.  Comcast states on their website, that you can see their icon in any mail they send, however, this does not happen on my version of Apple Mail (4.5).
    Here is an image of the info shown on the Comcast website, in case that helps to clarify my question.
    Thanks,
    Kim

    On the Internet Accounts System prefs choose Add Other account…
    Pick Mail account.
    On the first page where you enter username and password, hold down the Option key and the Create button will change to Next. Click that with Option held down.
    You can then manually create the account.

  • Reagarding the header text table

    Hello Experts,
    I am using BAPI_PR_CREATE bapi for creating a PR my problem is as follows i am getting the header text in a string format and i need to build the table from string for the paramater PRHEADERTEXT     LIKE     BAPIMEREQHEADTEXT for bapi
    can i get  a function module for this and
    another Question is that i  want to add a long text at header level just like we add at line item

    i am getting the header text in a string format and i need to build the table from string
    I have a soln for this prob..
    DATA: BEGIN OF TABLE OCCURS 10 ,
    STR(100),
      END OF TABLE.
    DATA WA LIKE LINE OF TABLE.
    CALL FUNCTION 'IQAPI_WORD_WRAP'
      EXPORTING
        TEXTLINE                  = 'sumit12sddadsadasd3456789'
    *   DELIMITER                 = ' '
       OUTPUTLEN                 = 5               " this is the length of each peice
    * IMPORTING
    *   OUT_LINE1                 =
    *   OUT_LINE2                 =
    *   OUT_LINE3                 =
    TABLES
       OUT_LINES                 = TABLE
    * EXCEPTIONS
    *   OUTPUTLEN_TOO_LARGE       = 1
    *   OTHERS                    = 2
    IF SY-SUBRC <> 0.
    * MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
    *         WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
    ENDIF.
    Regards,
    Sumit Nene

  • Hw to Get the number of table columns and their name in procedure ?

    Friends,
    I have to write some procedure. In this procedure, I want to get the total number of columns in a table. Also I want the column names for that table.
    I have a requirement that I need to add column in the table dynamically in some cases. Later I want the name of that added column.
    Thanks in advance,
    Nirav

    I want to get the total number of columns in a table. Also I want the column
    names for that table
    SQL> select column_name from user_tab_cols where table_name = 'EMP';
    COLUMN_NAME
    EMPNO
    ENAME
    JOB
    MGR
    HIREDATE
    SAL
    COMM
    DEPTNO
    8 rows selected.
    I have a requirement that I need to add column in the table dynamically in some
    casesWhy ??
    Rgds.

  • How can I do the multiplication on table column values?

    I have a table t1 having c1 column
    T1
    1
    2
    3
    4
    Need the result 1*2* 3* 4 =24
    Need to write sql query please help, not io pl/sql block
    Thanks in advance….
    Bala

    Hi,
    Starting in Oracle 11.2 (always post your version) you can also use a recursive WITH clause:
    ITH     got_prd     (id, c1, prd)     AS
         SELECT     id, c1
         ,     c1     AS prd
         FROM     t1
         WHERE     id     = 1
        UNION ALL
         SELECT     c.id, c.c1
         ,     c.c1 * p.prd     AS prd
         FROM     t1          c
         JOIN     got_prd     p     ON c.id     = p.id + 1
    SELECT       MAX (prd) KEEP (DENSE_RANK LAST ORDER BY id)     AS product
    FROM       got_prd
    ;This assumes that the rows are numbered 1, 2, 3, ... You can always use the analytic ROW_NUMBER function if the rows are not already numbered.
    You'd probably want to treat NULLs as 1. If so, replace c1 with NVL (c1, 1) when calculating prd.
    Karthick: you're right that the results returned by the results of string aggregation are not even close the results of multiplication. Seth is just saying that the syntax of creating a user-defined aggregate fucntion to do string aggregation is very much like the syntax for creating a user-defined aggregate fucntion to do multiplication. If you can see how to do one, it's easy to figure out how to do the other; just change some names and the bodies of some of the procedures.

  • How do you restrict the number of table columns on the data tab?

    I have a table with 50+ columns. Is it possible to restrict the list of columns on the data tab to say 5 columns as I'm only interested in seeing/updateing the data for these 5 columns. You can restrict the number of rows using the filter but not the columns. Is there some other way seeing an updateable "view" of the table? I suppose you could create a number of views and edit through them but there are too many combinations.
    regards
    Paul P

    I don't know of any way of reducing the number of columns that display in the Table data grid.
    However, you can rearrange the columns to have the five columns you want to edit as the first five. With fifty columns, even this would be some effort to find and drag them to the left of the view, but it should give you the five columns you want to update on the window at the same time.

  • Defaulting the colum from the previous page table column values.

    Hi,
    I have two seeded pages. In First page it contains one table and 4 columns namely SNo, Competency, Previous Rating, Main Appraiser Rating and in second page it contains one table and 3 columns namely SNo, Competency, New Appraisal Rating.
    My Requirement is in First page Main Appraiser Rating column data(it contaions 13 rows), i have to show it in the second page column New Appraisal Rating by default. Please let me know how to achieve this.
    Thanks in Advance,
    Regards,
    Suresh.

    Suresh,
    Is the second page is also seeded??
    Create a new region it would be table region with the column which you want to show.
    What you have to do is that you have to execute the VO in the Process request of 2 nd page. You have to check the logic like on which condtion it is showing 13 rows and you have to write the same logic in new VO and execute the query depending upon like on employee id.
    Thanks
    --Anil                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

  • How to fix the position of table columns.

    Hay all,
    Can anybody tell me that how to fix the position of columns in a table.By default the columns can be moved to any position in the table.
    Regards,
    Sharad Agarwal

    table.getTableHeader().setReorderingAllowed(false);this will do...
    Regards,
    Byju

  • Display only one variable in the header and not column in WAD

    Hi All,
    my requirement is to be able to display only one variable in the report output header and hide the others. I am able to display all by using the INFO FIELD ITEM and saying variable display ON - but the requirement is very specific for only one variable display.
    how can i achieve this ?
    Thanks,
    Shweta

    Hi,
    You can insert a text item and Turn off the others or Hide these from Filter pane I have done that and then use that query for your WAD.
    Steps:
    1. Uncheck all the variables from your Design item in Analyzer.
    2. Insert a New Text Item and check the Variable you want to display.
    3. Go back and run the Query.
    Even you can change the position in the Query and Save as a workbook.Let me know ,if this works.
    ~AK

  • How can I re-display the header of table on next pages (report designer)

    In the report designer, I insert a data provider. The fist line is the field name.
    When I browse the report, the field name line can't display on the second page, only on the first page.
    How can I do to display it on next pages?
    Thanks
    Eva

    Look at the code of the MouseListener to see what method it invokes and then just invoke the method directly.
    Or you can create a MouseEvent and use the Component,dispatchEvent(...) method.

  • Sorting the content of table at first showing of the table

    Hi WD Experts,
    I can't find the solution of this very important case
    Suppose this very simple scenario:
    I have master-detail relation between two tables
    and I try to show the content of detail table in some order (ascending order of first column)
    Also in UI I want to see the sorting icon
    I do this with generating of CustomEvent in OnLeadSelect
          HashMap map = new HashMap();
          map.put("col", "Version");     
          IWDCustomEvent wdEvent = new CustomEvent("onActionSort", map, true);
          wdThis.onActionSort(wdEvent);
    but unfortunately my detail table is ordered alternately
    (asc and desc order)
    In WD tutorials I find the tutorial for sorting the table
    but sorting is triggered by user action - I want sorting to be executed programmatically and to be executed always in asc order

    Hi Stefan,
    I am using a supply function - and sorting there is workaround - but the user can not see the sorting icon on the proper column - the first appear of icon is when user click on the column header for first time.
    I want user to see which column is sorted initially
    Message was edited by: Rosen Chaushev

Maybe you are looking for

  • Target Display Mode: Lenovo T420 DisplayPort to iMac (2nd screen) does not work

    Configuration: - Laptop Lenovo T420, DisplayPort, Windows 8.1 - DisplayPort cable, Adapter to Mini DisplayPort - iMac (Intel, 27-inch, Mid 2011) as 2nd screen, connected via Mini DisplayPort Adapter, Mavericks OSX 10.9.1 Problem: - iMac does not star

  • Safari 4.0.1 bounces in dock does not launch

    I am running 10.5.7 all the latest updates and am on a Macbook. For some reason when I upgraded to Safari 4 the application would not launch. It started with the beta version and I have never been able to even get it to launch at all. It just bounces

  • Migrate from RHEL 4 to RHEL 5

    We are on a split tier configuration of Ebusiness suite, web and forms node on RHEL 4 server while concurrent node alongwith the database is on AIX server. To upgrade the Apps tier from RHEL 4 to RHEL 5. Can we clone the apps tier From RHEL4 to RHEL5

  • PO-FA INTEGRATION

    PO-FA INTEGRATION IS IT POSSIBLE TO TRANFER ASSET/PROJECT DETAILS INFORMATION FROM PO LINE LEVEL DFF TO FA ? Our expectation is that for items order on the PO we should be able to add specific fields to the item that can be carried forward to AP and

  • How can build a bar code application ?

    Hello All! I am new in form 6i and Oracle 8i. My question is that how can i build a simple bar code reader application. Please write some code if anybody have or give the reference to study to build the bar code applications. Thanks in Advance. Ather