Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

TABLE MAINTANCE

Former Member
0 Likes
741

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.

7 REPLIES 7
Read only

Former Member
0 Likes
718

hi Neha,

Check

table maintainence generator

Regards,

Santosh

Read only

Former Member
0 Likes
718

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

Read only

Former Member
0 Likes
718

No Neha,

The FM created using SE80 can be used for Tbale Maintenance Generator....

Thanks.

Read only

Former Member
0 Likes
718

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

Read only

Former Member
0 Likes
718

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

Read only

Former Member
0 Likes
718

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

Read only

Former Member
0 Likes
718

HI Just

give the name for FG same as the table name...

in TMG creation screen..

rest system will itself create FG...

Thanx..