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

Maintenance Dialog

Former Member
0 Likes
1,170

Hi all,

Can anyone please explain me how to create maintenance dialog for ztable.

Regards,

Varun.

1 ACCEPTED SOLUTION
Read only

RichHeilman
Developer Advocate
Developer Advocate
0 Likes
1,120

Sure, in SE11, enter the table name click change. In the next screen, click Utitlies-->table maintenance generator.

Enter &NC& as the auth group.

Enter the function group to use (ex. Z_TABMAINT)

click One Step, enter '1' as the screen number. Click the create button.

Once generated, you can use it by going to SM30, enter table name and click maintain.

Regards,

Rich Heilman

Hi all,

Can anyone please explain me how to create maintenance dialog for ztable.

Regards,

Varun.

8 REPLIES 8
Read only

RichHeilman
Developer Advocate
Developer Advocate
0 Likes
1,121

Sure, in SE11, enter the table name click change. In the next screen, click Utitlies-->table maintenance generator.

Enter &NC& as the auth group.

Enter the function group to use (ex. Z_TABMAINT)

click One Step, enter '1' as the screen number. Click the create button.

Once generated, you can use it by going to SM30, enter table name and click maintain.

Regards,

Rich Heilman

Read only

Former Member
0 Likes
1,120

Hi Varun,

Use SE11> Utilities> table maintenance generator..

Lanka

Read only

Former Member
0 Likes
1,120

Hi Varun,

Its table maintainance which can be created from SM30 transaction code for any ztable.After creating this,you can attach a transaction code to that from SE93.

Read only

0 Likes
1,120

Hi Phani,

Can you please tell me how do I create a transaction to the table maintenance.

Regards,

Varun.

Read only

0 Likes
1,120

Goto SE93, give the new tcode and click on CREATE -Give short text and select radio button for Transaction with Parameters

Next screen select Transaction checkbox and give transaction SM30.

In proposed values enter

VIEWNAME ur custom table name

UPDATE X

Click on SAVE and your tcode is ready to maintain the custom table.

Read only

0 Likes
1,120

Hi Varun,

First create table maintenance generator.

Then use the path:

T/code SE93> Enter ZTRAN(Transactioncode name)> Select parameter transaction> enter description>

enter "SM30" at transaction--> check check box skip the intial screen.

Thne enter the following at parameters :

Name of screen field Value

VIEWNAME ZTAB

UPDATE X

Then Save.

When nest time you call the transaction it will directly taking you to the table maintenance.

Hope this will help you.

Lanka

Read only

0 Likes
1,120

When I Save it is asking for work bench request for each new entry to the table. How to disable this.

Read only

Former Member
0 Likes
1,120

Go to SE11 for the Custom table in Change mode

USe link

UTILITIES --> TABLE MAINTENANCE GENERATOR

Give Auth. Group if applicable else give &NC&

Give function group - this will contain table maintenance related fms

Select 1 / 2 step radio button and click on Find screen nos which will find screen nos.

Then click on CREATE which will create table maintenance for the custom table.

Hope this will help you.

Message was edited by: Ashish Gundawar