How to visualiza just particular lines in InfoView report

Hi, I'd like to know how to visualize in InfoView report  that contatin following variables ="ID, TypeNUM, Value"
just lines that have populate TypeNUM with the Maximium value for single ID like in the following example:
Starting table
ID     TypeNUM  Value
001         50       1000
001       100         500
002         60         750
003         50       1000
003       120       1000
003         30         500
Result:
ID     TypeNUM  Value
001       100         500
002         60         750
003       120       1000
thank you in advance

Hi Dennis,
We got it.We need to use below code when we want to delete a particular line in between the column headers.
Thanks for ur inputs
#__column1{
border-left: none !important;
#__column0
  border-right: none !important;

Similar Messages

  • How to read the particular line in a file !!!

    i want to read the 5th , 8th or some other line number of the file. This file is consists of many data arranged by line number. I'm able to retrieve the LineNumber of the file but i'm not able to point the curser to that particular line so it can read that line only.
    i'm pointing the cursor to that particular linenumber as in.setLineNumber(5) it moves to that particular line but after that when i try to read that particular line i'm not able to read that line.
    could any one tell me which is the other way to read that particular line or in this only where i'm doing wrong...
    i need this urgent....

    As is typical of people who claim their problem is urgent, you posted this in the wrong forum (it doesn't have anything to do with JSP) and you left out any details that might help us understand what you are blathering about.
    So take a deep breath. It isn't urgent. There is no rush. Now formulate a proper description of your problem and post it in the proper forum.

  • One line on my comcast email compose has very small font. how to change just this line(subject line)

    Something has caused just this one line to be very small. It is a firefox issue as when I log in under internet explorer, does not occur

    Comcast says if it was their issue, it would repeat when using internet explorer, which it does not

  • How to restict number of lines  from my report output

    Hi,
    I deveoped a noraml alv report where 26 fields displayed in the report output .But when nuber of lines exdeed 65,000 then we are unable to donload it to spread sheet .so we want to reduce the number of lines based on customer .How to do this in layout is there any facility to restict the number of lines ??
    Please help me

    Hi I am not sure but you can try like devide table entries in multiple internal tables.
    Create saperate ALV Report and give customized button(Next and Back) to each report will have interlink to this reports.

  • How to restrict to 10 lines in a report page

    HI
    I have to print checks.Each page will hav max. 10 lines per page.
    There are multiple entires for each G_INVOICES.
    That means first 10 entriesas shown below will appear in the first page.
    Next 10 entries will go to the next page.
    How to do that?
    My source from the XML file is :
    <LIST_G_INVOICES>
    <G_INVOICES>
    1
    </G_INVOICES>
    <G_INVOICES>
    2
    </G_INVOICES>
    <G_INVOICES>
    3
    </G_INVOICES>
    <G_INVOICES>
    4
    </G_INVOICES>
    <G_INVOICES>
    5
    </G_INVOICES>
    <G_INVOICES>
    6
    </G_INVOICES>
    <G_INVOICES>
    7
    </G_INVOICES>
    <G_INVOICES>
    8
    </G_INVOICES> <G_INVOICES>
    9
    </G_INVOICES>
    <G_INVOICES>
    10
    </G_INVOICES>
    </LIST_G_INVOICES>

    You could have an conditional page break after each pages using XSL syntax.
    <?for-each:G_INVOICES?>
    <?if@row:position() mod 10 = 0 and position() != last()?>
    <xsl:attribute name="break-after" xdofo:ctx="incontext">page</xsl:attribute>
    <?end if?>
    Note that the xsl for the if needs to be hidden in the help text of a form field.
    Worked for me, good luck.
    Klaus

  • How provide total to particular colomn in alv reports.

    Hi,
    I have displayed totals for some of the columns in the ALV.
    How to fix the Row (Which displays the Total) either at the top or Bottom.

    Hi Pradeep,
    Check Radhika's reply in this [thread|Total in ALV;. Am pasting the same below for you:
    Try using method SET_AGGR_BEFORE_ITEMS of the interface
    IF_SALV_WD_FIELD_SETTINGS. Default value is the ABAP_TRUE. Pass ABAP_FALSE
    to the method SET_AGGR_BEFORE_ITEMS to set it at the bottom.
    Regards,
    Uday

  • How can hide the command line of a t.code in the portal

    Dear Experts.
    I have the following doubt:
    How can hide the Command Line of a Report that is called with a T.Code in the portal?
    Attach Image:
    [Image T.Code|http://www.freeimagehosting.net/uploads/eab3b6a03c.jpg]
    When I created a service using the T.Code SICF for the T.Code , I can hide buttons and the filed command line  using
    ~webgui_simple_toolbar
    ~singletransaction
    ~NOHEADEROKCODE
    With notes 1010519, "SAP GUI for HTML: Simplified Title Area Without Menu and OK Code" and 959417.
    But the problem is that when I create the service in the T.Code SICF, I also have that create an Iview IAC in the portal.
    The Question is : How can hide this fields and buttons if I want Publish the T.code using an Iview Transaction in the portal?
    In this moment I have used the two options:
    1 option) I created a service using the t.Code SICF for my Transaction and I also created an Iview IAC in the portal for call the service.
    RESULT:
    SAP Web Application Server
             500 Connection timed out
            Error: -5
           Version: 7000
           Component: ICM
           Date/Time: Sat Jun 12 20:26:39 2010 
           Module: icxxthr_mt.c
           Line: 2698
           Server: xyxab...
    Error Tag: {-}
    Detail: Connection to partner timed out after 60s
    2)  created an Iview Transaction  in the portal and  call my transaction.
    RESULT.
    [Image T.Code|http://www.freeimagehosting.net/uploads/eab3b6a03c.jpg]
    But not can hide the field Command Line and other buttons.
    I think that the command :
    ~webgui_simple_toolbar
    ~singletransaction
    ~NOHEADEROKCODE
    Only can be used if I create a service using the T.Code SICF .
    Best Regards
    Carmen.

    Hi Carmen,
    The bottom line is that this cannot be done for transaction iviews without modifying the standard webgui service in SICF, which is probably not a good idea (since it affects everyone using SAP GUI for HTML). (You could hack the appintegrator to add the ~webgui_simple_toolbar parameter to the transaction URL template in the portal, but again its not a recommended thing to do ...). Better to create an IAC service in SICF with ~webgui=1 where you set the required appearance using an appropriate value for ~webgui_simple_toolbar, and then create an IAC iview to point at this service.
    You can even override the ~transaction value configured in the new service in individual IAC iviews by entering the appropriate value in the application parameter of the iview, for example:
    ~okcode=/nSU01
    And you can pass parameters in the same way:
    ~okcode=/nSU01 USR02-BNAME=xyz;USREFUS-USERALIAS=abc;
    By the way, it would not be recommended to create a URL iview to access an IAC, since you are likely to encounter session management issues in this scenario - better to use an IAC iview.
    Regards, Rory

  • Reporting Toolkit: How to insert a blank line into an MS Word Report?

    Hello,
    I have created an MS Word report, but I haven't been able to find out how to "write" a blank line to the report.  I've tried every combination of \n, \\n, "\n", '\n', \\n etc., but I haven't had any good luck.
    Thanks,
    Chris

    Hello,
    If you're using "append report".vi it's has one input for "new line".
    Message Edited by Jorge Amaral on 05-02-2008 03:28 PM
    Software developer
    www.mcm-electronics.com
    PS: Don't forget to rate a good anwser ; )
    Currently using Labview 2011
    PORTUGAL
    Attachments:
    append.PNG ‏3 KB

  • How to delete and edit particular line in a file and save it in same file ?

    Hi,
    I want to delete and edit text at particular line in a file.
    But edit and delete should reflect in same file.
    I have done googling for this but it results with using another file, that i dont want as i need to save changes in same file.
    How can i do this?
    Thanks in advance
    Edited by: vj_victor on May 24, 2010 3:33 PM

    I just want to make sure, this is the only way to do what i mentioned ? or it could be done another way !a) write the data to a new file
    b) delete the old file
    c) write the data to a newer file
    d) delete the new file
    e) rename the newer file to the old file name.
    For a hint about still more ways to do this, search for the complete lyrics of One man went to mow, Went to mow a meadow...
    db

  • How can I enable spell checking for a text box that is just one line, e.g. subject in e-mail?

    In a prior version of Firefox I found a website somewhere that told me what to do to enable spell checking for text boxes that are just one line. I got used to being able to send an e-mail with a Subject Line that didn't have a misspelling. Now it doesn't work. Please tell me how I can enable that again. I am on a Mac using Firefox 6.0.2. Thanks!

    See:
    *http://kb.mozillazine.org/Spell_checking
    *http://kb.mozillazine.org/layout.spellcheckDefault
    You can set the pref <b>layout.spellcheckDefault</b> to <i>2</i> on the <b>about:config</b> page.
    To open the <i>about:config</i> page, type <b>about:config</b> in the location (address) bar and press the "<i>Enter</i>" key, just like you type the url of a website to open a website.<br />
    If you see a warning then you can confirm that you want to access that page.<br />
    *Use the Filter bar at to top of the about:config page to locate a preference more easily.
    *Preferences that have been modified show as bold (user set).
    *Preferences can be reset to the default or changed via the right-click context menu.

  • How to highlight the whole row of a particular line item of sale

    How to highlight the whole row of a particular line item of sales order depending on condition?
    Please help its urgent..
    Looking forward your reply.
    Moderator message: please do more research before asking, show what you have done yourself when asking, do not flag posts as "urgent".
    [Rules of engagement|http://wiki.sdn.sap.com/wiki/display/HOME/RulesofEngagement]
    [Asking Good Questions in the Forums to get Good Answers|/people/rob.burbank/blog/2010/05/12/asking-good-questions-in-the-forums-to-get-good-answers]
    Edited by: Thomas Zloch on Aug 9, 2011 9:30 AM

    Any ideas on what would cause this NOT to work? I added this row right after the table is created and populated and it is still not highlighted when I enter the form. The snippet of code that does this is:
    MyTableModel modelS = (MyTableModel)dataModel.get("S");
    jTable1 = new JTable(modelS);
    jTable1.setRowSelectionInterval(0,0);MyTableModel is this:
    class MyTableModel extends DefaultTableModel {
      public MyTableModel(Object[] columnNames, int numRows) {
        super(columnNames, numRows);
      public boolean isCellEditable(int row, int column) {
        if (TableKey == 'S') {
          if (column == 6) {
            return false;
        if (TableKey == 'O') {
          if (column == 0 || column == 4 || column == 5) {
            return false;
        if (TableKey == 'P') {
          return false;
      return true;
    }Can anyone help? Thanks.
    Allyson

  • How do I search for lines with a particular pattern and delete them when a match occurs

    How do I search for lines with a particular patter and delete them when a match occurs? For example delete lines containing SUB_NAME = "?" where ? is any string. 

    How do I search for lines with a particular patter and delete them when a match occurs? For example delete lines containing SUB_NAME = "?" where ? is any string. 
    Lines in what? And what language are you using to develop with?
    Are the lines in a text file? A RichTextBox? A TextBox? Some other control? A List(Of String)?
    Is there some expectation by you that by providing what you wrote in your question post that the knowledge in your mind about what you are thinking about will mysteriously emanate to anybody reading your post so all of the sudden your knowledge will
    become their knowledge and they will be able to provide you with an answer as they will suddenly understand what you are trying to do? Because that's probably impossible. Most people try providing enough information in a question so anybody, even stupid people
    like me, can understand what they want. Maybe you should try that. As well as selecting an appropriate forum for your question in the future. Usually a question like this is related to programming in a particular language therefore a language forum may be
    a good choice. Or not.
    La vida loca

  • How can I trace just the lines of a hand drawn sketch.

    Hello everyone,
    I'm sorry its another inexperienced Ai user here.
    I have been using photoshop for a good while now but have only just started to use illustraotr and I could do with some help.
    I have a bunch of simple black and white illustations, which I want to vectorise and arrange and compile into completed picture and patterns in Illustrator.  I have tried using the image trace function of CS6 and it gives great results but I always end up with a white box behind the illustration.  I dont seem to be able to work out how to select just the outline and have a transparent background so that I can work with the differnet bits to creat a completed picture.
    Idealy i will have each individual illustraiton on a seperate layer initially as I build up a picture then I will flattern it all togehter at the end.
    Sorry if this sounds a trivial matter but any help would be greatly recived.
    H

    I use sketches a bunch. I love the fact that I can draw on paper, scan my sketch, and finish it with illustrator. The first thing I do when I open up the file is lock it down and creat a new layer. Make sure the new layer is on top of the locked layer(the layer that has you sketch). I use 3 different ways of re-creating my sketch. The first is by using the shapes and shapes builder tools. Add in pathfinder here and there and depending on your design, you could complete a whole sketch with this method alone. For more complex drawings I use the pen tool, this is great for making precise shapes and building composition. One note when using the pen tool is to make sure you have a color and stroke ready when you start using the pen tool, also after you make your first click or anchor with the pen tool set the opacity to around 50%. Another option that I use is to use brushes to create the strokes, and then join or combine the strokes and use live paint or just fill them in as I go. Whichever method you use, lock down the sketch so you can't select it. Make sure that the image of your sketch has good contrast and color before you start. If you have to use Photoshop to touch it up and then bring it in to Illustrator. I also make sketches and then make the basic compsition with illustrator and progressively build the design. Just a thought for those who don't have scanners or don't want to mess with a scanning a design. Hope some of this helps.

  • How to ignore a particular Aborted Job from CCMS Alerts

    Hello All,
    I am trying to ignore a  particular Aborted job from reporting in CCMS alerts. Any one can suggest how can I achieve this ?
    Regards
    Amit

    Johan Stf wrote:
    Writing the script would take longer time than just drop the users manually. :)True, if there weren't that many databases and the operation didn't have to be done very often. Given the OP's description of 40 databases and frequent execution, I'd definitely write a script. The script could have the list of databases baked in, and pass the username as a command line parameter. There would be no need to check to see if the user exists .. just issue the DROP. If it exists, it gets dropped. If it doesn't exist, so what?

  • Editable ALV - Particular Lines Display and Edit Problem

    Hi,
    I have developed a program which updates the Custom tables in the database.
    I am using cl_gui_alv_grid in the module pool program. I am making all the fields editable using ls_fcat-edit = 'X'.
    But as per my requirement in the change mode of the same data base entry, the user should not be able to change the existing data (like PO line items).
    My requirement is for a particular Purchase Order if there are line items, when I open the Purchase Order in the change mode all the existing line items should be in display mode and I need to provide the user to add more lines.
    Say the PO has 3 line items, in the Grid, it should be like all the existing 3 line items should be in display mode and rest of the lines should be in editable mode which will give the option for the user to add more line items for the same PO.
    Here it is not Purchase Order,  I just compared as an example.
    Logic I am using.
    I am building the internal table with a serial numbers from 1-99 and this particular column will be in display mode in the ALV Grid. Using the class cl_gui_alv_grid.
    Capturing all the data entered using event handler with method handle_data_changed.
    Please tell me how do I set the particular lines in display mode and others in editable mode within the same internal table.
    Thanks

    Hi Prabhu,
    thanks for the logic, but for some reason the it is not working for me.  Please see the below logic and let me know what I am missing.
    I am not passing anything related to style to the method Set table for first display.
    Is this correct  it_outtab            = gt_outtab[].
    or because of the below method
    CALL METHOD g_grid->set_ready_for_input the lines are not actually coming in display mode
    DATA : BEGIN OF gt_outtab OCCURS 0.
    INCLUDE TYPE zaodoperation.
    DATA: celltab TYPE lvc_t_styl ."--->for styles.....
    DATA: END OF gt_outtab.
    DATA ls_celltab TYPE lvc_s_styl .
      DATA lt_celltab TYPE lvc_t_styl .
      DATA v_tabix TYPE sy-tabix.
      IF gt_outtab[] IS NOT INITIAL.
    *Setting the non editiable mode
        LOOP AT gt_outtab INTO gs_outtab.
          IF gs_outtab-heatnum IS NOT INITIAL.
            LOOP AT gt_fieldcat INTO gs_fieldcat.
              ls_celltab-fieldname = gs_fieldcat-fieldname.
              ls_celltab-style = cl_gui_alv_grid=>mc_style_disabled."-->no edit.....
              INSERT ls_celltab INTO TABLE lt_celltab.
            ENDLOOP.
            INSERT LINES OF lt_celltab INTO TABLE  gs_outtab-celltab.
            MODIFY gt_outtab FROM gs_outtab.
            CLEAR : gs_outtab.
    *      else.
    *        v_tabix = sy-tabix.
          ENDIF.
    *      delete gt_outtab INDEX v_tabix.
        ENDLOOP.
      ENDIF.
    CALL METHOD g_grid->set_table_for_first_display
        EXPORTING
          is_layout            = gs_layout
          it_toolbar_excluding = gt_exclude
        CHANGING
          it_fieldcatalog      = gt_fieldcat
          it_outtab            = gt_outtab[].
    * set editable cells to ready for input
      CALL METHOD g_grid->set_ready_for_input
        EXPORTING
          i_ready_for_input = 1.
      CALL METHOD g_grid->register_edit_event
        EXPORTING
          i_event_id = cl_gui_alv_grid=>mc_evt_enter.
    Thanks

Maybe you are looking for

  • Junk mail filter doesn't work all the time

    Why doesn't the Junk mail filter work all the time? I click on mail like from Best Buy or Omni Hotels to go into junk mail but hardly any of their mail goes into Junk. Other sites go directly to Junk. If I click on a Best Buy mail to indicate it's Ju

  • 2 Centros needing to have the SAME contents

    I have used PALM for years. I have upgraded to a Centro to keep from having to carry 2 different hand held around (phone & palm). My husband also has a Centro. We would like to be able for our phones to have the exact same information. When I sync hi

  • Version 31 doesn't allow me to move windows on the desktop.

    I have restored to default and uninstalled/reinstalled. The problem persists and started with an upgrade to 31.

  • Find a Field Location in Screen

    Dear Friend, I need a help... Consider below scenario as a example I have a field Name withe me for example "STATU",I know that this field is avaliable in Transaction ME52N & ME53N, Assume that i dont know the exact location (in Header/Item Dta/Itemd

  • VBKD singnificance

    Hi, may i know what exactly is the significance of this table VBKD in sales documents??/ As i see there are tables like VBAK and VBAP which are having Header and Items data respectively i wonder what does the table VBKD contains??? ofcourse Sales mea