Disabled new entries button in Table Maintenance

Hi Guru,
I want to disabled new entries button in table maintenance (sm30) due to authorization. could u tell me how  can we do it.
I want give authorize to user only see table maintenace entries
not able to give new entries.
<REMOVED BY MODERATOR>
Thanks
Ramakrishna
Edited by: Alvaro Tejada Galindo on Apr 8, 2008 4:24 PM

hi krishna,
It is used for updating tables.i.e deleting,updating and inserting data into tables.
check these threads and links
Re: Regarding Table Mainantance Generator
Re: table maintenance
For further help look into these links
http://help.sap.com/saphelp_46c/helpdata/EN/cf/21eb6e446011d189700000e8322d00/frameset.htm
http://help.sap.com/saphelp_bw30b/helpdata/en/69/c2516e4ba111d189750000e8322d00/content.htm
Table
Table maintanence generator is nothing but making a table available for adding records and deleting records.
The transaction code used is SM30.
follow below steps
1) go to se11 check table maintanance check box under
attributes tab
2) utilities-table maintanance Generator->
create function group and assign it under
function group input box.
also assign authorization group default &NC& .
3)
select standard recording routine radio in table
table mainitainence generator to move table
contents to quality and production by assigning
it to request.
4) select maintaience type as single step.
5) maintainence screen as system generated numbers
this dialog box appears when you click on create
button
6) save and activate table
using sm30 you can create entries manually.
check these links
Table Maintainance generator
Table Maintainance Generator!!
Re: STANDARD RECORDING ROUTINE IN TABLE MAINTENANCE SCREEN
<REMOVED BY MODERATOR>
karthik
Edited by: Alvaro Tejada Galindo on Apr 8, 2008 5:11 PM

