How to Enable to vertical scroll bar in a table control

Hi,
I have created a table control with a wizard and later did some modifications on it. Problem I have now is that the vertical scroll bar is disabled on this table control. The end user wants to enter as many rows as possible, however as the scroll bar is disabled, he is not able to add the rows at the end (of the visible table control area).
How do I enable the vertical scroll bar of the table control?
Please help.
Thanks,
Vishal.

Hello Vishal,
In PBO.
Create a Module and in the module increment the value of tbcl-lines.
ex:
Data : L type i.
IN PBO.
MODULE vertical_scroll_bar.
MODULE vertical_scroll_bar.
DESCRIBE TABLE itab lines L.
<table control name>-lines = L + 10.
ENDMODULE.
Hope this solves your issue.
Cheers,
Suvendu

Similar Messages

  • Vertical scroll bar for the table

    Hi,
    I have a table which will contain more than 100 rows. First Visible rows will be 10.
    i want a vertical scroll bar for the table, so that i can see all the rows using vertical scroll bar. While scrolling down, the header row, which contain names of the column should be static (ie visible even scroll down) and the footer of the table should be visible even goes up.
    If I use Scroll container, it will take whole table and the header row, row with name of column will move up invisible when i scroll down. So it is not useful if i use scroll contatiner.
    I need a fnctionality were table has a vertical scroll bar to it.
    Thanks
    Maha

    Hi,
    Your requirement is one of the default properties of the Table UI element in NWDS CE version.
    Regards,
    Alka.

  • How to fix double vertical scroll bar in responsive output

    After implementing the solution provided for the question 'Responsive HTML5 Output: How to auto adjust the screen resolution for all devices?', the function bar in output does not appear and also another vertical scroll bar in the output. I edited the max-width value in the layoutfix.min.css file and fixed the function bar issue. How can I do away with the additional vertical scroll bar?

    I've looked into the issue.
    @Delennish: In your case, the size of the iframe is too large, or you have an extra empty element below the iframe. You can try 2 things:
    1. Best solution but may have side effects: In the main.css, add the following code:
    div.contentholder { overflow: hidden !important;}
    For this option, please check for undesired side effects.
    2. Works, but is ugly: In the main.css, add the following code:
    div.floatholder iframe.wTopic { height: 95% !important;}
    Try playing with the height setting until the 2nd scrollbar disappears.
    @CarolW: The layout you're using is very old. I've made a new responsive layout with TOC only. Please use that one instead: http://www.wvanweelden.eu/sites/default/files/attachments/Theme1_Standard_TOC_Only.zip (I'll update my site with this new version later.)

  • How can we remove the scroll bars from the table?

    Hi,
    I have a dynamic table. Currently the table appears with the scroll bars. But there is a requirement that the scroll bar should not appear and the table should stretch in the entire page. How can this be achieved.
    Thanks in advance
    Nita

    Thanks Mohammad for the reply.
    Was able to remove the scroll bars by using only the styleClass as AFStretchWidth. But there is a default partition in middle of the page still? Can i remove that too by any way.

  • How to get the Horizontal Scroll Bar for a Table?

    Hi All,
    As per my requirement, I am displaying several records in a Screen in a Tabular Format. But here I have to show 21 Columns in that table which is too high. I am able to display it but due to it I am getting a Horizontal scroll bar for the whole screen since all the columns are not getting displayed in the normal window screen space. But its looking too odd since once I am scrolling it to right the columns are getting displayed but the above Header Bar and Global buttons are not displaying, they are bound to the normal screen space.
    Is there a way to have a Horizontal scroll bar only for that table instead of the entire screen so that on scrolling that bar only the table rows will beshifted ant got displayed?
    With Thanks
    Kumar Gautam

    try this approach.
    include a raw text item before and table item.
    include the appropriate HTML tags in raw text item to enable horizontal scroll
    --Prasanna                                                                                                                                                                                                                                                                                                                                   

  • How do I reset a scroll bar in a table?

    I have a table that fills up and the scroll bar becomes active in my application. When I start the test over I want to automatically go back to the top of the table as if I scrolled up using the scrollbar. Is there any way to do this? I have been messing with the property nodes and can't seem to find a solution. I am already emptying the table on startup but I cannot get the scroll bar to go back up to the top of the table to see the first few lines of data without doing it manually.

    Use the "Index Value" property. It is the (Row, Col) index of the cell to be displayed in the top left corner of the table.
    =====================================================
    Fading out. " ... J. Arthur Rank on gong."

  • Freeze column headers in a table and enable vertical scroll bar on the rows

    I have seen demos of BI Publisher running an html view of a report that displays a table of data with a vertical scroll bar on the table. The table header is always visible as you scroll down on the rows of the table. Any idea how this is achievable?

    Hi,
    Have you find a way to do this? Im looking for the exact same thing!
    Where did you see this demo?
    Br
    Magnus

  • SharePoint 2010, unable to see the site vertical scroll bar in Safari and Mozilla Firefox

    Hi,
    I am not able to see the sharepoint site vertical scroll bar in Safari and Mozilla firefox in window OS as well as  Mac OS , even I have tried with various option of the browser but still not able to see the vertical scroll bar.
    I have tried to check with other sharepoint site in Windows OS and found that I can see others sites vertical scroll bar in Safari and Mozilla firefox , Please let me know why I am not able to see for my sharepoint sites.
    Thanks
    Roopak

    Screen in jammed or how it looks without vertical scroll bar ? Check with site master page if you have modified anything related to  vertical bar or else Try in other system and check if you are able to see vertical bar . 
    Let us know your result 
    Whenever you see a reply and if you think is helpful, click &quot;Vote As Helpful&quot;! And whenever you see a reply being an answer to the question of the thread, click &quot;Mark As Answer

  • Vertical scroll bar in table control with wizrads

    Hi,
      Im working on a table control with a customised table. I created a table control with wizards. But vertical scroll bar is not working. How can i invoke vertical scroll bar and can any one provide the code for the all the operations on a table control like save,find,find next,change....Thanks in advance.
    Avinash

    Hi Avinash
    move the records number of your internal table into field LINES of tablecontrol. So you should change the code generated by wizard in PBO, for example create a new module:
    PROCESS PBO
    MODULE SET_DATA_TO_T_CTRL.
    LOOP..
    ENDLOOP.
    MODULE SET_DATA_TO_T_CTRL.
       DESCRIBE TABLE ITAB LINE SY-TABIX.
       <TABLECONTROL>-LINES = SY-TABIX.
    ENDMODULE.
    Max

  • Left Vertical scroll bar

    Hi Everyone,
    Can any one help me, how to add a left vertical scroll bar to left hand side of the page region. i know how to add vertical scroll bar for the report region to right hand side, but i would like to know how can i add vertical scroll bar to page region and that too left hand side of the page region.
    Thanks
    Gowthami

    Maybe try to implement your own scrollbar.
    Or simply use CSS property direction.
    You may need to use an other container to reset the direction, else your text will be written from right to left :
    <div id="container1">
       <div id="container2">
          your content
       </div>
    </div>
    #container1 {
       direction:rtl;
       overflow-y:auto;
    #container2 {
       direction:ltr;
       text-align:left;
    }But I think it is not cross browser, you have to check!

  • JScrollPane - change vertical scroll-bar

    I am developing an application to be run on a touch-screen monitor. The customer has asked that I make the vertical scroll-bar on the tables easier to use. How do I set the width of the scroll-bar(s) in a JScrollPane?

    Do you want to set the width of all vertical scroll bars (and in that case, probably also the height of all horizontal scroll bars too) OR the width of one specific scroll bar of one specific scroll pane?
    db

  • Active X web browser vertical scroll bar

    Does anyone know how I can hide the vertical scroll bar on the right of the
    Active X Web Browser?
    Bill

    Bill,
    The bar appears as soon as the contents don't fit the container anymore.
    If your displaying a html file of your own, make the body tag like this:
    This will remove the scrollbar.
    I'm not sore if it is possible to remove the scrollbar in the container for
    every page you load. The scrollbar is a property of the page, not of the
    container!
    If you need it for any document, take a look at the Document property.
    Convert it to a MSHTML.DispHTMLDocument, and use the ExecCommand method.
    This might be a way to hide the scrollbar (but I cannot garantee it). Close
    the ref!
    Regards,
    Wiebe.
    "Bill" wrote in message
    news:[email protected]..
    > Can anyone figure out how to hide the vertical scroll bar aft
    er putting a
    > Microsoft Web Browser component in an Active X container? (p.s. It looks
    > like it's not there at first... but, as soon as you run the VI it
    appears!)
    >
    > Thanks,
    > Bill
    >
    >

  • Remove vertical scroll bar from table control

    hi,
    i had used table control in my application. i want remove vertical scroll bar from table control.
    At initial time in table control there is no vertical scroll bar. In my table control lines are dependent on internal table which i was used to fill it.
    i was used these code for to set table control lines.
    DESCRIBE TABLE IT_RISK_ZINRISEXC LINES EXC_LINE.
    TC_RISK_EX-LINES =   EXC_LINE .
    Initially there is no data in internal table so there is no vertical scroll bar. After getting value i am filling internal table. and there is scroll bar in my table control. but i does not want that.
    i was not selected RESIZING-VERTICAL OR -HORIZONTAL.

    Hi,
    From Scroll Bars in Table Control
    You can remove the scroll bar in the table control by switching off horizontal and vertical scrolling in the properties of the table control. The properties can be accessed from the screen painter by double clicking on the table control. Regarding the page up and page down functions, I believe you add those buttons in the screen layout and code for them. You can use the standard function code for the page up and page down functions.
    or
    You can get rid of the vertical scroll bars by not setting table control lines. This way the user can only see the visible lines of the table control. As for the horizontal scrollbar, just make sure that your table control doesn't contain too many fields.
    Regards,
    Raj.

  • Vertical scroll bars update?

    I have a VI that I want to update the vertical scroll bars after the table has enough data that the scroll bars can be used. By default as far as I can tell the data in the table does not cause the scroll bars to move automatically to show the latest data in the table. I came up with a way to do it but was wondering if there is a better way of doing it. The VI that I came up with is attached. Let me know if there any any other ideas with this.
    Thanks,
    Troy
    Attachments:
    Vertical_Scroll_Bar_Update.vi ‏56 KB

    You could do it this way as well, which does not mean that this solution is better. Just another way to do the same.
    Using LV8.0
    Don't be afraid to rate a good answer...
    Attachments:
    Vertical_Scroll_Bar_Update.vi ‏58 KB

  • Ok-code to scroll down in a table control on batch input

    Hello,
    I'm trying to create a batch input session for transaction VA02 (Change  sales  order) :
    I need to go scroll down in the table control of the screen (item -> Conditions) 3 times to delete the a line; In the batch input (SHDB), i go scroll down by clicking on the scroll bar of the table control, mark the line of the page and delete it.
    The recording show me the ok-code /00 to scroll down (with BDC_CURSOR in the second line), but in the program it don't work, the ok do nothing the 3 times and mark the incorrect line.
    Can anyone tell an idea of what is the correct ok-code to scroll down?
    Thanks in advance
    Alvaro
    PD:  My SAP system is an ECC 6.0

    Hi Alvaro
    One time i had to do similar work for Creation of General Task List in PM module and this is how i did it
                             'X'      'SAPLCMDI'             '3500',
                             ' '      'BDC_CURSOR'          'RIHSTPX-DISP(01)',
                             ' '      'BDC_OKCODE'          '=P+',
                             ' '      'RIHSTPX-IDNRK(01)'    itab-idnrk,
                             ' '      'RIHSTPX-MENGE(01)'    itab-menge,
                             ' '      'RIHSTPX-MEINS(01)'    itab-meins,
                             ' '      'RIHSTPX-DISP(01)'     itab-disp.
    I had to select line 1 hence you can see the position number ( 01 ) in the field name. As you can see based on this positioning you can select the appropriate line and make modifications as you like and also use okcode of  '=P+' to scroll done. Hope this  helps. Reward if appropriate.
    Best Regards
    Sid Arora

Maybe you are looking for

  • Links to documents behave differently (ie11)

    I have an excel sheet , sheet.xlsx, in a sharepoint 2010 library, http://sharepoint, which is in trusted sites. I have an IE (11) favorite for that excel sheet. I have a desktop shortcut.url if I browse to http://sharepoint/library/AllItems.aspx, and

  • How to make full screen upload to youtube

    I shoot in 16:9 on the canon t3i, however when I upload my videos to YouTube there is a black bar on the left and right. The canon team said there should be a setting in premiere to make my videos full screen. please help! than

  • Why does my volume not work

    A couple of days ago my phone volume stop working. When I call it works fine, everything doesn't work. I tried to restore my phone but it didn't work and then I disabled my restrictions but nothing changed. I do not know what to do.

  • Extracting data from Command Window using Jdk

    Is it possible to extract data from any active instance of command window(cmd.exe)in windows OS(2000 or XP). Please help me out.

  • HT3325 Steps to Connect to Keynote Remote

    in support page  http://support.apple.com/kb/ht3325 are steps to connect ios devices as follows On your iOS devices, choose Settings > Wi-Fi to verify both iOS devices are on the same wireless network. On the iPad running Keynote, open your Keynote p