‎2007 Feb 15 4:58 AM
Hi,
I wanted to create a new function group for table maintainance.
Could you please tell me the step by step procedure to make function group for table maintainance.
I will create the function group through SE80 tcode. I activated that function group.
Is any seperate coding is needed in function group for table maintanance??
Pls tell me step by step.
‎2007 Feb 15 5:00 AM
‎2007 Feb 15 5:01 AM
Hi,
Go to SE11.
Give the table name..
Press change..
In the menu..UTILITIES -> TABLE MAINTENANCE GENERATOR..
Select one step screen..
Give the screen number 0100.
Give the functon group name..
Give no authorization group..
Press create button.
Now the table maintenance will be generated..Go to SM30 to maintain the values..
THanks,
Naren
‎2007 Feb 15 5:01 AM
No Neha,
The FM created using SE80 can be used for Tbale Maintenance Generator....
Thanks.
‎2007 Feb 15 5:03 AM
Hi,
In SE11 , UTILITIES-> Table maintenance Generator
enter some Auth.Group like &NC&,
then enter some name for FUNCTION GROUP
enter Screen No as Single Screen '1' then press the CREATE button in the left corner on MENU, It will the create the FUNCTION GROUP Automatically.
No need to create the Fun group in SE80 or SE37 seperately.
Regards,
Anji
‎2007 Feb 15 5:10 AM
Hi,
A new Function group for your Z table is created when you execute the Table Maintaince Generator .Follow the given steps.
Utilities --> Table Maintenance Generator
Now once you are in the Table Maintenance Genrator screen enter the 'Auth Group' and the Function Group (Give the name of the Z table and select the ProposeFind Screen number and next select the create button.
The function group with the name of your Z table would be created.
Regards,
Sowmya
‎2007 Feb 15 5:16 AM
Hello Neha,
The procedure for table maintenance is:
1)Go to se11 and type the table name in Display or change mode.
2)Using the menu path Utilities -> Table Maintenance Generator .Table maintenance is generated.
3)To be able to maintain your table using a transaction(using a transaction for table maintenance dialog),you need to do the following.
Create a new transaction of the type Parameter Transaction from SE93, specifying SM31 as the transaction.
The VIEWNAME parameter is set to your table name with the option Skip initial Screen set.
The UPDATE parameter is set to value X.
/people/sudheer.cheedella/blog/2006/02/20/extracting-data-in-table-maintenance
regards,
Beejal
**Reward if this helps
‎2007 Feb 15 5:42 AM
HI Just
give the name for FG same as the table name...
in TMG creation screen..
rest system will itself create FG...
Thanx..