Similar Messages

  • Table Maintenance Object - Hide New Entries button

    Hello,
    Does anyone know how to hide the "New Entries" button in a table maintenance object?
    I want to allow editing of the table, but I don't want to allow new lines to be inserted.
    The generated screens do not have a gui status.  I guess the gui status is part of SM30 and not part of the maintnenance object itself.
    Thanks
    Doug

    hi
    check the below link, this might solve your issue
    http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/2082425f-416b-2d10-25a3-85b8b6c5302c?quicklink=index&overridelayout=true
    thanks

  • Manage a new entry into V_T020R table for RFEBBECODA00 program

    Hello SDN,
    For the bank statement integration with the Belgium format Coda 2.1, I need to use a new conversion program so called RFEBBECODA00. This program is an update of RFEBBE00.
    The customizing table V_T020R (OT61 transaction) allows to manage a dedicated variant for FEBC user transaction and the program used for file conversion to Multicash.
    I do not need to use anymore RFEBBE00 program, but I am not able to manage a new entry into V_T020R for the new program RFEBBECODA00.
    Any idea on how too update V_T020R in order to keep using FEBC transaction ?
    Many thx for your help.
    Regards,
    Aurelien

    Guess you have completed all the manual activities specified in the attachmet to the following SAP Note.
    https://service.sap.com/sap/support/notes/1035142
    In the attachment titled "Manual_Activities_Required_FI.doc" to the above SAP Note, the last step to add an entry to table T020R.  I was just wondering if completing the manual activities is a prerequisite to add a new entry to the table T020R.  As such, if you go to OT61 transaction, you don't see the 'New Entries' button.
    The attachment to the above SAP Note has the following text as a last step.
    Also maintain the following entry in Table T020R:
    MANDT      TCODE                  REPID                                    VARIANT        NSHOW
    000      FEBC                  RFEBBECODA00
    Activate the table. Now run transaction FEBC and check if the program RFEBBECODA00 is being displayed.
    As per the Note, complete the manual activities, then apply the correction instruction in the Note, activate the program and then maintain the text symbols and selection text a shown in the document.  Just check the note in the above link and follow the instructions.  Let me know if you finally succeed in maintaining this entry in table T020R.  I'll be happy to hear a 'yes' from you!

  • How to remove the 'New Entry' button in the warning message for a dialog bo

    Hi Experts,
    I am calling a Modal Dialog box screen having a pushbutton.
    On the click of the pushbutton, I am performing some checks, and giving a warning message.
    The warning message comes as a popup in this case and has three buttons on it.
    One of these buttons is titled 'New entry'.
    I dont want that button to come on the warning popup.
    Please let me know if there is a way out for this.
    Thanks in advance.
    Useful answers will surely be rewarded.
    Regards,
    Himanshu

    Hi Jyothi,
    Thanks a lot for ur prompt reply.
    But, in my dialog screen, on click of the button I am simply using the statement :
    MESSAGE W000(0K) with 'text'.
    The resulting warning message comes as a popup with the 'New Entry' button on it.
    From the warning popup, how can I remove the button.
    Please let me know.
    Thanks.
    Regards,
    Himanshu

  • How to tracke the new entries in database table ?

    Hi,
    How to tracke the new entries in database table ? is there any FM or report is there to check it ?
    regards
    vishnu

    Hi Vishnu,
    u can write a report program for this and in that use the event  :
    AT NEW <field-name> ( use primary key)
    your statements
    ENDAT
    for eg.
    loop at itab ( herfe itab must be of type of table for which u want to track new entries)
    at new matnr
    write:/ new record
    endat
    endloop.
    schedule this report in background to run in every 5 or 10 mins as per your requirement and hence changes can be tracked.
    regards
    Vinod

  • Change "New Entry" button description on warning pop-up

    Hello Experts,
    I am displaying a warning message as information pop-up using following statement.
    MESSAGE w100 (zmsg_class) DISPLAY LIKE 'I'.
    The expected functionality is working fine but this warning pop-up has "New Entry" button on it.The requirement is to change the button description/label.
    Could you please tell me is it possible to do so ? If yes, what can be the approach ?
    Thank you.
    Regards,
    V Joshi

    Hi Joshi,
    The expected functionality is working fine but this warning pop-up has "New Entry" button on it.The requirement is to change the button description/label.
    To get the this Po up which Fm you are using.
    Regards,
    Madhu.

  • Not able to create new entry in RSADMIN Table

    Hi All,
            I am going thru the OSS note 1275837  (Note 1275837 - PrecServer: process based load distribution (ABAP part)), as it recommends
            add the entry "BWPREC_USE_NEW_LOAD" with value "X" in table "RSADMIN"
          When I check in SE11 and SE16 there is no option to create button for above entry in table RSADMIN.
          Please advise for any help to create above entry.
    Thanks
    Ganesh Reddy.
    Edited by: Ganesh Reddy on Jan 11, 2010 4:20 PM
       I got access key from our basis team. But still not able to create new entry as mentioned in OSS note. Any further help....
    Thanks
    Ganesh Reddy.
    Edited by: Ganesh Reddy on Jan 11, 2010 9:13 PM

    Hi
    Goto SM30 - Table Maintanance Generator and enter the table name and click on button maintain ,it will show the error message
    "The maintenance dialog for RSADMIN is incomplete or not defined" because the table maintenance is not allowed manually.
    First Option
    When you double click the error message  a performance assistant screen will open in that you can see Procedure
    "Generate the required maintenance dialog" click on that and try to maintain the table using Access Key, as i dont have access key i have not tried this option.
    Second Option
    You can write an SE38 program with an insert statement.
    TABLES rsadmin.
    DATA: wa TYPE rsadmin.
    wa-object = 'object name'.
    wa-value = 'X'.
    INSERT into rsadmin values wa.
    Thanks

  • How to disable a field in the table maintenance generator of a table

    dear experts,
    i have created a table with  2 fields A ,B . i had created table maintenance generator  for the table. i am entering the values for the table through table maintenance generator . for filed A i had given dropdown list which contains  only 2
    entries YES & NO. my requirement is if i select YES in field A , field B should be in enable mode(it must take some input), if i select NO in field A, field B should be in disable mode ( it should not take any input).
    kindly help me....
    thanks & regards
    krishna

    Hi Krishna,
    A further to the above, you can go to SE11 and in the table maintenance generator click on
    Fn.Gr.Text button, then go to Main program.
    Here you will see "User-defined Include-files (if necessary). "
    Just uncomment the PAI include and put your code..to make the field editable or un-editable.
    To do that you might have to go to the screen painter and change that screen, to include those fields in a group or something, so that you can control them better.
    Regards,
    Sameer

  • 'Position' Button in Table Maintenance Generator

    Hi,
    i am using 'Position' button to navigate to particular entry in the table in table maintenance generator.
    as far as i know this will correctly when we provide 'left part' of key in the pop up provided by position button.
    however in my case where i changed the column positions in the table maintenance generator which includes key fields.
    does it going to affect 'Position' functionality? because position button is not taking me to correct positions now.
    please suggest....

    Did you change the key field order in the table structure in SE11 or did you manipulate the table maintenance screens by changing the key column order?
    In either case, you can regenerate table maintenance by clicking the change button in SE55 and selecting all check boxes. This will correct the issue. However, check if you have any custom events written or modified screens, as those changes will have to be restored after regeneration

  • Want a magnifying glass button in table maintenance

    How can I get a magnifying glass button  in the table maintenance ??
    help me out in this ASAP
    thanks in advance

    Hi Naval,
    While creating the table maintanance , User 'two screen' Option button and specify two screens. The system will creates magnifying glass butoon automatically (Used for showning details of a record).
    If you want your own functionality define a user defined module in PAI of maintanance screen and you can add your own button. It is little bit tricky.
    Regards
    Bhupal Reddy

  • Additional buttons in Table Maintenance generated program

    Hello all,
    I'm looking for a way to add additional buttons on the generated table maintenance program. Such a program is generated via Dictionary transaction SE11 and then the Menu choice Utillities --> Table Maintenance generator (or use transactiob SE54).
    The program generated is based on the standard SAP function group SVIM (of which components are copied to the table maintenance program). In the function group SVIM the STATUS objects are located (but they are standard SAP). In order to modify them (add some additional buttons) i am seeking a method for this.
    Thanks in advance,
    Rob.

    Hi Rob,
    Use transaction SE54, enter the name of your table, choose radiobutton 'Generated Objects' and choose 'Create/Change'. In the next screen there is an option in the menu Environment -> Modification -> User Interface. Here you can choose to use an Individual Interface where you can add the buttons you need.
    Regards,
    John.

  • Disable new item button

    Hi , 
    Is there any way that i can disable new item creation of item if count equal to 100 . 
    Abhishek Tiwari

    Hello,
    You can disable button from ribbon and page using jquery but if user is smart enough then he/s can add item directly open the newform.aspx page. Refer below links for jquery, and you also need add code to access list using lists.asmx to get item count from
    list.
    https://social.msdn.microsoft.com/Forums/en-US/1e2ef4bc-428f-4a9b-a0c3-82a0535a36cb/hide-new-item-button-in-ribbon-jquery?forum=sharepointdevelopmentprevious
    http://sharepoint.stackexchange.com/questions/15740/remove-add-new-item-functionality-from-lists
    If you really don't want add item after 100 then event handler will be good solution. Where you can check item count and if it reach to limit then remove user permission OR cancel the event.
    http://www.c-sharpcorner.com/UploadFile/54db21/remove-group-permission-to-list-in-sharepoint-2010-programma/
    http://rmanimaran.wordpress.com/2010/10/11/programatically-adding-and-removing-permission-to-a-group-in-sharepoint-list/
    Hope it could help
    Hemendra:Yesterday is just a memory,Tomorrow we may never see<br/> Please remember to mark the replies as answers if they help and unmark them if they provide no help

  • Enable/disable problem with button on table toolbar

    Hello *,
    In my WD (ABAP) application, on a view I have a table, a toolbar within it and buttons on the toolbar. I am trying to control 'enable' property of one button, binding it to an attribute in view's context.
    When I do this trick just for any button on the view which is not on the toolbar, it works just fine. But when the button is placed on table's toolbar - it just stays disabled all the time.
    Normally I bind enable property to an attribute in the <b>root</b> node. When I change attribute value, the 'normal' button responds correctly (getting enabled or disabled), but the <u>table toolbar button</u> <b>does not</b>. I start wondering if table controls (like toolbar and its buttons) has something to do with a node the table is bound to?
    Any comments about special features of toolbar and its buttons being placed in a table?
    Thanks!

    Looks like a bug to me. There is nothing special with toolbar buttons vs. "normal" buttons (at least not in Web Dynpro Java).
    Armin

  • New entry "00000000" in table T527X

    Hello Gurus,
    How can I make an entry in table T527X with the Object ID for Org Unit: 00000000. This is the Organization unit table and when we create a org unit the entry will be made automatically and the Object ID is automatically added to this table, but if I want to add a new value with Orgunit ID: 0000000, then how can I achieve this.
    Thanks a lot for your responses.
    Chakri

    try this menu path..
    se11> display T527X>Utilities> Table contents> Create entries
    ~Suresh

  • Calculations while entering data into table via table maintenance generator

    Hi all,
    This is the following requirement.
    I created a ztable and also I created the table maintenance generator.  I have two fields which accept integer data.
    The requirement is when I enter value in the first field from the tcode SM30 the data should be populated into the second field automatically by subtracting the first value from 100.
    Can anyone explain me how I can do that.
    Thanks,
    Daniel

    hi,
    take the help of events in TMG and write the code in that event
    like field2 = field1 - 100
    steps to create events
    Step: 1: Create a table
    Step: 2: In SE11, go to Utilities --> table maintenance generator.
    Step: 3: Follow the path Environment --> Modification --> Events.
    Step: 4: Click new entries, select a table maintenance dialog event which suits your requirement.
    Step: 5: Create a form routine.
    Step: 6: Include your logic in the routine created in step 5.
    Hope this helps you.
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/abap/how%20to%20implement%20events%20in%20table%20maintenance.doc
    Re: bdc
    reward if helpful
    prasanth

Maybe you are looking for

  • How do I get my CD burner to work in iTunes with windows8

    After I upgraded to Windows8 I could not burn CDs and I got a notification telling me to reinstall iTunes.  Which I did twice and it still does not find a CD creator. How do I get this to work again?

  • Convert CMYK+SPOT (only selected bands) to RGB

    Hello, My context: I am dealing with multi-band TIFF files - CMYK + one or more SPOT colors. I am able to read the multi-band TIFF file using JAI and read the number of bands correctly. Also, I can read the value for any band for any pixel. For the S

  • How do I keep my HP1510 All-in-one from printing so many test pages?

    How do I keep my HP1510 All-in-one from printing so many test pages? My printer is connected to my laptop, and it seems that every time I disconnect, the printer wants to print an test page when I reboot. I don't know where the option is to turn this

  • Query Interrupts w/ Oracle

    Hi, Any ideas on clean methods for interrupting long running queries to Oracle. Are any methods included in R3 for this. Thanks, Will

  • Erase tool in PS touch

    How come the app is seriously slowing down now, and crashing when I use the Erase Tool on the iPad 3 version?