Maintenance View Function group transport,

Dear all,
I've made some change on the screen related to my Z maintenance view in dev. It did not requested for a transport order. Therefore I am wondering if there would be any way to transport the whole Maintenance view without having to re create it.
Regards.

Hi Nikhil,
I've tried using as u said the Transport Organizer from se80 but how can I add all object related to my maintenance view to the transport order from here. I tried with Include object then freely selected object but I 'm not sure which object to chose to make the list complete (function groups / tables...)
Regards

Similar Messages

  • Programming an Exit in a Maintenance View Function Group

    Hi all,
    I have the requirement to fill some administrative data fields of a table which is maintained using a generated maintenance dialog and a maintenance function group. Does anyone have an example of how one can do this?I defined a subroutine to be called before the data is saved to the database, but I have no clue where exactly I must implement this subroutine and how i can reach the data of function group, or which data to reach?Thanks.
    Kind Regards,
    Sukru

    Hi Sukru,
    go to your table maintenance, throught SE11 or directly SE56.
    Set your table name and go to menu Environment > Modifications.
    There you can enhance your table maintenance.
    Just remember that if you regenerate source code you will lose your custom modifications.
    Regards,
    Frisoni

  • 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

  • TMC - Function Group Transport

    Dear Experts,
    I hv created a Table Maintenance Generator for ztable. I hv changed the function group from ZFG1to ZFG2. Everything is saved in Transport Request. When I transport the request into quality server, ZFG2 get transported. but when i check the Function group assigned to TMC, the old one is there (ZFG1).,  the function group does not get changed.
    Can anyone help in this...
    Thanks in advance.
    Jaspal Kumar

    Check the function group which is saved in the same request
    1. Goto-> Extra->Enhancement Category->Select Radio button to Can be Enhance deep
    2. Goto->Utilities->Table maintanence Generator->Check Whether the Function Group is assigned to ZFG2 else Change here

  • Function group - transport order

    Hi people,
    I have a question. I have released a transport order in which there was a group function. Now, i have to modify a FM of this FG. I have created a new transport order but i have not created a new FG. Is it correct? I need to create a new FG? How i can join my fm into the new fg?
    Thx in advance

    Ok, thx guys.
    I believed it too. There was not necessary create a new function group but when i have gone to SE01 (transport orders) i have seen:
    DESK922495
    - function module Z_RFC_CLIENTS
    - tables, definitions, etc
    And in others transport orders
    DESK922239
    - function group ZF01
    - tables, etc
    Then i have doubted because in theory my RFC is comprised for ZF01 too. But i suppose it is normal.
    Thx
    note  RFC is the fm that i am changing.

  • Function group - Transport Failure

    Hi,
    We are importing the Fucntional Group into the quality systems. The import always fails because the transport is failing to import all the includes of the Function group. We can individually import the includes but this is not the solution in long run...
    Do any of you had this issues????
    Raj

    hello rajinder,
    Do one thing. Go to SE80.Give the function group. On pressing enter you will get all the function mudules/includes in the group. Select the function group and do a right click. You wil get the option to transport in the resulting list. Save all the changes in the transport and transport it to QF1. I hope it works for you.
    Please let us know if the issue persists. Will try to give u more inputs.
    Please award points if the answer was helpful.
    Regards.
    ruchit.

  • How to create table maintence  with function group

    plz send me replay.
    urgent.

    Hi,
    Refer this:
    1.
    Create Maintenance Dialog 
    To generate the maintenance dialog for a table or view:
    Choose Development ® Other tools ® Gen.tab. maint. dialog. You go to the maintenance transaction initial screen.
    Enter the name of the table or view.
    Choose Generated objects.
    Choose Create/Change.
    Confirm the maintenance module creation prompt.
    Enter the generation data:
    – Maintenance module function group
    You can put maintenance modules for several tables or views in a function group.
    – Authorization group
    – Maintenance type (one/two-level)
    – Maintenance screen numbers
    – Recording routine (standard/individual or none)
    Choose Create. All components required are generated.
    When a maintenance dialog is generated, an entry with an object list is created in the maintenance object description table. All tables involved are in this object list.
    http://help.sap.com/saphelp_nw04/helpdata/en/a7/513477407a11d1893b0000e8323c4f/frameset.htm
    2. https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/8129f164-0a01-0010-2a8e-8765287250fc
    3. Important : u must activate Function group before generating table maintainance.
    Jogdand M B

  • Table Maintenance & View Clusters

    Hi,
    I am trying to generate table maintenance views and group them using a view cluster. The following is what I have done so far.
    I created 2 tables. TAB_A is the primary table with TAB_B the description by language table. They are not linked to each other in any way (even though they probably should).
    TAB_A - FLD_A (key, char2)
                  FLD_B (date)
                  FLD_C (time)
                  FLD_D (fltp16)
    TAB_B - FLD_E (key, char2, same type as FLD_A)
                  FLD_F (key, char3, language field)
                  FLD_G (char50)
                  FLD_H (date)
                  FLD_I (time)
                  FLD_J (fltp16)
    I then created 2 maintenance views based on the tables above.
    VIEW_A - FLD_A
              FLD_B (hidden)
              FLD_C (hidden)
              FLD_D (hidden)
    VIEW_B - FLD_E
              FLD_F (hidden)
              FLD_G
              FLD_H (hidden)
              FLD_I (hidden)
              FLD_J (hidden)
    I've then used the table maintenance generator to create the screens as well as the unique events to populate the hidden fields.
    Using SE54, I've created a view cluster. I have added both of my views to the view cluster as follows:
    View/table       TAB_A          TAB_B
    Predecess.       TAB_A          TAB_B
    Dep              R              R
    Pos              1              2
    Start            true
    I have clicked the field-dependence button and generated the dependencies successfully.
    So far everything is okay.
    I now need to change the hierarchy in the cluster, so that TAB_B is dependent on TAB_A.
    What I have tried so far is to add a foriegn key to TAB_B (this worked but is not an ideal solution).
    I also changed the dependency type in the cluster to 'S' (only worked in conjunction with FK)
    The documentation indicates that what I am trying to do is possible, but I'm not sure how.
    So do any of you bright people out there have any ideas?
    Be gentle I'm new to both the forum and SAP in general (hence being given table maintenance).
    Kind regards
    Chris

    In my experience, cluster maintenance view Table 1 keys where always used as foreign keys in Table 2. Then these common fields were used in dependencies and subset.
    - Creation of maintenance view on table 1
    - Then generation of maintenance dialog on Table 1
    - Creation of maintenance view on table 2 defining the keys of Table 1 as subset fields (test the dialog, a popup should appear with the subset fields)
    - Then generation of maintenance dialog on Table 2
    - Creation of the cluster generating the dependency between Table 1 and itself (without specifying any field) and between Table 1 and table 2 using the subset fields (should work automatically)
    Look also at [Create a View Cluster|http://help.sap.com/saphelp_nw04/helpdata/en/d0/999249b2aa11d1a5700000e82deaaa/frameset.htm]
    Regards

  • Transport of maintenance view

    hello all,
    I changed a strucuture of z-table and generate a new maintanence view for new structure. I did it so:
    1. SE11 add new fields,
    2. SE11 save
    3. SE11 activate
    4.Utilities->Table Maintenance Generator.
    5. Change (F7), as change reason I selected new field/sec. table in structure
    I become a message: request completed without errors.
    6. I go back to SE11 an choosed Utilities->create entries. There I can see new fields an I can maintain they.
    Then I transported this table to Q-system.
    And now my Problem:
    I can see a new table structure in Q-system but a cann't maintenance this table.
    In SM30 I become an old maintenance view that has only old fields.... Unfortunatly I am not allowed to use SM54 to generate a new maintenance view...
    What can I do in this situation? How I can maintain table in Q-System?
    thank you in advance
    Anna

    Hello  ,
    what  i said  in  my last answer is    do  it  in the development system   , so that you change   save  it  in you   development  request   and transport it  .
    you need  not to  create  in the Testing  or   Production   servers.
    once  again   , i am  telling   , please   check your  table   in the se11   (development  system from where you can  do all  )   , there   in    tabstrips
    1.attibutes
    2. <b>delivery and maintain</b>   please   see  in this tab  in the second  parameter   dropdown    pick the  option   <b>Display/maintain allowed</b>
    3. fields
    4.entry/check .etc 
    and   for   table generation   create  one   function  group    it is  enough  , i think  that  you would have already  did it  .
    after this    transport the   request   ,  and check  in testing   server the   table   will  have   maintain view   .  see it  in the  SE16   OR  IN  SM30 .
    Regards
    Girish

  • How to create function group in Maintainence view

    Hi,
    For creating a maintainence view of a particular table (only1) what is the need of a function group. How can i create a function group like what type of includes, etc are present in the function group,etc.
    Thanks,
    Arnab

    in the table maintenance view
    just enter the function group name any(Z* )
    and give the screen name (single or over view Scree)
    It will automatically creates the function group which ever you specified.
    now the function group contains
    the screen, TOp include ...
    Thanks
    Sekhar.

  • Adding functions to customers maintenance views (customizing)

    Dear experts,
    I've just been asked the following question that I don't have an answer to (I actually would expect it to be "No" but I want to cross-check it with you experts):
    Thinking of the generated maintenance views as they are used hundredfold in SPRO/customizing: Do you know any way to add a dialog function (button) to those standard dialogs? For example to provide a shortcut to one of our own customizing dialogs that are meant to enhance the SAP standard customizing (let's say the settings for house bank accounts). To make it even more unlikely to get a positive answer: the solution should not require any kind of manual work at the customers side other than performing a regular import of a transport (or at least not much more than that). It shouldn't be necessary to do any programming on user-exits, et cetera.
    Thanks in advance
    Andreas

    Hi Yadesh,
    to be more precise: take the generated view V_T012 for house bank settings.
    Next to the standard functions such as "Toggle Display/Change", "New Entries", etc. I would like to have a button with which I could call up an own program for the maintenance of customizing settings that enhance the house bank settings.
    regards
    Andreas

  • 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

  • Transportation error - SIPT_INSERT_FI (SIPT_DATA|11) does not fit into the existing function group ((SIPT_DATA_FI|02))

    While performing a system maintenance task we came across this Transportation error - SIPT_INSERT_FI (SIPT_DATA|11) does not fit into the existing function group ((SIPT_DATA_FI|02))
    Can someone help us in resolving this
    Thanks and regards
    RS

    Please expand the log also please check the SAP note 1835436
    Regards
    Aneesh

  • Can we attach whole function group at a time to a transport request?

    Hi, thank you for viewing this query.
    can we attach whole function group at a time to a transport request?
    please adivce.. as soon as possible.

    If the function group has not been transported yet to other systems (and it's not a local object), there should be a transport already with a FUGR entry.
    If not, you can manually create a transportable workbench request via SE01 and add entry R3TR FUGR <name of function group>. This will transport all the dependent subobjects that you mentioned.
    Thomas

  • Error while transporting a Function Group!

    HI ABAPers!
         We have created many function modules in a single function group. While we are trying to transport the function group we succeeded in releasing the function group from the development server to the quality system. But while we are trying to import the same function group from the quality system, it is throwing an error 'FUNCTION GROUP NOT FIT IN SIZE'. what might be the reason for this behaviour and what would be the remedy? Please help this out and points would be awareded for the solutions.
    Regards,
    Kiran

    Hi,
    just an hint (i don't know if it will help u).
    Try in se37 trx , menu "Utilities", shoul be "Repair function group" (o something like that).
    Sometimes u have to do also with standard FM.
    In second step, use unconditional mode -126 in your transport (call to your system admin ho to do that).
    Hope it helps
    Bye
    Andrea
    Pls reward if it helps

Maybe you are looking for