Grid lines to columns

Hi friends ;
My question is below sorry for bad english;
zheaders is a table,  sample;
in  zheaders =  1      a
                       2      b
                       3      c
                       4      d
this table lines  ,
I want to this table lines shown ALV grid Field headers. I mean
source zheaders
alv grid  =     a     b     c      d  ... more in zheadres
              values ....
Im try fields appending fieldcatalog but I dont succeed.
I hope so , tell problem rigth.
Regards;

Hi,
Take a look at the example program BCALV_TABLE_CREATE
regards,
Advait

Similar Messages

  • ALV grid, prevent return to line 1 column 1 after using filter button

    How can I prevent the ALV grid display from returning to line 1, column 1, after a user has modified the display using the filter or sort button ?  I know this is possible using the is_stable field when control is passed to my ALV code, but when the automatic on-screen buttons are used I can't find a way of controlling how the screen is displayed.

    Max,
    Thanks, the AFTER_USER_COMMAND event allows me access after the filter or sort button has bee npressed, but I am unable to prevent the grid from reverting to column1 line1.  By using the method GET_CURRENT_CELL I can find out the column, but it does not return me the row.   I have tried putting this column id into  SET_CURRENT_CELL_VIA_ID, as suggested by Naimesh above, and calling this from the AFTER_USER_COMMAND method, but it does not effect how the grid displays.    
    Any further advice would be very welcome.

  • Setting the ALV Hierarchy tree with grid line between the columns and rows

    Hi Experts,
    I would like to ask if there is any suggestion on setting the ALV hierarchy tree to be separated by grid line between the columns and rows just like how it is display the same way in normal ALV grid.
    Thanks in advance.

    Hi Lin,
    The requirement which you have stated is not possible.
    Lin,
    Also i have a query regarding BADI ZME_PROCESS_REQ_CUST, which you had raised on SDN. You have marked the question as solved/answered.
    Changing the data of a customize field in purchase requisition
    Could you please let me know, the steps you did to update the screen fields through the BADI.
    I would really appreciate your reply, because i am facing exactly the same problem which you have mentioned.
    Thanks,
    Best regards,
    Prashant

  • Showing Grid without column headers and Grid lines

    Hi all
    does anyone knows how can set a grid object to display without grid lines and without column headers?
    appreciate the help
    Yoav

    Hi Yechiel,
    When you work with the grid you just have to drag it into your srf and bind it with some table by specifying the table name in its properties.
    When the form launches the columns of the grid  will be created automatically as per the number of columns in the table.The caption of the column in the grid will be the same as that of the name of the column in the table.The only condition for this is that the table should contain some records, if the table is empty no grid lines and the column header will be displayed .
    I hope this meet your requirements.
    Below I am sending you the code segments with the help of which you can control the grid progamatically...
    //Declaring the grid object
    Grid oGrid;
    //Initializing the grid object
    oGrid=(SAPbouiCOM.Grid)oForm.Items.Item("MBS_Grid").Specific;
    //Adding a new data table to the form
    oSboApplication.Forms.ActiveForm.DataSources.DataTables.Add("MBS_DataTable");
    //Assigning the data table to the grid
    oGrid.DataTable = oSboApplication.Forms.ActiveForm.DataSources.DataTables.Item( "MBS_DataTable" );
    // This statement will clear the grid
    oGrid.DataTable.Rows.Clear();
    // In this way you can set the column properties
    oGrid.Columns.Item(0).Editable=false;
    oGrid.Columns.Item(1).Editable=false;
    oGrid.Columns.Item(2).Editable=false;
    oGrid.Columns.Item(3).Editable=false;
    oGrid.Columns.Item(4).Editable=false;
    oGrid.Columns.Item(5).Editable=false;
    // In this way you can set the column width
    oGrid.Columns.Item( 0 ).Width = 50;
    oGrid.Columns.Item( 1 ).Width = 60;
    oGrid.Columns.Item( 2 ).Width = 130;
    //This is the way you can set a user defined caption on the column header.
    query="select U_CTX_MOVCODE as 'Movie Code',U_CTX_MOVNAME as 'Movie Name',U_CTX_SHELF as 'Shelf Number',U_CTX_SPACE as 'Space Number',U_CTX_CARDCODE as 'Customer Code',U_CTX_RENTED as 'Rent Status' from [@CTX_VSTORE] order by Code";
    Regards,
    Prashant

  • Is there a way to turn on grid lines in mailboxes like you could in Eudora?

    If anyone here has used Eudora, then you probably know that you could customize the message listing for a mailbox to turn on grid lines between message lines and or columns if you wanted.
    Does anyone know of a hack that could do that, or maybe just tell Mail to highlight every other row for easier list readability?
    Thanks!

    That would be an improvement to the interface. I've been looking for some time and not found a way to do it though. Anyone else?
    If anyone here has used Eudora, then you probably
    know that you could customize the message listing for
    a mailbox to turn on grid lines between message lines
    and or columns if you wanted.
    Does anyone know of a hack that could do that, or
    maybe just tell Mail to highlight every other row for
    easier list readability?
    Thanks!
    Mac Pro   Mac OS X (10.4.8)  

  • Unable to bold a cell verticle line in Cross-tab Format Grid Lines

    Hi
    I am unable to bold a random Cell vertical line inside the cross-tab. My cross-tab is having access database which pulls every data correctly,
    To elaborate , here is the images to make it clear.
    First one is the current output of cross-tab & 2nd one is the desired output :
    To make it more clear ,
    I am giving the screenshot of Format grid lines option,  when I have selected Cell vertical lines , I can change Line options (Like style,width,color) from it. When I change it, it changes all three lines simultaneously. But, in that, I just want to bold only the last line of this grid.
    The screenshot as follows (To denote the lines, I have put numbering under the vertical lines, where I want to bold only the third one) :
    Please let me know, if  any solution to this. I m using CRVS_13.
    Thanks in Advance.

    Hi,
    try to do this way..
    Right click on crosstab - > crosstab expert -> customize style -> select your particular column then goto Format Grid Lines -> select your particular one based view -> ok..
    I hope this not yet possible because select 1 automatically 2,3 vertical lines are selected..
    See how it works......Please update ASAP
    tHANKS,
    dj

  • Remove grid lines by default in chart view

    Hello,
    I'm working in version 10.1.3.4.1. I've been trying to remove the grid lines from the default chart view. I've read some posts on here and in the blogs about changing the default chart look, but I haven't seen anything specific to grid lines. I think I need to edit the pcxml files located in .../s_oracle10/popbin. I've been messing with these two files:
    - bar.pcxml (this seems to be for horizontal bar charts only)
    - column.pcxml (this seems to be for vertical bar charts only)
    Within <ValueScale> and <CategoryScale> I tried changing the MajorGrid and MinorGrid parameters to values like 'Disabled' and 'False' but this seemed to have no effect. I also tried changing the color from #eeeee to something else but this also seemed to have no effect at all.
    I've replicated whatever changes I've made to the corresponding file in the oc4j directory. I am restarting all services after making my changes. I have been able to get some changes to bar.pcxml and column.pcxml show up in the application. I was able to change the default BarStyle from 'Cylinder' to 'Rectangle' successfully, so I think my process of editing the file, copying it to the corresponding oc4j directory, and then bouncing the services is working.
    Can anyone point me in the right direction for getting all of the grid lines to go away by default? So far I've only tried removing them from bar charts, but ultimately I want them off by default on line charts as well.

    Are you able to acheive this.?
    PCXML script is used for chart rendering, and with that I think you can't demark the Gridlines.
    The following Xml file gives the definitions for the chart components including gridlines.
    chartviewtemplates.xml
    Which inturn refers to the following js for gridlines
    i think you have to work on the Js here demark the grid lines by default
    <Oracle_BIHome>\web\app\res\b_mozilla\views\chart
    dlggridlineseditor.js
    Before doing any changes take the backup.
    Thanks,
    Vino
    Edited by: Vinodh NK on Oct 22, 2010 3:44 AM

  • Smartform main window with grid lines...

    Hi Gurus,
    I am printing the line items in the main window using grid lines of pattern. This main window can print 10 lines only. Here my requirement is i need to get the empty grid lines till the window ends after finishing the printing of all line items.
    for example if it has only 2 lines then i need 2 lines of data and remaining 8 lines should print empty grid lines.
    this table control have 14 columns. some times 2 lines of data occupies 3 lines. because any column value may be morethan of column width. for this type of example i have to print empty lines 7 only. because any item line occupied 2 lines.
    hope it is clear.
    Regards,
    Vijay

    Hello Vijay,
    In order to do this you could make a template(the outlines of your layout). This template must be in the main window, so if there are more than 11 lines the complete template will be printed in the second page.
    If you require a total box at the end of the template then make a new window fill only the value and the total will always be printed in the box..
    Let me know if the solution is not clear. I shall explain in more detail.

  • JTable Grid Lines became very light when changed to JGoodies L&f

    After changing to the JGoodies Look and Feel, my Table Grid Lines (Row and Column Lines) look very light. They are hardly visible. The former orinignal black grid lines looks light as gray. Is there a way to change the color of Grid lines using the Table Renderers or do I need to do anywhere else
    Can you help me in that. I checked through the API but did not find a function to set so..
    Update to my Question_
    I have placed the below statement in my Overridden getTableCellRendererComponent method as the first statement
    table.setGridColor(Color.red);
    The probelm is everytime I switch windows (between my application and any other program), my application is almost dying (GUI gets completely screwed) until I keep clicking on the Application and then it gets back
    Edited by: hemanthjava on Nov 10, 2008 5:25 AM
    Edited by: hemanthjava on Nov 10, 2008 5:27 AM

    I am not expert in these, but please check out the following things and see whether it would solve your issue. (All these changes can be easily rolled back in case I'm wrong :). So make note of what you do)
    As per your httpd.conf, you have chosen an automatic configuration of Apache by OWCI installer itself. What it does is create an imageserver.conf file in a separate directory and these settings will be included in your httpd.conf as you can see in the first line: Include "C:/bea/alui/plumtreeconf/".
    If you check the imageserver.conf in that location, you would find a line like: Alias /imageserver/ "C:/bea/alui/ptimages/imageserver/". This aliases the original path "C:/bea/alui/ptimages/imageserver/" to /imageserver"
    To confirm whether this is done right, check the following:
    1. Acces 'http://<server ip / server name / localhost >/' from your browser
    This should display the Apache home page (as per your httpd.conf, it uses the default port 80; so no port number required)
    2. Access 'http://<server ip>/imageserver/' from your browser
    This should display the directory structure (if its not disabled) inside your 'C:/bea/alui/ptimages/imageserver/' folder. Also confirm that all the subfolders are accessible.
    3. If all the above is right, it means that your imageserver settings are right. Please check your portalconfig.xml for the correct settings: For example, <setting name="HTTPPort"> should be 7001 in your case. If its something else, change it and restart Weblogic for the settings to take effect.
    Hope this helps.

  • Hot to use the data grid to edit column objects

    I have a simple object type:
    CREATE OR REPLACE TYPE TIMESLICE AS OBJECT
    SINCE TIMESTAMP (6),
    UNTIL TIMESTAMP (6)
    And a simple table with one column containing objects of this type:
    CREATE TABLE TABLE1
    COLUMN1 TIMESLICE
    I can insert into the table:
    INSERT INTO SLICES VALUES (timeslice (NULL, NULL));
    But when I try to use the data grid and write there the same string "timeslice (NULL, NULL)" as value I get the following error during commit:
    One error saving changes to table "TABLE1":
    Row 1: ORA-06550: line 1, column 55:
    PL/SQL: ORA-00932: inconsistent datatypes: expected UDT got CHAR
    ORA-06550: line 1, column 7:
    PL/SQL: SQL Statement ignored
    The data grid interprets the value as characters instead of an expression.
    How do I have to enter the object in the data grid?

    Is it possible to access the cache datasource inside the script component which is available in the same data flow task??
    Thanks in advance,
    Saravanan

  • Grid Lines not appearing in Query

    Hi all,
    I have a query in BI 7.0.  The problem is the Grid lines & the Formats are not appearing in the query i.e the row & column lines are not appearing.  These were there before 2 weeks but now something has happened and it got changed.  So, if i create a workbook from this query, the workbook also reflect the same format.  Even if i make the format changes through excel functions, i could only save it as a workbook and it wont reflect in the query.
    We are not able to identify exactly why this problem came.  It doesnt have anything to do with the Package or patch.  This problem occurs only for one query & all the other query formats are working fine.  I compared the error free queries with the problem query but everything seems to be the same.
    Please help me in solving this problem.
    Thanks,
    Murali

    Hi Everyone,
    The issue is solved.  The option "Adjust Formatting after Refreshing" in the Query Properties was unchecked.  I checked that & the problem is solved.
    Thanks,
    Murali

  • Move all fields and grid lines to the the right

    I have a report where I want to insert two new fields to the left of all the existing columns.  Can I move all of my fields and grid lines to the right at once?  I don't want to start at the right and drag each field out to the right two inches, etc.  Hoping there is an easy way to accomplish this at once.  Thanks.

    Thanks - that I know.  Really would like to see the grid lines move with it.  Kind of like when you adjust columns in a table in ms-word.  You can move a left most column and shift the others right of it in one motion.

  • Grid Lines View in the Message Viewer?

    Hi-
    Is there anyway to format the message viewer so there are grid lines between the messages and columns I find it easer to read that way...
    Thank you...

    Hi, I'm not sure I understand, but if I do, then no way I know of.

  • Abode 7.0 Reader : Can I add grid lines ?

    Hello,
    I have large data files with more than 500 lines and many columns in PDF format. These are mainly text and numeric figures.
    May I know if it is possible to add horizontal and vertical grid lines to the pages as in spreadsheets software ?
    At present, I find it difficult to read the data correctly as the rows and columns are very close to each other.
    Appreciate very much if somebody knowledgeable could give me advice.
    Thanks
    Low

    [email protected] wrote:
    > May I know if it is possible to add horizontal and vertical grid
    > lines to the pages as in spreadsheets software ?
    >
    > At present, I find it difficult to read the data correctly as the
    > rows and columns are very close to each other.
    This cannot be done with the *Reader* which is just for reading
    documents (as it names says).
    It would have to be done in the *source* documents prior to publishing
    them as PDFs.
    Rainald

  • Abode 7 Reader: Can I add grid lines to pages ?

    Hello,
    I have large data files with more than 500 lines and many columns in PDF format. These are mainly text and numeric figures.
    May I know if it is possible to add horizontal and vertical grid lines to the pages as in spreadsheets software ?
    At present, I find it difficult to read the data correctly as the rows and columns are very close to each other.
    Appreciate very much if somebody knowledgeable could give me advice.
    Thanks
    Low

    While you are in the wrong forum, the answer is no. Users of Reader
    cannot alter a pdf, except for form filling and commenting when allowed.
    Mike

Maybe you are looking for

  • How to sync and play itunes movies in 1080p hd on iPhone 4S/5/5s or iphone 6 plus

    About 6 months ago I discovered iTunes was set by default to 720p. These MUST BE CHANGED TO 1080P!!!!!!!!.......So I installed FULL 1080P file on my laptop on iTunes...  When I download movies on iPhone 5s/iPad mini the file is 720p.... So within abo

  • Oracle9i Enterprise Edition Release 9.2.0.7.0 - Imp. and data conv. problem

    hello, I have problem with importing and conversion of external data. I have data like example below: --------1--------2--------3--------4--------5--------6--------7---- 0000SLOVAC IMPORTYSGA SIVACYS 0509720070227 25112007022706881952VF7FCKFVC2887140

  • HTMLDocument problems

    When I select a pice of text and click on "Format" then there are more characters formatted then there have been selected. Why? And when I click on "Save" with just using the text that appears when starting the program then this text is not outputted

  • Adding two random generated numbers together?

    I'm writing a program for a class in which we have to simulate a two die rolling. So I got the computer to generate to random numbers, and now I need to add them to get the rolled die's sum. This info will then be organized into a chart. But I have n

  • Account determination for material movement.

    Dear Gurus, I would like to know if its possible to modify from the sales documet the material account. So when i create a sales document for product A i could change any value in order to post the material movement at another account. Please let me