Table control layout column positions are different with dislay positions

Hello All,
           I added one column to standard table control at the 13th position,but at the display of that table control its showing at
96th position.please suggest me how to set that to 13th position at dislay.
Thanks in advance

Hi,
You can do this using a single table control.
There is a option in the screen parameters to hide the column of the table control.
So based on the list value, you loop at screen containing the table control, and set the option to make the column invisible.. Try this.
Hope it helps..
Regards,
Sekar

Similar Messages

  • How to make table control rows dynamic/unlimited using TC with Wizard

    Hi Friends ,
    I have designed a table control layout using table control with wizard.
    Now the problem is when we design a TC layout ,then we have to design it on the page . The page has upper & lower limits. so the maximum size & maximum rows in layout is limited. I have tried to create a TC layout with maximum size & maximum rows . Maximum rows created in Layout is 25.
    Now suppose if enduser wants 100 entries to enter by coping a file of 100 records in my TC present on entry screen , then ONLY 25 entries are displayed on entry scren before doing any user action or saving and after saving only these 25 entries are sved in DB. Means enrtries from 26 to 100 are not displayed on entry screen or saved in DB.
    So my requirement is to display all 100 entries at a time in entry screen before saving with scrolling up & down facility and these 100 entries should also get saved in DB after clicking save button. In short I want dynamic entry screen table control which can show/dieplay Any Number . of entries whatever the number may be entered by enduser .
    Plz note that I have used all 3 facilliteis i.e.
    1. Scrolling
    2. INSERT/DELETE
    3. SELECT/DESELECT
    while designing TC with wizard .
    Scrolling buttons like FIRST PAGE, PREV. PAGE, NEXT PAGE, LAST PAGE are displayed.
    BUT they are not functioning though there is system generated code present in both MPP and in PBO & PAI. After clicking any of them , data which is dislaying on entry screen ( Here it is 25 entries ) is getting cleared/disappeared from enry entry screen.
    Waiting for ur response & solutions.
    Thanks & Regards,
    Sudhir

    Hi Ashish ,
    Do one thing .
    At PAI of screen holding TC , there is module name tc_mark on request .
    in this module , there is work area declared g_tc_wa .
    Now go to tc_init module of pbo , where u have given your select command .
    select * from ........................................
    use this code .
    if g_tc_wa is initial .
       SELECT * FROm
       g_tc_wa = 'X'.
       REFRESH CONTROL 'TC' FROM SCREEN dynnr.
       ENDIF.
    Just do this , m sure all buttons, insert, delete , scroll bar.. everything will work .

  • How to know  columns and table name  whose column size are modified

    Hi guys
    I want to know which all columns in the tables are modify
    i.e. list of columns and table name whose column size are modified
    Step1 :
    CREATE TABLE employees
    ( employee_number number(5) ,
    employee_name varchar2(50) ,
    department_id number(10)
    CREATE TABLE Supplier
    ( Supplier_number number(5) ,
    Supplier_name varchar2(50) ,
    CREATE TABLE customers
    ( customer_id number(10) not null,
    customer_name varchar2(50),
    address varchar2(50),
    city varchar2(50),
    state varchar2(25),
    zip_code varchar2(10),
    Step2 :
    Alter table employees
    MODIFY employee_number number(10)
    ALTER TABLE supplier
    MODIFY supplier_name varchar2(100)
    step3
    query to dispaly
    columnname table name
    employee_number employees
    supplier_name supplier
    How to know columns and table name whose column size are modified
    could you please provide query
    Thanks in Advance

    09:35:50 SQL> desc dba_objects
    Name                            Null?    Type
    OWNER                                  VARCHAR2(30)
    OBJECT_NAME                             VARCHAR2(128)
    SUBOBJECT_NAME                         VARCHAR2(30)
    OBJECT_ID                             NUMBER
    DATA_OBJECT_ID                         NUMBER
    OBJECT_TYPE                             VARCHAR2(19)
    CREATED                             DATE
    LAST_DDL_TIME                             DATE
    TIMESTAMP                             VARCHAR2(19)
    STATUS                              VARCHAR2(7)
    TEMPORARY                             VARCHAR2(1)
    GENERATED                             VARCHAR2(1)
    SECONDARY                             VARCHAR2(1)
    NAMESPACE                             NUMBER
    EDITION_NAME                             VARCHAR2(30)LAST_DDL_TIME can be utilized

  • Table control change column position or number

    Hi Guys,
    I need to move a column from position 10 to position 5 in the standard program. I did change the table control position in screen painter by doing cut and past of columns at required positions and it does change there but it does not show column positions in the actual screen. Is there config for table control in the standard program?
    In the attributes the position number is disable. Is there some other way that I can move the columns.
    Please advise.
    Thanks,
    FS

    Thanks Manesh,
    I am using travel overview transaction PR05. Can you recommend any config area where the table column positions are maintained. Thanks.
    Regards,
    FS

  • Table control - validate column

    Dear VC Experts,
    we are using VC with a RFC Data Service. On the output port we create a table control with following columns for example:
    - Amount /MENGE (mandatory field)
    - Checkbox type /BOOL1 (mandatory field) - true,false
    - Expression Box / STATUS2 (validate amount and Checkbox) --> true, false
    For the expression box we use the formula:
    BOOL(@BOOL1==true AND @MENGE==0 OR @BOOL1==false AND @MENGE<>0)==true
    This seems to work. Result: true, false
    Further we have a button, which has to be disabled if the Expression Box has the status "false".
    I dont know how to check all the values in the expression box. The button only gets disabled, if i select a specific row with the status 'false'. I would like to check all the valus in my table control, not only the selected one.
    On the properties tab for my button i use the formula:
    CONTAINS(#ID[ACC153]@STATUS2,'false')==true
    Maybe any suggestions to check all the values in my table column? How can i check all the values in my column 'STATUS2' which contains true or false?
    Moderator message - Please do not offer points or rewards
    Edited by: Rob Burbank on Aug 3, 2010 11:32 AM

    Hello,
    I think you need to attach the output of your table to the input of the form that contains your button, so that this form "is aware" that you have changed the selected line.
    Then you assign an action to the mapping and to the column so that when you click on a line of the table it "calls" the form.
    You can give it a try, but I'm not sure of this.
    Fabien.

  • Table control layout

    Hi All can someone tell me how to design the complete layout of a table control.
    please tell me step-by-step process.
    reward points for all useful ans

    hi,
    •Step 1 (Create new structure for table control)
    Type is name of structure (ZTC_EKKO) and press create
    •Step 2 (Create Program)
    Goto transaction SE80(Object Navigator) -> Repository Browser -> Program.
    Enter your program name, please ensure that is begins with SAPMZ…… as this is a module pool (dialog program).
    Press enter to create, and press yes!
    Ensure that you create a top include, and press Enter.
    Accept the name created for the top include.
    Press Enter.    
    Press Save
    •Step 3 (Create TOP include)
    Double click on the top include and enter following ABAP code:
    Tables: ZTC_EKKO.
    controls: tc100 type tableview using screen 100.
    data: ok_code type sy-ucomm.
    data: it_ekko type standard
                 table of ZTC_EKKO initial size 0,
               wa_ekko type ZTC_EKKO.
    data: ok_code type sy-ucomm.
         Press Save and Activate
    •Step 4 (Create screen)
    Right click the program to create a screen 100 for the dialog. Enter Short description, set screen type to Normal and enter 0 or blank into Next screen. Then move to Element List tab and enter the OK code as OK_CODE (i.e. the same as what you declared in the top include with data: ok_code type sy-ucomm).
    •Step 5 (Create table control)
    Press the Layout button to bring up the screen painter editor.
    Press table control button and drag it on to the screen, enter the name of table control created in TOP include (TC100). Now press the yellow button for attributes and set the table control as below options
    •Step 6 (Populate table control )
    Press the orange button (Fields). On the next screen enter ZTC_EKKO and press the ‘Get from Dict’ button. Select the fields you want (all) and press enter. Now drag them onto your Table Control.
    Below is the result, there will been syntax errors if we check now! So Save and go back into the flow logic tab.
    •Step 7 (Create flow control )
    Within the flow logic of screen 100 and create two modules, one to select the data from the database and the other to move the selected fields into the table control. Also insert the two loop statements to populate and retrieve the lines of the table control.
    PROCESS BEFORE OUTPUT.
    MODULE STATUS_0100.
      module data_retrieval.
      loop at it_ekko into wa_ekko with control TC100.
        module populate_screen.
      endloop.
    PROCESS AFTER INPUT.
      loop at it_ekko.
      endloop.
    MODULE USER_COMMAND_0100.
    Double click the module data_retrieval to create and click yes to get past the popup. Ensure that a new include is created to hold all the PBO modules (default). Press enter.
    Select 10 rows of data from the EKKO table and load into the internal table it_ekko. Go back to the flow logic to load this data into the Table Control.
    ***INCLUDE MZ_TCONTROL_DATA_RETRIEVALO01 .
    *&      Module  data_retrieval  OUTPUT
          text
    MODULE data_retrieval OUTPUT.
    select data from ekko table
      SELECT ebeln bukrs bstyp bsart
             bsakz loekz statu aedat
       UP TO 10 ROWS
        FROM ekko
        INTO CORRESPONDING FIELDS OF TABLE it_ekko.
    ENDMODULE.                 " data_retrieval  OUTPUT
    Double click the module populate_screen to create. Now move the values in this loop from the wa_ekko into the Table Control with the move-corresponding statement.
    MODULE populate_screen OUTPUT.
        DATA: ld_line TYPE i.
      Set which line of table is a top of displayed table control
        IF sy-stepl = 1.
          tc100-lines =
            tc100-top_line + sy-loopc - 1.
        ENDIF.
      move fields from work area to scrren fields
        MOVE-CORRESPONDING wa_ekko TO ztc_ekko.
      ENDMODULE.                 " populate_screen  OUTPUT
    •Step 8 (Create transaction )
    Now create a transaction to test the table control program. Right click the Program and select create-> transaction.
    •Step 9 (Execute transaction )
    Execute transaction ZTC
    but table contro wizrd automatically generates the code. try it
    reward if its useful.

  • Table Control + last column

    Hello Friends,
    i am facing a strange problem. I have created a table control using table control wizard. when I enter the values in table control select the entry and press okey button everything works fine. then I gave the program to user for test, and he came back with following issue:
    He entred the data in the table control, and then he press the enter button. then he went to the last column and change the value, press again enter button, the value overwrite again ( which he has entered before ).
    I went in debug mode to see what is going on, and surpringly while entring the value in the last column I press enter the control did not went to my module "Z_TAB_CTRL_modify input." rather it went in user_command. module.... and that's why it did not updated the value after user change in last column....
    Any idea what I can do to fix this issue...
    Regards,

    Hi,
    CHAIN.
    ENDCHAIN. 
    Effect
    The statements CHAIN and ENDCHAIN of the dynpro flow logic define processing chains. Between CHAIN and ENDCHAIN, the statements FIELD and MODULE can be executed. The statements between CHAIN and ENDCHAIN form a processing chain. Processing chains cannot be nested. The CHAIN statement can be specified in the event blocks at PAI and PBO , however, in the event block at PBO it has no effect.
    <b>A processing chain allows the joint processing of all the screen fields stated between CHAIN and ENDCHAIN after FIELD statements:</b>
    The contents of all screen fields combined to a processing chain by the FIELD statements can be checked in the shared conditions ON CHAIN-INPUT and ON CHAIN-REQUEST of the MODULE statement.

  • Faces Read-Only Table control - reset column sorting?

    In an ADF Faces Read-Only Table control at runtime, once the user has clicked on a column to resort the table entries based on the clicked column, is there any way to unclear the sort?
    CM.

    In an ADF Faces Read-Only Table control at runtime, once the user has clicked on a column to resort the table entries based on the clicked column, is there any way to unclear the sort?
    CM.

  • CUIC-Total Answered Call in Peripheral Skill Group are different with Skill Group Abandon-Answer

    Hi UCCE/CUIC Expert,
    I have CUIC 9.1(1). Now I am trying to access Cisco Historical Report (Stock).
    When I accessed Peripheral Skill Group Historical All Fields, I found total "Answered" are different when I produced using Skill Group Abandon-Answer Distribution Historical.
    My question is:
    - What kind of call will produce symptom above?
    - Is there any miss step in ICM Script so that CUIC will produce this report?
    Thanks in advance,
    Heribertus

    Hi
    Some, but not all, Half_Hour tables now have an equivalent Interval table. The Half_Hour tables still appear in the database, but are no longer populated. For CUIC only (and not for WebView) the equivalent Interval tables are populated by either half-hour or fifteen-minute data, based on configuration. WebView uses “half-hour views” to pull 30-minute data from the Interval tables.
    While configuring the PG, you will give whether the Reporting interval should for 15 minutes or 30 Minutes, If you have 15 minutes selected then will see 15 minutes Interval in the Agent_Skill_Group_Interval Table.
    Regards,
    Senthil

  • I am using dreamweaver CS4. I notice that in the list of layout columns which are listed on

    dreamweaver none of those layout columns have navigation bar . How can I make the navegation bar in those layouts?

    Start here:   HTML & CSS Tutorials - http://w3schools.com/
    When you've got code basics under your belt, work your way through this 6-part Adobe Tutorial.
    Creating  your first website in DW CS4 -
    http://www.adobe.com/devnet/dreamweaver/articles/first_cs4_website_pt1.html
    Among other things, It shows how to use the Spry Menu widget.
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists
    www.alt-web.com/
    www.twitter.com/altweb
    www.alt-web.blogspot.com

  • Table Values in Preview Mode are Different Than in Development Mode

    Any idea why the values in a table row would be different in Preview mode than in development mode? They are only different in 1 row. The values in this row refer to values in another part of the spreadsheet that are generated by formulas. They apprear fine in Xcelsius but change in the SWF.

    Hi Tony,
    Thank you for sending the files to me. Our QA testers noted that one problem with the spreadsheets is that the Chart is linked to cells in your spreadsheet that are protected. This will prohibit the Chart from accessing the data in those cells. Can you send me the files again, but with all cells unprotected?

  • Layout/column width displaying differently in IE...

    I'm having a problem getting my Spry menu all in one horizontal line. On the rest of my site, and in Chrome and Firefox, the navigation at the top looks as it should. But on this page only, and only in Internet Explorer, the 2 menu items on the right are getting bumped to the next line:
    http://atenndesign.com/about.html
    I compared it to the code in my other site files, and the column widths and image/menu widths match, so I'm not sure what's causing the menu to display this way in IE. Any ideas?

    You are not using the latest Spry files
    The latest version of the Adobe Spry Framework is 1.6.1, this is the same version that ships with Dreamweaver CS4. If you use Dreamweaver CS3 (uses Spry 1.4), its wise to upgrade your files to the latest version. This can easily be done using the Spry Updater that can be found here.
    Gramps

  • Column wrapping is different with alt color rows

    I am currently using the blue theme with the report template of standard. alternating rows. The column wrap only seems to effect the blue row, not all rows. Also, this is not consistent within each query with the same report template. I have tried adjusting the width for that column within the report attributes but again it only effects the blue rows. Help please?!

    Yes you would have thought they would have fixed this for Version 2 of HTML DB - God knows how many frustrating hours in total must have been spent on this issue. Anyway go to Shared Components > Templates (Under User Interface) > Report > Standard Alternating Row Colors > Column Template 1 and change <td class="t12data" #ALIGNMENT#>#COLUMN_VALUE#</td> to <td class="t12data" style="white-space: normal;" #ALIGNMENT#>#COLUMN_VALUE#</td>
    Found this earlier in thread Re: nowrap in Reports possible?
    Nigel

  • Running a query in which table name and column name are passed as arguments

    Hello,
    I have a pl/sql code in which table_name and column_name are defined as variables.
    I want to run a sql query like update table_name set column_name = <value> where id='xyz';
    How can I achieve this?
    Thanks in advance.
    Regards.

    GHD wrote:
    DECLARE
    v_table_name VARCHAR2(50) := 'employees';
    v_column_name VARCHAR2(50) := 'first_name';
    V_SQL         VARCHAR2(1000);
    BEGIN
    V_SQL := 'UPDATE '||v_table_name||' SET '||v_column_name||'= ''Ray'''||'WHERE EMPLOYEE_ID = 101';
    EXECUTE IMMEDIATE v_sql;
    END;Hope it will be helpful.Yes quite. (and the following applies to ALL responses thus far)
    It helps in reducing performance.
    It helps in fragmenting the shared pool.
    It helps in causing ORA-04031 unable to allocate %s bytes of shared memory errors.
    It is a brilliant example... OF HOW NOT TO WRITE ORACLE CODE.

  • 1.1.0.21 Sorting columns that are named with lower case characters not work

    I'm trying to sort my results in the table's data tab. I have the colums defined as:
    Help_ID, Help_Term, Help_Desc
    Trying to sort by Help_ID fails. The application tries to sort by HELP_ID rather than "Help_ID". Quotation marks may need to be added have the proper functionality.

    Although not a fix, I have found a work-around for people to use in the meantime. Using the filter field, I was able to sort the way I wanted (although not a very elligant method).
    Filter: 1=1 ORDER BY "My_Column" ASC
    I could not just put the ORDER BY clause in the filter field, but since I'm guessing that Oracle Developer is just building queries in the background, I tried to 'trick it' to take what I wanted.

Maybe you are looking for

  • N95 autofocus problem software related

    I've had an N95 for more than a year. Part of the reason I bought it was the 8 GB - could take lots of pictures and video. I'm very disappointed. For reference, I am an eye doctor. I know a lot about prescribing glasses, I know optics, and I have don

  • TIMEOUT during loadjava /dropjava

    Hi all. when i try to load/drop classes in Oracle 8i JVM i get the following error dropping class : cots/estatement/rtis/corbaapis/_Cots_RTISServerImplBase Error while processing cots/estatement/rtis/corbaapis/_Cots_RTISServerImplBase ORA-04021: time

  • Change First Load and Menu Disappear with scroll

    Hello, Im in a crossroad trouble and think that one of my problems is that i can resolve it changying the first load of my site and relink to one anchor link. My other problem is that i want to recreate the behavior of the menu of this web http://www

  • Should i buy K8N Neo2? ur expriences

    hello...im looking for a s939 mobo.. sofar ive set my eyes on the ASUS A8V (orAV8-cant remember) but ive recently read reviews that love this mobo....so im considering buying this instead. i was wondering, is it adviseable to get the MSI K8N Neo2 mot

  • Error message after kdelibs upgrade

    Hello, I hope this is the right forum for this I ran "pacman -Su" today and it upgraded my kdelibs... now each time I try to leave konqueror settings I get the error : There was an error loading the module. The diagnostics is: Library files for "libk