Table Maintenance Generator - Function Group regeneration issue

I have table maintenance genertor in a function group that contains lot of tables . I by mistable regenerate the whole function group using table mainteance generator.
Now i want to check which of the programs changed during the regenerator. I am looking for some sap table that contains all the changed objects and their transport number.
Please rememebr i have still not released the transport,
I have checked E071, E071, VRSD . That contains the entry for function group and does not contains the programs inside the function group changed
Thanks

Thomas,
Thanks for your reply. Currently I don't want to release the transport.
Is there any table i can check which are programs changed without releasing transport
a®s
Edited by: a®s on Jul 13, 2009 12:42 PM

Similar Messages

  • Can we say that Table Maintenance Generator is Function Group?

    Can we say that Table Maintenance Generator is Function Group?

    Hi Naresh,
    I think as you said it is a function group only..
    When we generate a TMG, a function group with two function modules, two screens and some includes will get generated.
    This function modules and screens get called dynamically through SM30.
    Regards
    Sreekanth

  • Reasign authorisation group at table maintenance generator

    Hi All,
          I have a table, assigned with authorisation group as &NC&. Now I need to change to authorisation group created newly.
    If i change with newly created authorisation group in table maintenance generator level.
    My Qus:1. Need to generate the table maintenance generator for this again.
    2. Will it affect the users assigned to authorisation group.
    3. Wht i need to do to change this, and wht are its effects if i change the authorisation group.

    Hi,
    If the user is not assigned for the role he has to be assigned for that role.
    one role is assigned to authorization group.
    basis consultants will add the role of that group to that particular user.
    otherwise he cant change the entries of the table.
    so consult basis consultant for security role assignment.
    Thanks
    Parvathi

  • Excel download functionality in Table maintenance generator

    Hi Friends,
    I have a requirement.
    I have to create a custom table and should have a table maintenance for that.
    I can do this via table maintenance generator.
    But after creating this, in the maintenance screen, i should have a button. On clicking the button, a popup should ask for excel file name and after specifying the file name all the data in the maintenance screen has to get downloaded to a excel file.
    So, my idea to implement is, change the code generated by table maintenance generator, to accomplish this.
    In the menu painter, create a button. and have a ok code for that.
    In the screen painter, design a screen with filename field and have a ok button. Accept the filename input and close the screen and then for that ok code in the PAI module, use GUI_DOWNLOAD function to download the excel file to the specified location.
    Please review this and please let me know if there is any alternative solution for this requirement.
    Thanks,
    Jaffer Ali.S

    Hi,
    After maintaining table maintenence generator maintain one push button in pai of the table program .
    in that when 'download'.
    call function module f4_filename it will ask file name enter that value.
    after using gui_download you can down load to excel file.
    To download from SAP to Excel:
    Transaction SE16N allows you to access any sap table and download result to Excel
    no other alternative for this.
    *reward points if usefull

  • Issue in table maintenance generator

    Hi,
    We have tranported a new table to Q from devlopement.
    But the table maintenance generator is not tranported.
    How can we tranport it again form the devlopement.

    Hello,
    In this case you need to generate table maintenance object for the required table again.
    Save that object in new transport request.
    Now, You can either directly release this new request and import it in Q system or
    merge the new request with existing released request and import new created request into Q system.
    Check if this help,
    Thanks,
    Augustin.

  • Table Maintenance Generator Issue

    Hello Experts,
    I have created and activated a Z-table ZRATE with 4 fields.
    Field Name   |        Field Type
    MANDT          |      MANDT
    ZRATE           |      ZRATE (DEC 5, 4)
    FROM_DATE  |     DATAB
    TO_DATE       |     DATBI
    And then I generated the table maintenance via SE54. When I go to SM30 to maintain the records for that table, I am not seeing any fields there. When I click on NEW ENTRIES tab, I am getting a message: No Entries are available. I don't see any field there.
    Can anybody please advise what went wrong?
    Thanks much.

    Hello Sam,
    I guess the amount fields and date fields will not be visible in the first screen of the table maintenance generator when it is defined with two screens. Try giving that as a single screen, and then you would be able to see the fields.
    However, in change mode when you select new entries tab, it should display the fields for maintenance. Please re-check the table maintenance generation.
    Regards,
    Pavan

  • How to create table maintenance generator?

    Dear Sir/Madam,
        when i am creating table maintenance generator , it asks for function group
      i give 0MB8 , it says u r going to change function group which does not belongs to u,
    then i created a function group yfg9 and given , it then says yfg9 cannot be processed.
    please telll me how to create the table maintenance generator for maintenance view yv_mmim_rep_cust.
    Thanks in advance,
    Dastagiri

    Hi ,
    Table Maintenance generator is used to maintain data in table , instead of giving access to se11 , we create a tcode for this table maintenance generator and we will give this tcode to end-user to maintain data
    To generate table Maintenance generator :
    click on UTILITIES   in menu bar
    -> table maintenance generator
    -> enter Authorization Group as : &NC&
    -> Enter Function Group : name of your table ( so it will create a function group , to check this function group go to tcode se80 : then select function and enter your Table name )
    -> Then click on find screen numbers in Application tool bar.
    -> Then click on create button in Application tool bar
    if it is created successfully , then you will get a status message like table maintained generator is created successfully.

  • Purpose of table maintenance generator

    wht is the purpose of table maintenance generator

    Hi Pavan,
    The purpose of table maintainence generator is to enable the table maintenance through SM30, and to implement and validation etc on table field inputs.
    SE11->Utillities->table maintainence generator
    You need to enter the values of following fields:
    1. Table name
    2. Authorization group , and authorization object (select the suitable one )
    3. Function group and package
    4. Maintainence type : single or double screen maintainence view depending on the option selected.
    5. Maintain screen number : you may specify a value or let the system generate one for you.
    The validation code for the table entry is written in the flow logic of this screen. Even some of the fields may be made display only , by adding suitable code in the logic or directly disabling the input in table control in the layout.
    Table maintanance is for creating,adding datas to an existing table.
    it is for adding muiltiple records at a time in the table
    A table can be manipulated by a program or manually.
    When creating table, you will find a check box 'Table maintenance allowed'. If we
    check that option, we can manually enter entries using SE16 or table
    maintenance generator screen.
    SE16 is for data browser.
    Go to SE11, give the table name and click on change. Then Go to utilities--> Table
    maintenance generator.
    In the table maintenance generator screen, we should give Authorization Group,
    Function Group name (Function Group name can be same as table name),
    Maintenance type can be one step or two step, usually we will create with one
    step. we should give maintenance screen number. After clicking on create button,
    a table maintenance generator will be created.
    To check it go to SM30 . In SM30, we find display, Maintain options.
    We can view the table contents by choosing Display and we can create table
    entries by choosing Maintain.
    In the production system, end-users will not be having access to transaction
    codes like SE11 and SE16. Developers will not be having access to many
    transaction codes including the above two.
    To view the contents of the database table, we will use SE16n in Production
    system. Please find out the difference between SE16 and SE16n.
    All these authorizations will be maintained by BASIS team, by creating access
    profiles.
    So in order to edit or create the contents of a database table, we should go for
    table maintenance generator. In real time, authorizations will be maintained in
    production system. (even in development and Test systems to some extent).
    There is an audit like Sarbanes-Oxley Act for American clients, where every thing
    will be audited by government agency. To know more about SOX, use the links on
    the right hand side of this page.
    The second reason is, we can edit or create multiple entries at a time, using table
    maintenance generator.
    Apart from that we have options like 'Enter conditions' in table maintenance
    screen SM30. Please try to find out the use of those, by creating an example.
    Table Maintenance generator: Difference between one step and two steps.
    While creating table maintenance generator, we find below options:
    When we choose one step, we have to give the screen number in Overview Screen field.
    When we choose two step, we have to give both overview screen number and single screen number.
    You can give any number for screen. Don’t give 1000 screen number. As this
    number is reserved for selection screen.
    When we choose two step, two screens will be created for table maintenance. For
    single step only one screen will be created.
    When we choose two step, table maintenance will work as follows
    Go to SM30, give the table name for which you have created table maintenance-
    Overview screen will be displayed. To create entries, when you click on ‘new
    entries’. Another screen will be displayed, where you give input and save. You can
    enter one record at a time.
    Go to SM30; give table name for which you have created table maintenance-
    Overview screen will be displayed; To create entries click on ‘new entries’, you can
    enter the records on the same screen. You can enter multiple records at a time.
    We use single step generally, as it is user friendly.
    To completely understand the difference and above points please do exercise by
    creating table maintenance generator in both ways (using single step and two
    step).
    Link: [http://help.sap.com/saphelp_nw04/helpdata/en/cf/21ed2d446011d189700000e8322d00/content.htm]
    Link: [http://help.sap.com/saphelp_46c/helpdata/en/a7/5133ac407a11d1893b0000e8323c4f/frameset.htm]
    Link: [/message/2831202#2831202 [original link is broken];
    One step, two step in Table Maintenance Generator
    Single step: Only overview screen is created i.e. the Table Maintenance Program will have only one screen where you can add, delete or edit records.
    Two step: Two screens namely the overview screen and Single screen are created. The user can see the key fields in the first screen and can further go on to edit further details.

  • Table Maintenance Generator : Editable Entry after validation fails

    Hi,
    I have created a Z table and a table maintenance generator to maintain the data.
    I have to carry out certain validations when user enters data on Key and Non- key fields.
    This is working fine, but the issue is with the key fields.
    If validation fails, the table maintenance screen is displayed the date-field is grayed out (non-editable) as it is the key field of the table.
    Now the user cannot change the data unlike the non-key fields were the user can modify the non-valid data and save again.
    How can make the date field (Key Field) editable after entry in case the validation fail, so that the user can make the changes.
    Please suggest the approach to handle the above scenario in events.
    Thanks,
    Keyur

    Thanks Kiran for your inputs.
    I have done the same thing what you have explained.
    I have used a Form Routine as CIP_SAVE with Event Number as 01, since on event SAVE i need to validate whether dates are
    overlapping the inputs dates or not.
    Fields are :
    Group ID (Key)
    Start Date (Key)
    End Date (Key)
    Value (Non -Key)
    Initial value in Table:
    Group ID = 12345
    Start Date = 01/01/2011
    End Date = 01/31/2011
    Value = 11.11
    Now if i try to enter value:
    Group ID = 12345
    Start Date = 01/02/2011
    End Date = 01/25/2011
    Value = 99.99
    & SAVE it... validation will fails because Start & End dates overlaps.
    Hence, on Table Maintainance Screen all key fields will be in non-editable display mode, whereas non-key field will be in editable mode.
    My requirement is that Start Date & End Date key fields must be Editable field.
    Thanks.

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

  • Help required on table maintenance generator

    Hi all,
           Would any one tell me what is the difference between one step and two step while creating a table maintenace generator for a table.
    one more question is i would like to know which search the following code follows while it is executed.
    select single vbeln
    from vbak into l_vbeln
    where vbeln in s_vbeln.
    and
    select vbeln
    from vbak
    into l_vbeln
    up to 1 rows
    where vbeln in s_vbeln.
    please do reply soon for the questions.

    Hi
    table maintanance Generator is used to manually
    input values using transaction 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
    http://help.sap.com/saphelp_nw04/helpdata/en/cf/21ed2d446011d189700000e8322d00/content.htm
    http://help.sap.com/saphelp_46c/helpdata/en/a7/5133ac407a11d1893b0000e8323c4f/frameset.htm
    /message/2831202#2831202 [original link is broken]
    One step, two step in Table Maintenance Generator
    Single step: Only overview screen is created i.e. the Table Maintenance Program will have only one screen where you can add, delete or edit records.
    Two step: Two screens namely the overview screen and Single screen are created. The user can see the key fields in the first screen and can further go on to edit further details.
    Difference Between Select Single and Select UpTo One Rows
    According to SAP Performance course the SELECT UP TO 1 ROWS is faster than SELECT SINGLE because you are not using all the primary key fields.
    select single is a construct designed to read database records with primary key. In the absence of the primary key, it might end up doing a sequential search, whereas the select up to 1 rows may assume that there is no primary key supplied and will try to find most suitable index.
    The best way to find out is through sql trace or runtime analysis.
    Use "select up to 1 rows" only if you are sure that all the records returned will have the same value for the field(s) you are interested in. If not, you will be reading only the first record which matches the criteria, but may be the second or the third record has the value you are looking for.
    The System test result showed that the variant Single * takes less time than Up to 1 rows as there is an additional level for COUNT STOP KEY for SELECT ENDSELECT UP TO 1 ROWS.
    The 'SELECT SINGLE' statement selects the first row in the database that it finds that fulfils the 'WHERE' clause If this results in multiple records then only the first one will be returned and therefore may not be unique.
    Mainly: to read data from
    The 'SELECT .... UP TO 1 ROWS' statement is subtly different. The database selects all of the relevant records that are defined by the WHERE clause, applies any aggregate, ordering or grouping functions to them and then returns the first record of the result set.
    Mainly: to check if entries exist.
    Reward points for useful Answers
    Regards
    Anji

  • Error in flow logic of table maintenance generator

    Hi,
    While activating the flow logic of  table maintenance generator I am getting this error 'Table control TCTRL_ZUPP2P_PIBAYCNT must have atleast 2 loop lines.' and in layout I am able to see only 2 rows.Can anyone tell me why am I getting this error.

    hi,
    Take the function group and goto SE80 and activate the function group to avoid the error...
    Regards,
    Santosh

  • About table maintenance generator

    hi,
    1. why we have to give a function group name while creating table maintenance generator for a ztable.
    2. while creating tmg we have to check one of the radio button under recording routine. wht does recording routine means?

    Hi,
    Function Group - this will create a default main program where you can store the
    events for the table maintainence.( where you can write the code for the table
    maitainece)
    standard recording - when the changes in the table maitainence automatically it will create request for the data to transport.
    no recording    -  this will not create request(when you don't require the data in
    Development server to  transported to testing or Testing - to -Production.
    atthat time you can select the radio button foe NO RECORDING.
    Madhavi

  • Reg. TABLE MAINTENANCE GENERATOR

    hi ,
    can anyone pls detail me on TMG.....
    and also how to create a t.code for my table...
    thanks,
    CAPC

    To create Table maintenance genetrator,
    Go to Utilities->Table maintenance generator
    Then Enter Authorisation group(For eg &NC&)
    Function group ( You can create function group in SE37. Here in the menu GOTO->Function group-> Create group)
    Then you can select either one step or two step. Assign Screen numbers (To assign Screen numbers click on the button 'Find Scr no' . It will propose screen no:s)
    Then Create.Save
    Table maintenance is created.
    To create Tcode, Go to Se93
    Enter A tcode name
    Create
    Select Transaction with parametrs
    Enter some transaction text.
    Transaction is SM30
    Check Skip initial screen
    Check Inherit GUI attribtes
    gui SUPPORT - Select all check boxes
    Under default values, enter
    NAME OF SCREEN FIELD       VALUE
    VIEWNAME                           ZTABLE NAME
    UPDATE                                 X
    save it
    and try to use the TCode.

  • Table maintenance generator with radiobuttons

    Hello,
    how can I automatically (via se11: table maintenance generator) generate from a DDIC-structure the radiobtton-fields on a dynpro?
    If I use the domaine 'X' or 'XFELD', I only get checkboxes....
    kind regards

    Hi,
    Table Maintenance Generator will create the Z Screens.
    In order modify those Z screens go to SE80 and give the
    Function group for that table maintenance generator.
    Then to find the function group go to sm30, give the table name and click on display. It show a screen with table control. Click on System -> Status .
    It gives you the Z screen information.
    Give that Z screen in SE80 and do the changes accordingly.
    I hope it helps you.
    Regards,
    Gopi

Maybe you are looking for