Changing Table maintenance settings

Hi,
The delivery and Maintenance of certain tables required for CIN configuration are set as - Display/Maintenace allowed with restrictions.  Hence these tables could not be maintained using SM30 / SE54.
When checked in the SDN forums, certain people have asked to use &SAP_EDIT in SE16N, but it is not a right approach to do, as it is not accepted during audit.  As again, writing a small ABAP program is not acceptable.
Please let me know, is there any other way to change the maintenance setting for the tables - E.g. J_1IEWTECESS. 
This is an urgent issue, as the deliverable is pending because of this and points are assured.
Request expert advice on these.
Thanks,
Sridevi

Hi,
You make some changes in database table.then activate the table.You will get table maintenance in se54/sm30.
L.Velu

Similar Messages

  • Changing Table maintenance settings for CIN configuration

    Hi,
    The delivery and Maintenance of certain tables required for CIN configuration are set as - Display/Maintenace allowed with restrictions.  Hence these tables could not be maintained using SM30 / SE54.
    When checked in the SDN forums, certain people have asked to use &SAP_EDIT in SE16N, but it is not a right approach to do, as it is not accepted during audit.  As again, writing a small ABAP program is not acceptable.
    Please let me know, is there any other way to change the maintenance setting for the tables - E.g. J_1IEWTECESS. 
    This is an urgent issue, as the deliverable is pending because of this and points are assured.
    Request expert advice on these.
    Thanks,
    Sridevi

    try:
    1) sm30 - customizing
    2) se11 - where used list (to find a maint.-program ot function module)
    A.

  • Changing Table defaults to Font to Normal, and Align-Vertical to Top - DW 5 (kind of a repost)

    Hello,
    This is pretty much a reposting of my last 2 questions...
    In DW 5, trying to change Table default settings to
    - Normal font (right now default is Bold)
    - Vertical Alignment to Top (current default is middle) (so that text and lists will start at the top and fill down, like an ordinary document or table in Word)
    I have multiple columns across the screen, different categories of events, news, resources, that I will be updating over time.
    Ideally I would like to be able to 'simply' type and update the listings as needed (including bolding, indenting, the occasional image), just like in a document. I know this will involve tables, especially when it comes to 'indenting' text under a heading.
    Updating a website. My in-progress work-up is here - http://www.wnytrauma.org/index33.html  - (I know the coding is probably a mess, but I'm an old dog and this is a new trick).
    Thank you,
    Lawrence Congdon
    (@LC_Sun)

    If you can't find a stylesheet named outline-table-cells.css, it might be a name inserted by my Firebug.
    In any case, try adding a rule with these properties in any css that your page uses:
    table td, table th {
        font-weight: normal;
        vertical-align: top;
    Note: The default font weight for a table cell (td) is normal
    The default font weight for a table header cell (th) is bold.
    If you were to use td instead of th you would not need the font-weight: normal property to override the default

  • 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 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

  • Using a change document for Z table maintenance generatro to log changes

    Hi Forum,
    I have created a a change document for one of the Z tables now I want to use it in the table maintenance generator of this table so that any changes made to this table using maintenance generator are logged in table CDHDR and CDPOS.
    I am using the event 02     After saving the data in the database
    and have created a new FORM..ENDFORM for this event and it is working fine till here.
    But I am unable to find any table or structure where the information of the action performed in maintenance generator is kept for eg. what action was performed like add, delete or change and on how many records and contents of those records.
    I can update the tables CDHDR and CDPOS only if I have the above information.
    Please guide me as to where can I find all this information within the maintenenace generator program?
    Thank you,
    Anubhav

    Hello Anubhav,
    Are you calling the change document function module in your save event ? The function module needs to be first created using SCDO for your Z table, select the fields on which you want to track the changes.  Auto generate the programs for this change object. Once the FM is generated, you will have to call this FM in your SM30 event.
    The change document tracking also needs to be enabled at the data element level..
    Regards,
    Jay

  • Table maintenance generator and Change pointers

    If a Ztable contains table maintenance generator, then the change pointers will not work?

    Hi Saraoja,
    If you want make active your change pointers for your Ztable, then in your Zfields, get into the Data element and click futher Characteristics tab, there you have one check box called  Change document, Check that box and activate your data element again.Now your Zfield changes will reflect in CDHDR and CDPOS.
    Thanks

  • Table Maintenance - chaning settings

    Hi,
    The delivery and Maintenance of certain tables required for CIN configuration are set as - Display/Maintenace allowed with restrictions.  Hence these tables could not be maintained using SM30 / SE54.
    When checked in the SDN forums, certain people have asked to use &SAP_EDIT in SE16N, but it is not a right approach to do, as it is not accepted during audit.  As again, writing a small ABAP program is not acceptable.
    Please let me know, is there any other way to change the maintenance setting for the tables - E.g. J_1IEWTECESS. 
    This is an urgent issue, as the deliverable is pending because of this and points are assured.
    Request expert advice on these.
    Thanks,
    Sridevi

    Sridevi wrote:Hello Sridevi,
    You have already asked this question [here|Table Maintenance] and cross-posted in several other forums.
    Please don't do that.
    If you want to bounce it to the top of the forum, then just post a new message to the existing thread and state that the answers (so far) have not been helpfull (enough) to solve the problem.
    >
    > This is an urgent issue, as the deliverable is pending because of this...
    If it is urgent for several days now and your project (or system) has stopped, then I would recommend opening a customer message with SAP.
    Kind regards,
    Julius

  • Changing the table maintenance generator

    hi expert if table maintenance generator is created for a table and after the creation table is changed then how to change the old table maintenance generator?
    Thanks
    Avadhesh
    Moderator message: standard functionality, please search for available information/documentation before asking.
    locked by: Thomas Zloch on Oct 1, 2010 1:37 PM

    Hi Abbu_sap
    I am agree with Rock's answere.
    go to utilities->table maintenance generator and delete it.
    After it recreate it in a similar manner as you created earlier and save it.
    it will work fine.
    As I also do this every time I change the table and it works fine for me.
    Thanks
    Lalit Gupta
    Moderator message: please do not just repeat what somebody before you already said, there is no added value.
    Edited by: Thomas Zloch on Oct 1, 2010 1:37 PM

  • 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.

  • How to change function group in table maintenance

    Hello experts,
    I am having a problem transporting a custom table. Now, what I want to do is to just create a new function group under the table maintenance option in se11. Now, I can't seem to change my custom table's function group. How do I do that? thanks a lot and have a nice day guys!

    Hai
    You have to re-generate the table maintenance, when new fields are added, system doesn't automatically insert them in it.
    So go to MAINTENANCE TABLE GENERATOR for your table and press icon for updating.
    Here choose NEW FIELD options and press ENTER.
    Anyway I prefer to set somes parameters of EXPERT MODE as REFRESH OVERVIEW SCREEN
    goto ur table> utilities> table maintenance generator> change>press enter> reason give additional fields>expert mode--> enter...
    Thanks & Regards
    Sreenu

  • How to change GUI title in Table maintenance generator?

    How to change GUI title in Table maintenance generator?
    Thanks
    Pankaj

    Hi,
    In table maintenance goto
    Environment>Modification>Maintenance screen
    Click on layout button
    Make editable form
    change the text property of column.
    save and activate it.
    check in sm30 headings.
    Pankaj

  • Can we change key field values in table maintenance

    Hi,
      I have created Z-table and table maintenance for the same...
    In table maintenance..Can we change key field values??
    Is there any posibility????
    Rayudu

    you can do it in this way.
    open sm30->tablname->edit
    snow select the row(s)->copy->change the keyfield values-back->save.
    no in that sm30, select records with old primary key and delete->save.
    so you got all field similar for those record under modification, only the key field changed.

  • Are all 'maintenance programs' compatible with Firefox? I'd like to install one, but don't want to use one that will change my Firefox settings.

    I want to install a 'computer maintenance program' but want to make sure that the one I use won't have a problem with or change my Firefox settings. Do you have any suggestions as to which program to use?

    Thanks a lot Cor-el,
    I actually want to use a different user interface language. I was able to install the spell-checkers and dictionaries previously, but I didn't know what to do with the UI language. I checked the links you kindly provided but apparently, the downloadable language packs are not compatible with Firefox 31, which they set up in my office. Is there any way to force the install?
    I also checked out the locale switcher but since the language pack extension is not compatible with firefox 31... If you have time to spare, I would be very interested in finding out more about your desktop shortcut solution.
    I use a mac at home, and language-wise it's so much better. My own profile is completely in English whereas my wife is in French, which simplifies things (I just made sure to tell her to use safari if she wants to browse in French!)
    One solution I used in the past was to reinstall firefox in English, but I have to do that every time the IT guys update FF, and then, you don't want to stand out if you want to remain in their good graces.
    Thank you very much for your help anyway,
    Remy

  • Change in table maintenance generator

    Hi All,
    I have created one table. While creating data through table maintenace, if for values of nonkey fields are same then it should give some error?
    How to achieve this functionality?
    Regards,
    Jeetu

    For Performing validations for the table entries,
    You can do the same in the events of table maintenance generrator...
    Go to table maintenence screen->
    On Menu->Modifications->Events-> Create a new event(05-For new entry)...and add the validation to be performed and check entries..
    You have many events for before save.on save, after save etc..
    Regards
    Shiva

Maybe you are looking for

  • Different tax condition value at the time of GR as compared to PO

    Hi All, The issus is as follows ; We have maintained the tax condition type JIPC (Input Sales Tax) by t-code FV11 as 3% and subsequently created the PO. But when we are doing GR against the same PO in Accounting Document the GR/IR clearing Account is

  • I bought ipad in Japan but I cannot use in US

    Hi.  I just bought ipad (original with only wifi) in Japan and brought back to the States.  It was originally bought atJapanese wireless company and original owner gave all the documentation (receipt and warranty card, etc).  I have Windows XP (7 yea

  • Error in inserting data to database

    I am using SQL to store the data, When I am insterting the data to my table then I am getting error 2147217833. Attached image for table structure and method the way I am insterting the record. I am using LV2011. I am able to connect to database but

  • My iPhone 5 isn't receiving an update for ios 7

    im simply trying to update my phone and pressing " software update " in the settings and it just says " checking for update..". i'm on a secure wifi. i dont know what to do.

  • Utl_mail

    Hi all, I installed utl_mail and tried sending a test email to myself and got this error from this anonymous pl/sql block I wrote: NOTE: I replaced my actual email address with [email protected] begin utl_mail.send('[email protected]', '[email protec