Size of screen and size of table

Hi,
I have two problems.
1. In a view, I have two tabs. When i switch between the two tabs, the size of the screen is changing because of the number of fields. How should i make both the tabs screens to a fixed size so that when i toggle between the tabs, there should be no change in the size of the screen.
2. In the second tab, I have a table and a group. The table is linked to a database table. So when i move up and down the table using the drop down arrows, there are two problems as explained below.
             i) The table resizes when the data in the table column changes. I should make this table of fixed size. Even if i change   
                 the width of the table, the same problem arises when the row detail is big.
            ii)  When i select a row in table, the group below displays the fields accordingly. As above this group is also getting 
               resized depending on the data.
Please help me solve these issues.
Thanks in advance.

Hi..
For the Tabs... you can set the property to layout as matrix layout and set the property of the tabs 'stretchedHorizontally' & 'stretchedVertically' = x
for the table... select the columns in the table and check this property "resizable" if this one is checked.. remove that and try it.. so that your table will not get resized based on the DB data...
Hope this will help you
Regards
Raja

Similar Messages

  • Problem with reading data from screen and inserting in table

    hi ther,
    im new to abap-webdyn pro. can anyone suggest how to read data from screen and insert into table when press 'ADD' button.
    i done screen gui , table creation but problems with action. what the content of acton add.
    is ther any link that helps me or tut??
    thankx in advance!
    regards

    Hi,
    Create a context node for the screen fields for which you want to enter the values with cardinality 1.1.....
    Now in the layout of your view bind the screen input fields to that context node(attributes) to the value property of the input fields...
    Now in the action of ADD button....
    --> go the wizard and select the read node button and select the node which you have created it generates the auto code for you.....
    for example if the node is contains aone attribute like MATNR
    reading the node from wizard will generate the code as....
    DATA lo_nd_matnr TYPE REF TO if_wd_context_node.
      DATA lo_el_matnr TYPE REF TO if_wd_context_element.
      DATA ls_matnr TYPE wd_this->element_matnr.
      DATA lv_matnr TYPE wd_this->element_matnr-matnr.
    * navigate from <CONTEXT> to <MATNR> via lead selection
      lo_nd_matnr = wd_context->get_child_node( name = wd_this->wdctx_matnr ).
    * @TODO handle non existant child
    * IF lo_nd_matnr IS INITIAL.
    * ENDIF.
    * get element via lead selection
      lo_el_matnr = lo_nd_matnr->get_element( ).
    * @TODO handle not set lead selection
      IF lo_el_matnr IS INITIAL.
      ENDIF.
    * get single attribute
      lo_el_matnr->get_attribute(
        EXPORTING
          name =  `MATNR`
        IMPORTING
          value = lv_matnr ).
    here the variable lv_matnr will contain the entered value......
    now you can use this value for further process.
    Thanks,
    Shailaja Ainala.

  • Finding the size of db and size of used space

    Greetings all good people.
    Can you please help me find out about 2 database information?
    One, I want to find out the size of a database =size of physical files.
    and the size of data which is the size occupied in physical files.
    We are about to start a new project and there is a table on the database but it is empty.
    We want to be exporting data into this table but we want to make sure that there is enough space on the db before we start populating the table with data.
    I believe the code below just gives me the size of the database.
    select (bytes/1024/1024) as total_gigs from dba_segments where owner='BELL' and segment_name='$TABLE_NAME
    But I want to know the total size of the database and how much size has been used already, much the same as you would want to know the size capacity of a hard drive and how much of the size has been used.
    Sorry if my request is confusing.
    Thanks a lot in advance

    db size can be found out
    select sum(bytes)/1024/1024/1024 from dba_data_files ;
    and size of data is -- in the datafiles
    select sum(bytes)/1024/1024/1024 from dba_segemnts ;
    You can find out by below query .. the tablespace sizes -- would be DBSIZE
    used space -- would be the actual occupied space.
    select t.tablespace, t.totalspace as " Totalspace(MB)",
    round((t.totalspace-nvl(fs.freespace,0)),2) as "Used Space(MB)",
    nvl(fs.freespace,0) as "Freespace(MB)"
    from
    (select round(sum(d.bytes)/(1024*1024)) as totalspace,d.tablespace_name tablespace
    from dba_data_files d
    group by d.tablespace_name) t, (select round(sum(f.bytes)/(1024*1024)) as freespace,f.tablespace_name tablespace
    from dba_free_space f
    group by f.tablespace_name) fs
    where t.tablespace=fs.tablespace (+)
    order by t.tablespace

  • Size Program screen and components

    If I choose I would like to be able to size the program screen rather than have it take up my whole monitor space. I would also like to be able to close the prompter, since I don't use it. Most other programs allow the sizing of all components. Abobe seems to have inherited this program and just likes to sell it "as is" seems to me

    Hi,
    we are usingwe are using SAP ERP 6.0, oracle 10.2.0.2.0 on IBM AIX 64-Bit.RAM 12GB.
    These are the buffers using swaps.
    Table definition buffer TTAB  Swaps  26,608  
    Field description buffer FTAB Swaps  24,486
    Initial record buffer IRBD    Swaps  47,467
    Generic key table buffer TABL Swaps   90
    Program buffer PXA            Swaps  124,459
    CUA buffer CUA                Swaps   32,956
    Screen buffer PRES            Swaps   704
    Export/import buffer EIBUF    Swaps  100,229
    Program buffres,InitialRecords and Export/import buffers Everday swaps are increasing.
    what could be the issue.

  • Understanding the size of screen and images on it.

    First, a quick thanks to you Todd and others who are providing excellent help. Even deciding what a given thing is can be problematic, let alone knowing where to look for an answer.
    I created a credit sequence with 20 pt font. It seemed appropriate in the basic frame, which is perhaps a third or bit less than the screen width. I have the magnification ratio set at 100%, with view set at 1 at the bottom right of the screen.
    However, when I previewed the credits at full screen using the check box in the preview pane, the font stayed the same size, rather than appearing much bigger as expected, and almost all of the text was visible on the screen, instead of most of it being concealed below the screen line. My first question is, which image is the correctly proportioned one? Or rather, how can I view the credits in the exact proportion as they would appear on another device, like a television or movie screen? And can I preview the credits on my full computer screen, to better simulate how the image would appear on a bigger screen?

    jmm2255 wrote:
    I have to admit that I cannot comprehend that answer on any level. My first (perhaps naive) question is, what happens if people try to share a video or file of a video encoded say at 1280 by 720, and their player's are not compatible with the codec? Will the video appear as jibberish? Will it be compressed in the horizontal or vertical orientation? Will it play too fast or slow?
    Resolution and codecs do not directly effect each other.  If a device or application does not have access to the codec a given media item uses, it will be unable to play the file, simple as that.  Natively, there are many files formats that a Mac or Windows PC are unable to play, but most are usually playable with simple software installations.  An iPhone or iPad, as another example, cannot play Flash video files.
    I just cannot believe that in this day and age when it appears to an external observer -who is not tech savvy- that everything is interconnected, and people will watch the very same video content on everything from a computer (with all kinds of playback options, Windows media player, Real Player, and many others) to a TV, blackberry, iPad, DVD player, or even a fridge(!), that there is no conformity of standards, or that video cannot be played on multiple media sources. It just makes makes no sense. How do you explain the apparent ease with which video content is exchanged between persons, programs, or devices?
    Unfortunately, the variables within the digital video world are greater and more confusing than ever before.  Long gone are the days when video was just PAL or NTSC.  There are thousands of permutations of video codecs, resolutions and playback devices to consider.  Even YouTube provides multiple playback resolutions to suit different viewers, different platforms and different bandwidth issues.  There are, of course, more common file formats and resolutions that are often preferable if the end user is unknown. 
    In general, design for the highest common denominator.  You can easily make a big video smaller, but doing the opposite is very hard if you want top quality.  So if your audience ranges from HD blu-ray watchers to low-end Youtube, design in HD (1080p) and then create multiple output resolutions as required.
    Remember, AE is a design and compositing tool, not a compression tool.  For the best results, render lossless files from After Effects, then use a dedicated compression tool like Adobe Media Encoder to create your final delivery files.

  • How to find accurate number of Rows, and size of all the tables of a Schema

    HI,
    How to find the accurate number of Rows, and size of all the tables of a Schema ????
    Thanks.

    SELECT t.table_name AS "Table Name",
    t.num_rows AS "Rows",
    t.avg_row_len AS "Avg Row Len",
    Trunc((t.blocks * p.value)/1024) AS "Size KB",
    t.last_analyzed AS "Last Analyzed"
    FROM dba_tables t,
    v$parameter p
    WHERE t.owner = Decode(Upper('&1'), 'ALL', t.owner, Upper('&1'))
    AND p.name = 'db_block_size'
    ORDER by 4 desc nulls last;
    ## Gather schema stats
    begin
    dbms_stats.gather_schema_stats(ownname=>'SYSLOG');
    end;
    ## Gather a particular table stats of a schema
    begin
    DBMS_STATS.gather_table_stats(ownname=>'syslog',tabname=>'logs');
    end;
    http://www.oradev.com/create_statistics.jsp
    Hope this will work.
    Regards
    Asif Kabir
    -- Mark the answer as correct/helpful

  • Is there any way to increase the font size in the Creative Cloud. Using a Lenovo Yoga 2 with 14" screen and care barely see the menus

    Is there any way to increase the font size in the Creative Cloud. Using a Lenovo Yoga 2 with 14" screen and care barely see the menus.

    In short, no. There is no fix yet. They only barely acknowledge there is a problem. The "fix" is to enable 200% UI scaling which makes everything comically huge and unusable. This is pretty much of a joke. A really, really EXPENSIVE joke.

  • Font sizes between  Photoshop and Edge - Any Accurate conversion table?

    I have been trying to make sense of the font sizes between  Photoshop and Edge. It seems that the conversion tables I have found do not actually give the right numbers and I am wondering if there is a table from Adobe that would make it easy to have the right size rather than an approximation.
    I prefer to use text in Edge rather than Photoshop for many different reasons one being dynamic text.
    For example a font in Photoshop in a 780 x 475 image is 8pt - In Edge, according to conversion tables it should be 11 px but it is totally wrong. It needs to be closer to 30 px to be about the same.
    So, Adobe Team, any documentation on that?

    By the way, I have to correct the numbers but they still do not make too much sense. The artist gave me a 300 dpi file so of course the px size what wrong. After converting the file to 72 dpi, the font size happens to be 33.33 pt or 40 px which is now way too big in Edge.  It looks like the size my just be the same 33.33 pt would be 33.33 px. Is this correct?

  • Hi, I've got me a 4k pc screen and when I open up photoshop CC the tools and panels very small. Can I change the size of these?

    Hi, I've got me a 4k pc screen and when I open up photoshop CC the tools and panels very small. Can I change the size of these?

    If you have CC you can go to preferences>Experimental features and select scale UI 200%. Otherwise you're out of luck.

  • Determine the size of Dim and Fact table

    Hi,
    Please some one tell me how do calculate the size of diminsion and fact table
    Please explain me step by step.
    Thanks

    hi
    We have two other ways also
    Try RSRV test: Elementary > dataBase > DataBase Info about InfoProvide Tables
    and You can check out in DB02 tcode Detail Analasys...
    Thanks
    Khaja

  • In past versions of FireFox there was a view option that allowed a change in size of fonts and objects on the screen temporarily on the fly. This seems to be missing from version 6.

    In past versions of FireFox there was a view option that allowed a change in size of fonts and objects on the screen temporarily on the fly. This seems to be missing from version 6. It was very useful and needs to be added to version 6.

    You can use "Ctrl +" and "Ctrl -" to zoom pages quickly and "Ctr 0" (zero) to reset the page zoom.
    *http://kb.mozillazine.org/Zoom_text_of_web_pages
    There are also page zoom buttons in the toolbar palette in the Customize window that you can drag on a toolbar.
    Open the Customize window via "View > Toolbars > Customize" or via "Firefox > Options > Toolbar Layout"
    *http://kb.mozillazine.org/Toolbar_customization
    *https://support.mozilla.com/kb/Back+and+forward+or+other+toolbar+items+are+missing

  • Font size in hotmail and screen is really small

    Somehow I managed to decrease the screen and font in hotmail. I cannot fix it. I have it on my foxfire toolbar. Windows Live has a solution for explorer but not foxfire. The font is about 8 - barely readable. Can you please help?

    This could be caused by either of two things
    * Press ctrl + 0 (that's a zero) to restore page zoom
    or
    * Go to Firefox Button ->options -> options
    * Select the "Content" tab
    *Set the font size to 16, also, click advanced and make sure those are set to 16, although you might want to keep monospace at 13
    See Also:
    [https://support.mozilla.com/en-US/kb/Websites%20look%20wrong Websites Look Wrong]

  • Font size in Keynote and Pages Table on IPAd

    I imported some keynote presentation into iPad and was horrified to see all my tables with text entries got totally screwed up. After a brief investigation, I discovered that on the iPad if you create a table your are limited to 4 text sizes (L, M, S and Tiny, just like bathing suite sizes). Even the Tiny size is too big for the tables I use.
    Any ideas on how I can use regular font sizes in tables (like 12, 10 8 and so forth)? Am I missing something here? Any help will be appreciated!

    Not if you restore from a backup you've made on iTunes.  All the settings, etc. will be the same.  Of course, there may be corrupted files in the backup that are causing your crash.  Give it a try and see what happens.

  • Screen sizes of 17" and 20"

    Can someone who has one post the actual screen sizes, W and H (in inches) of the 17" and 20" iMac.
    thx
    :{)

    Patrick is right, for LCD screens the size is the actual "viewable" area.
    If you are asking about the size of the whole thing, they are as follows:
    Size and weight (17-inch)
    Height: 16.9 inches (43.0 cm)
    Width: 16.8 inches (42.6 cm)
    Depth: 6.8 inches (17.3 cm)
    Weight: 15.5 pounds (7 kg)4
    Size and weight (20-inch)
    Height: 18.6 inches (47.2 cm)
    Width: 19.4 inches (49.3 cm)
    Depth: 7.4 inches (18.9 cm)
    Weight: 22 pounds (10 kg)4
    "D"

  • Screen setting and size switch?

    I have 20 inch monitor hooked up to my mb pro. I mostly use the mb pro as a desktop. But occasionally I will use it as a lap top. With the 20 inch monitor I obviously have more room and I make the windows for Safari and itunes big enough to fit the screen. When I switch and use it as a laptop the windows are now bigger than the screen and I have to adjust them. Is there anyway to have one setting size for when the monitor is hooked up and then have everything fit to the laptop screen when I use it as a laptop?

    Wow, so sorry for the hype delayed response. it could be that your laptop was timing out for powersave before the screensaver would kick in. The best thing to do is go into your screen saver, set it to 1 minute and then let it sit for a minute without touching it (with it plugged in). It should kick in. Again, most laptops cut the monitor off after just a few minutes to conserve the power of the battery. I'm glad that the other solution worked for you =)
    “Computers have enabled people to make more mistakes faster than almost any invention in history, with the possible exception of tequila and hand guns” - Mitch Ratcliffe
    If my answer was helpful, please click the Kudos button so I know =)

Maybe you are looking for

  • Share the hub with friend

    Can  I create folders for all my friends and then have files in the folders that can only be accessed by my friends, also they may not be able to go to any of the other folders on the hub, just the one that i assign to them. Why I ask this is because

  • Upgrading from 7.5 to version 8: Web and Email Collaboration problem

    Hi All; To be able to upgrade from 7.5 to version 8.x then the web and email collaboration should be removed and this is the hard thing ! To go through all the web collaboration objects and remove it one after one is something not possible, special w

  • Os x keeps crashing since last security update

    I did 2 updates yesterday and now my mac keeps freezing if I close the lid, or once it goes onto screen saver mode. I'm getting a message that ' osx has quit and need to restart'. Update were- 1. Security update pack 2. Java update. Anyone else havin

  • Quickly untag an accidentally confirmed face in 'Faces'?

    So I'm going through and tagging hundreds of faces for my immediate family members in the 'Faces' section of the new Photos.app, and several times already I've accidentally confirmed a face only to realize immediately after hitting 'Add and Continue'

  • Where to download secure vpn client

    Hi VRuhil Where can i find a CISCO SECURE VPN or CISCO VPN CLIENT V3.x software to download I REALLY NEED THIS TO FINISH MY CONFIGURATION ON  THE CLIENT SIDE. Thank you