Can we change the attributes of table control wizard once it is created?

hi,
i hav created table control using wizard......now i hav to change attributes of that table control.......how to do it ?
can anyone help me in this...............

HI,
Double click on the screen Number in whcih Table control is placed.
Then Select the ELEMENT List Tab->place the cursor on the Table control and select the Atributes button in the Application toolbar.

Similar Messages

  • How can I change the size of table control in table maintenance re-gen?

    Hello Experts,
    I hv created a maintenance view and after generated table maintenance view for it.
    now it adjusts the size of table control in table maintenance generation.
    I want to change the size (width) of table control and again re-generate the table maintenance.
    But when re-generation occurs, table control size is set to initial.
    why it is happening? and wt to do to solve this issue? any user exit?
    I need the changed size of table control even if its re-generated.
    Regards,
    R.Hanks

    Hello Ronny,
    Goto SM30, Enter your table name for which you have maintained your table maintainence generator .
    When the maintainence screen appears for your table name , Goto System->Status->Screen Program name.
    Copy that program name from there.
    Open that module program through SE80,this is the program name of your SM30 screen which appears when we enter our table name in SM30 transaction.
    In SE80,click the layout of the module program name you have entered there.
    Its layout will display you the table control(of SM30) present to enter your your enteries.
    In the change mode you can change its size , savee it and activate that program.
    Now goto to SM30 again and enter your table name, it will show you the changed size of the table control used to take the enteries.
    Note:This changed size is only for your table name and it will remain of its previous size for other table enteries.
    Hope it helps you.
    Thanks Mansi

  • How can i change the color of table control'  lines?

    Such as the subject. Thanks in advance!

    Hi,
    Please check,
    TABLE CONTROL LINES COLOR CHANGE
    color rows in table control
    Regards,
    Hema.
    Reward points if it is useful.

  • How to change the attributes of GUI CONTROLS in my own program.

    hi all,
    i just want to change the attributes of GUI CONTROLS in my own program.
    for example `
    How to set an ICON on my GUI BUTTON in the program?
    so what's the mapping between CONTROL in the SCREEN PAINTER and variable in the program?

    Hi Chao Liu,
    Ya , u first find out the PF-STATUS of the screen and goto that status and now u can modify the ICON u want .
    Finding the GUI status of the screen
    Goto that  TRANSACTION CODE or SCREEN
    On the Standard Menu bar Goto ( Menu path) System --> Status
    Now u get a pop-up System :status in that in SAP Data block u can find GUI Status. Now Double Click on that Status. It takes u to the Status of that screen.
    Now click on the Display --> Change Button on the application tool bar.
    If it is a standard GUI-status then it asks for the ACCESS KEY.
    if it is a custom defined GUI Status  then u can change the status .
    reward if helpful
    raam

  • Can we change the attribute once the cube is live

    Hi:
    i was wondering whether can we change the attributes once the cube is live?
    kedar

    If the Cube is LIVE with data ,we can turn ONN the NAV attribute for the cube as per the post above.
    1)Do i need to delete and reload data in the cube for the navigational attribute changed inthe cube??history data
    2)Will my deltas be affected which are live and running??
    3)will update rules deactivated be a problem when we transport to production??
    4)If we make changes to existing data model like adding infoobjects and want to have history data modified to that object ,than Can FULL REPAIR load work ??
    or making a copy of the cube ,generating export DS..loading ..the olad traditional way is the option

  • How can I change the description of a control Icon with property nodes?

    hi
    I want to change the description of a control Icon and use for this the property nodes, but I don't know how. Who can help me?
    labprog

    If you're referring to the control's name on the screen, you can't change the label while the VI is running because it's part of the control's definition. Instead, make the label invisible and the caption visible and use the property Caption.
    If this doesn't help, elaborate more on what it is you need.
    Try to take over the world!

  • Change The title of table control

    I have Table Control on Screen 102 called TABCTRL_102.
    General attributes of TABCTRL_102 has
    <b>With title</b> checked and
    <b>Title element name</b>  TXT003
    Now I want to Change The title of my table control through program. Is there a way out.

    Hi Flora,
    Declare a global variable in your TOP Include like,
    DATA: gv_text_tc_102(30).
    Then replace TXT003 in screen painter with GV_TEXT_TC_102
    and mark it as 'Output Only'.
    Then you can fill this variable in one of the PBO Modules of the screen 102 like,
    MODULE <your PBO Module Name>.
    ***Other Code
    gv_text_tc_102 = 'My Text'. "Better use a text symbol
    ENDMODULE.
    Hope this helps..
    Sri
    Message was edited by: Srikanth Pinnamaneni

  • Dynamically changing the value in table control

    Hello Every one,
    In MD61 transaction table control am trying to change value dynamicaly i.e am trying to change value in table control automaticaly tht value to be captured and i need to show in status bar...
    Ex table control field is number: am giving 10,20,30 tht should show in status bar by adding if u enter 10 at status bar it show 10 then when u enter 20 it should add with 10 and give 30 ..
    in this way when ever u enter value in filed it should add with the status bar value.

    Hi!
    For conversion you can use the function module
    data :   w_amt         TYPE cms_dte_original_amt,
                                                                                    " Amount
                w_conv_amt    TYPE cms_dte_conv_amt,
                                                                                    " Converted amount
                w_kmein       TYPE cms_dte_original_curr,
       CALL FUNCTION 'CMS_API_CURR_CONV'
            EXPORTING
              i_original_curr = w_kmein
              i_original_amt  = w_amt
              i_result_curr   = 'INR'
              i_rate_type     = 'M'
              i_conv_date     = sy-datum
            IMPORTING
              e_conv_amt      = w_conv_amt.
    now accordingly you can move the currency and amount that is changed....
    here as you were saying that on f4 after selecting you want the other field to get the value on that currency.....
    this work can be done as here....
    in this the next field gets populated as the first field gets the value......
    refer to it.....
    https://wiki.sdn.sap.com/wiki/display/ABAP/GettingainputfieldpopulatedonenteringthevalueinoneInputfield
    Regards.

  • Can't change the background of table cells on a page with CSS

    New CSS guy here, so excuse me if I sound stupid! I built up
    a site with DW8 using CSS for basic page formatting. The site is a
    new version of an old one I did in GoLive. I copied/pasted a fairly
    large table onto the new site in DW, and the table came in fine,
    the text was now the font and style of the main style sheet. But, I
    can't format the table itself now. The header rows were filled blue
    with white text, as an example.
    I can change the bg color down in the toolbar like old times,
    but nothing actually changes on the screen. I'm assuming it's being
    overridden somehow by my CSS style sheet?
    What would I have to do to get back this formatting
    functionality?
    here is an example page:
    http://www.curtlo.com/prototype/pricing.html

    > The header rows were
    > filled blue with white text, as an example.
    There is no such style on this page.
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "synterx" <[email protected]> wrote in
    message
    news:eig96t$oir$[email protected]..
    > New CSS guy here, so excuse me if I sound stupid! I
    built up a site with
    > DW8
    > using CSS for basic page formatting. The site is a new
    version of an old
    > one I
    > did in GoLive. I copied/pasted a fairly large table onto
    the new site in
    > DW,
    > and the table came in fine, the text was now the font
    and style of the
    > main
    > style sheet. But, I can't format the table itself now.
    The header rows
    > were
    > filled blue with white text, as an example.
    >
    > I can change the bg color down in the toolbar like old
    times, but nothing
    > actually changes on the screen. I'm assuming it's being
    overridden somehow
    > by
    > my CSS style sheet?
    >
    > What would I have to do to get back this formatting
    functionality?
    >
    > here is an example page:
    >
    >
    http://www.curtlo.com/prototype/pricing.html
    >

  • Can i change the step of volume control?

    I have a problem with my ipod, when i adjust volume of different tracks. I can get preferable to my ears volume level. It sounds too loudly or too quietly. Am i able to set manually the step of the volume changing?
    I'm not interesting in the normalize function of itunes.
    Thanks.
    Message was edited by: thugtronik

    Well.. You can always right-click the song you know is too loud or too quiet (in iTunes ofc)
    and then press Show Info and under the tab alternative you get volume controls for that specific song.

  • How to change the attribute name for a relation

    When the Data Modeler engineers a logical model into a relational model it create table columns for the relations. The names of the generated columns are listed in the attributes list in the properties dialog of the relation. The actual name of the attribute gets calculated by the attribute name of the entity which is part of the relation. This is okay, if there is only one relation between two entities. But when there are two relations between two entities the second attribute gets a stupid number suffix. This makes it impossible to give the attribute a useful semantic meaning.
    When I engineer the model into a relational model I can change the column name in the relational model. Changing the column name in the relational model is not perfect but it would be okay for me, if it would not be overwritten during the next engineering run.
    So I have two questions:
    How can I change the attribute name in the attributes section of the properties dialog of a relation? See here for screen shot:
    http://public.ceving.de/2012050300/relationattribute.png
    And if it is not possible:
    How can I preserve any changes on column names in the relational model during a re-engineering run?
    Edited by: 931739 on 03.05.2012 08:07

    Hi,
    I've logged an Enhancement request on this.
    I don't believe it's possible to change it from the Entity or Relationship dialog, as it's not updatable in these dialogs.
    What you can do is change it in the Relational Model, and then reverse engineer the change back to the Logical Model.
    David

  • Set the cursor on table control

    Hi All,
    I am trying to create a table control.
    Creation of table control is fine and i can update and save the records..But i am facing some strange problems.
    When i close my program and rerun it, the Cursor will be position on the default field of last run.
    How can we position the cursor on table control..Say to a particular row or columns?
    Also i am not able to interpret the meaning of
    Loop at itab with control control name cursor top_line/current_line.
    Does this means that if you use top_line, cursor will be placed at the top line and when you use current_line , it will be placed at current line?
    Regards
    Miesh

    Hi,
    Check this link for sample code for Table Control
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.highlightedcontent?documenturi=/library/webas/abap/abapCodeSamples/TableControlin+ABAP.pdf
    http://members.aol.com/_ht_a/skarkada/sap/table_control/table_control.htm
    Re: Table Control
    Thanks & Regards,
    Judith.
    Message was edited by: Judith Jessie Selvi

  • Can we change the date of cost center

    Can we change the date of cost center with we have already created????????

    Hi Shivika
    Changing a date can mean many things.. Example - You created a CC from 01.01.2014 to 31.12.2015
    If you want to have the Validity from 01.01.2013 now, create the CC from 01.01.2013 to 31,.12.2013 from KS01
    If you want to extend the validity till 31.12.9999, again do the same.. KS01 -> Create from 01.01.2016 to 31.12.9999
    If you want to shorten the validity i.e. say, You want the CC to be valid from 01.01.2015 instead of 2014, then you can delete the CC from KS04 for 2014 provided no data is posted (plan or actual)
    Br., Ajay M

  • How can I change the password to start my i-Mac G3

    We received an i-Mac from my daughter and my wife chose a password which she has since forgotten. We'd like to use it (after letting it vegetate for over one year) but wonder if it's possible to assign a new password?

    Mac OS X:
    Changing or resetting an account password via GUI:
    http://docs.info.apple.com/article.html?artnum=106156
    Changing password from single user mode:
    You can also change the administrator's password from single user mode or create a new administrator account.
    You need to get into single use mode for steps one and two that are listed below.
    This page will tell you how to get into single user mode.
    http://www.securemac.com/macosxsingleuser.php
    Basically, you hold down the command-s key when powering on. The command key has a little apple symbol on the lower left. It is between the alt/option key and the space bar. On a PC keyboard, it will be the windows key, I think.
    1) You can change the password on an account. ( Do you know Unix. You are in a Unix single user console. )
    Follow the instructions on screen for accessing the startup disk in read/write mode which are:
    /sbin/fsck -y
    /sbin/mount -uaw
    To find out the users on the system type:
    ls /Users
    One of these accounts will be the administrator.
    Pick one of the users and type:
    passwd a-user-name
    and enter the new user password. You need six characters.
    The root account isn't enabled by default. I am not sure if changing the password on root will enable it.
    2) Get the Mac to set up an additional administrative account. You can then change the password on your old account.
    This was Posted by: JoseAranda at September 9, 2006 3:48 AM
    OK, restart your computer, hold down Command-s and type in the following:
    /sbin/fsck -y [Enter]
    /sbin/mount -uaw [Enter]
    rm /var/db/.applesetupdone [Enter]
    # The rm command is the remove command which deletes the file.
    # Robert: I'd rename the file via: mv /var/db/.applesetupdone /var/db/.applesetupdone.old
    reboot [Enter]
    Once you've done that the computer reboots and it's like the first time you used the machine. Your old accounts are all safe. From there you just change all other account passwords in the account preferences!!
    end of posted by: JoseAranda
    http://www.askdavetaylor.com/howdo_i_reset_my_mac_os_x_admin_rootpassword.html
    You will need to scroll down to see this post. Search for applesetupdone
    Once you have a new administrative account, you can change the password of your old administrative account
    blue apple > System Preferences > Accounts
    Give administrative privileges to an id
    http://discussions.apple.com/thread.jspa?messageID=607379
    How to crack Mac OS X password
    I recommend changing your password, but with a lot of computer work you can find out your current password.
    shttp://www.wap.org/journal/crackmacpasswords.html
    Robert

  • Can not change the control level of item attribute "Inventory Asset Value"

    I can not change the control level of the item attribute "Inventory Asset Value" from Master Level to Org Level. It's show me the message "FRM-40200: Field is protected against update".
    Version is below:
    Oracle Application: 10.7SC
    Form: INVIDCTL 6.0.26

    I did a trace when I chage the control level. the SQL is below:
    SELECT COUNT(*)
    FROM CST_ITEM_COSTS CHILD
    , CST_ITEM_COSTS MASTER
    WHERE MASTER.INVENTORY_ITEM_ID = CHILD.INVENTORY_ITEM_ID (+)
    AND MASTER.COST_TYPE_ID = 1
    AND CHILD.COST_TYPE_ID (+) = 1
    AND NVL(MASTER.ITEM_COST,0) != NVL(CHILD.ITEM_COST (+) ,DECODE(MASTER.ITEM_COST, NULL ,0,-99999))
    AND MASTER.ORGANIZATION_ID IN (SELECT MASTER_ORGANIZATION_ID
    FROM MTL_PARAMETERS
    WHERE ORGANIZATION_ID != MASTER_ORGANIZATION_ID )
    AND CHILD.ORGANIZATION_ID IN (SELECT ORGANIZATION_ID
    FROM MTL_PARAMETERS
    WHERE MASTER_ORGANIZATION_ID = MASTER.ORGANIZATION_ID )

Maybe you are looking for

  • I cant find the enable disk option on Itunes11

    can you tell me where the enable disk option is on Itunes 11.....I cant get to the home page so have no idea where to find it

  • ICal events have duplicated, now disappearing in front of my very eyes? What's up

    Yesterday I opened iCal on my MacBook Pro to find that all my events were duplicated; today, some of them are totally gone and some are disappearing in front of my very eyes. Today, there is a new calendar listed at the left for my .me account, a dup

  • Drobo strategy

    Looking for some advice here if I may. My setup;  Mac Mini server with iTunes running 24/7 serving up to MBA, couple of iPads, iPods, iPhone and Windoze laptop.  MM has one 256SSD (system and apps) with a Thunderbolt 4TB RAID attached (all media incl

  • Multi spread sheet files, continuously.

    I am figuring out how to read the multi spreadsheet files continuously,  i tried bundled them and add them together but it dint came out as i expected. the progrram i attched is fully working but only for 1 file. anyidea how to make it to read many s

  • Does the latest security update to Safari effect OSX v10.6.8?

    Does the latest security update (Fix issued 25/02/14) to Safari not effect Mac OSX v10.6.8 Snow Leopard? Software update has not flagged it up in Snow leopard, so presumably it is only Lion & Mavericks that had the flaw.