How to change width of table maintenance screen in sm30

Hi,
I want to change the width of table maintenance screen in sm30 of a view. I am trying to change it through screen painter.
But its giving me error - screen or window limit reached. I want to increase the widht to show all the fields at once.
Is there any way for this?
Also, earlier in table maintenance generator of view, there was one step selected. I changed it to two steps and re-generated the TMG. But again Its showing only one screen in sm30.
Kindly tell me which step I have missed out.
Regards,
Seema Naharia

I guess the links below should help in your problem ..
http://www.saptechies.com/how-to-create-table-maintenance-generator/
Window size on SM30
If these do not please tell ..
Regards,
Manthan

Similar Messages

  • How to hide fields in Table maintenace screen

    I have created a view with table maintenance generator. I would like to hide some fields. With event I am able to fill in those fields but I want to hide those from screen.

    HI, 
    This is reff with ur below post, I have been stuck with same problem,
    I got your code, how its functioning, but didn't get get where i have to write it.
    plz tell me in brief.
    Thanks in Advance.
    Regards
    Vivek
    Re: How to hide fields in Table maintenace screen  
    Posted: Feb 6, 2009 11:42 AM   in response to: Aarti Ramdasi in response to: Aarti Ramdasi           
    Click to report abuse...             Click to reply to this thread      Reply
    Hi,
    You can hide the fields like this..
    For example
    select-options:
    s_carrid for spfli-carrid modif id gr1,
    s_connid for spfli-connid modif id gr1,
    s_cityto for spfli-cityto modif id gr2.
    I am going to hide last fied..To do this
    at selction-screen output.
    if s_carrid is initial or s_connid is initial.
    loop at screen.
    if screen-group1 CS 'GR2'.
    screen-active = 0.
    modify screen.
    endif.
    endloop.
    endif.
    whenever u click on any one of the field i.e. carrid or connid the third field will displayed.Otherwies the last field cityto is not visible initially
    Regards
    Kiran

  • Table Maintenance screens ...

    hi,
    I have created a table ZREM1 and also table maintenance generator for this table.  I am using function group ZREM1 for this purpose.  I have modifiled table maintenance screens for this maintenance.
    Now I have a table ZREM2 and also table maintenance generator for this table.  I am using function group ZREM2 for this purpose.  I dont want to create separate screens for this table maintenance but want to use same screens developed for table ZREM1. 
    Table & Field Structure of ZREM1 & ZREM2 are identical.
    How I can copy or use TABLE MAINTENANCE SCREENS of ZREM1 for TABLE MAINTENANCE SCREENS of ZREM2 ??
    Regards,
    Santosh

    Hello Santosh,
    Anyways, when you specify the screen numbers while creating table maintenance dialog, you dont have to do anything. Standard SAP by itself generates the screen.
    Hence, no need to copy the screens from one Function Group to other.
    Just specify the Screen numbers in the new Function Group and Create the Table maintenance. The standard would automatically generate the screens for you.
    Hope this helps.
    Regards,
    Himanshu

  • How to change the color of SAP screen?

    Hi Frens,
    I know it has nothing to do with SD Community, but still I am asking. Can anyone tell me "How to change the color of SAP screen?" It is needed especially when you are working on System Landscape including PRD, Qua & Dev. There are chances that you end up making a test case in PRD instead of Dev or Qua. To avoid that, different color of SAP screen may be very useful and safe.
    Regards
    Vikas Chhabra
    SD/CIN Consultant

    We had a clone of SAP for testing
    Only GUIXT solution was available for users to distinguish between real Prod & Clone as SID was same
    Created 2 scripts n C:\guixt\scripts
    saplsmtr_navigation.e0100.txt
    Esession.txt
    BOTH having identical code
    if V[_ashost=10.3.3.18]
      TitlePrefix "CLONE18"
      TitleSuffix "(CLONE8)"
    endif
    if V[_ashost=10.3.3.25]
      TitlePrefix "PROD25"
      TitleSuffix "(PROD25)"
    endif
    After much research - this was only solution.
    GUIXT will be around; like SAPSCRIPT & SMARTFORMS
    despite the enticement of Adobe Forms!
    After some time you may set GUIXT profile start window HIDDEN
    This you do by clicking profile button of GUIXT menu
    If you want to see GUIXT Window again
    CMD.exe Dos prompt
    cd C:\Program Files\SAP\FrontEnd\SAPgui
    guixt visible
    Regards
    Jayanta Narayan Choudhuri
    Kolkata
    URL: http://ojnc.byethost11.com

  • Roles with Change Access to Table Maintenance

    Hello,
    We have many roles that have S_TABU_DIS-Table Maintenance, 02-Change access, *-Auth. Group. Many of these roles have very few transactions and are not Basis\Development related. My questions are what transactions do I need to make sure these roles don't have to so they can't change data in Tables? I know SM30 and SE16, any others? Also second question, should I be worried if these roles do not have the access to start these transactions but do have the access given in the S_TABU_DIS object?
    Thank You,
    Alex

    1. Asides from SM30 and SE16 you already mentioned, 'SE16N' and 'N' come to mind. Maybe there are others.
    2. Yes. You should be worried. Users could get authorizations for any of the aforementioned transactions from another role and get authorization to change all the tables from this role. Bad Stuff.
    I suggest that you figure out why exactly these roles includes S_TABU_DIS object with change authorizations for all table groups. Once you have that figured out - you can take appropriate actions. In my mind, it would be very hard to justify having S_TABU_DIS with 02/* in any role.

  • Creating Customized Table and Modify Table Maintenance Screen

    Hi,
    I have already created customized table and generate the table maintenance screen, however i encountered 1 problem which is i cannot add new PAI and PBO module in the flow logic. Every time i wanna add new module, i will be getting error message saying that my user currently editing the screen. Any suggestion ?
    Thanks.
    Jon

    Hi <b>Jonathan</b>,
    Please close all the windows and relogin
    For making PAI and PBO modules, Please activate all the Table and its maintainence view.
    Now first make emptu file with <main filename>_PAI and <main filename>_PBO save and activate them.
    Now put the logic in them and then activate now call these in the main prog.. it should work...
    While activation all the sub program modules should be activated already... i suggest select all the prog and sub progs and activate them all at once...so the system automatically takes care of inner activations first...
    If u have some more quereies... please feel free to contact me...
    Regards,,
    <b>Abhishek</b>

  • How to change the visible length in screen painter?

    Hi Guys,
    we have field in screen which is type to ATWRT but the visible length is set to 11. ATWRT is 30 char.
    Please advise on How to change the visible length in screen painter to make it 30?
    When I try to edit the defined length from 11 to 30. It wont allow me to.
    Thanks a lot!

    Hi,
    Try the below method:
    Goto Screen Painter -> Double click on Input-Output field for ATWRT another screen will appear with attributes of Input Output field -> Increase the Visible length Value there. (Option of visible length is below the Name and Text attribut of Attribute windiw.)
    If the Visible length field isn't allowing change then declare it as a Char type instead of taking the DataType for Data Dictionary.
    Thanks,
    Preyansh
    Edited by: DWIVEDP on Mar 29, 2010 12:42 PM

  • How to change logo in SAP intial screen

    Hi,
       How will I change the logo in the initial sap screen.
    Regards,
    Kishore.

    Hi
    Change the logo in the right-hand side of the initial screen
    - To put your company logo in the right-hand side of the initial
    screen:
    Put your picture in the database with the transaction SMW0
    "Binary data" options, e.g. in ".GIF" format.
    Put a record with the picture name in the key "START_IMAGE" of
    the table SSM_CUST in the View maintenance transaction SM30.
    - You can adjust the picture to the window size automatically or
    center it in the right-hand side of the initial screen
    ("RESIZE_IMAGE" "YES" or "NO" in the table SSM_CUST).
    - You can deactivate the picture globally so that noone sees it
    with "HIDE_START_IMAGE" "YES" in the table SSM_CUST.
    Refer the links -
    SAPGUI Logon screen
    How to put Company Logo in a SAP R/3 Login Screen
    Infotext on logon-screen
    How to insert Logo in Easy Access screen?
    Photo on SAP Logon Screen
    <b>Reward points for useful Answers</b>
    Regards
    Anji

  • How to create event in table maintenance generator

    Hi guys,
    I need to create an event for my table maintenace generator such that when the field land1 is filled, the landx field should take its data from t005t table. and the ladnx field should be display only, it can not be modified in table maintenance.
    How can i create an event in table maint. gen? How am i going to do it?
    thanks always,
    mark

    Hi,
    As mentioned in the last post go to the event screen by
    Environment --> Modifications --> Events.
    There you click on new entries and try writing your logic for event 21 i.e. after selecting 21 give some name of your event and write down the logic how you want to do this.
    If event number 21 does not work then try 1. One of these two should work.
    Hope this helps!!!
    Regards,
    Lalit

  • How to make restrictions in table maintenance

    My requirement is to view the Z table through a transaction. Here we should have an option to delete a record but not to modify any field(s) of the record.
    How to restrict the maintenance view only for deletion?.

    Hi
    I think you should update the program generated by Table Maintenance Generator.
    You can update the dynpro: here you insert your module to control the attribute of input/output of your fields.
    While you're in Table Maintenance Generator, go to Enviroment->Modification->Maintenance Screen
    Max
    Message was edited by: max bianchi

  • Table Maintenance screen giving dump

    Hi All
    I have inserted a new key field in a existing Z table. After that i have adjusted the database and tried to recreate the table maintenance generator, it is giving the warning message as follows
    Table ZUPI_WIP is extendable without limits
    Field ZUPI_WIP-REVAL_FLAG shortened (new visible length: 000015)
    Field ZUPI_WIP-MATNR shortened (new visible length: 000009)
    Field ZUPI_WIP-REVAL_FLAG shortened (new visible length: 000007)
    Field ZUPI_WIP-AUFNR shortened (new visible length: 000006)
    Field ZUPI_WIP-MATNR shortened (new visible length: 000004)
    Field ZUPI_WIP-CHARG shortened (new visible length: 000003)
    Field ZUPI_WIP-REVAL_FLAG shortened (new visible length: 000003)
    When i tried to maintain this table through SM30 it is giving dump.
    Kindly help me in resolving this issue.
    Thanks & Regards
    Madhu

    Hi!
    You are making changes in the ztable after u have created the table maintenence generator so you need to again modify the table maintenece generator code also.
    so,
    in the table maintenence screen you must do these steps....like
    go this way...
    Utilities->table maintenence generator
    there
    in generated objects->change .
    check all screens and modify the table maintenece generator.
    the error will be removed.
    also the errors are warnings actually the source code is taking that much lenght in its source code try to shorten the field lenghts for which u are getting errors.
    If you still have issues plz revert yout query.
    Regards.

  • How to tie tcode to table maintenance generator table

    hi guys,
    i need to use tcode to call table maintenance generator program (the one that is created via SM30 ).
    how can i use module instead of executable program type ?

    > Hi Erwan,
    >
    > I hv followed ur step, but i didnt see this step
    >
    > then in the dynpro fields :
    > VIEWNAME ztable
    > SHOW X
    >
    > i am currently in ver 4.7
    >
    > i only see screen, from module pool, name of screen
    > fields, value
    You type VIEWNAME and SHOW in "name of screen fields",  and put your ztable name and X in "Value".
    matt

  • How to change colors of table col and row header?

    Could I change table header colors when run vi ? Is such a thing possible?
    ex: Header words color from black changed to green in column 2 of table.

    cloud a écrit:
    ...But I mean is "How to change header words color" not changed cell words color.
    tst gave you the answer ! A header cell is just a cell with a -1 value as index...
    Chilly Charly    (aka CC)
             E-List Master - Kudos glutton - Press the yellow button on the left...        

  • How to change duration of Preventive Maintenance cylce in strategy plan?

    Hi,
    How one can change duration of Preventive Maintenance cylce in strategy plan?
    e.g. In IP11 we set Preventive Maintenance schedule as monthly and we want to change it as quarterly i.e. every 3 months from starting date.
    With Best Regards,
    Rajkumar

    Hi Mr Ramesh
    Thanks for reply .
    Kindly guide us about as what steps /Tcode need to be used to perform the following actions as suggested by you :
    a) Delete orders.
    b) Go to IP10 and Do a 'manual call' by entering the planned date to create orders for the deleted packages.
    Or
    Reschedule the Whole Maintance plan by entering appropriate dates.
    c) Also please clarify , that how the new Orders will get generated against the Deleted Orders .
    With Thanks and Rgds
    Sonia

  • How to change values in table TPFID (Description of SAP instance)

    I am having problems with my system - I noticed that table TPFID has the incorrect HOST settings, but I can;t figure out how to change this.
    Any advice would be very appreciated!

    That is your operation modes in RZ04, just delete the invalid host from the list and then go settings -> based on current status -> Existing instances ->set
    Regards
    Juan

Maybe you are looking for