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

Problem with a maintenance dialog for a table

Former Member
0 Likes
1,292

Hi,

I created a table (ztable) with transaction code SE11 and a transaction (ztransaction) with SE93 to manage this table (ztable).

When I use the transaction "ztransaction", I have a message like this :

"The maintenance dialog for ZTABLE is incomplete or not defined".

What can I do ? How can I complete or define the maintenance dialog ?

Thanks in advance.

Regards.

C.

Hi,

I created a table (ztable) with transaction code SE11 and a transaction (ztransaction) with SE93 to manage this table (ztable).

When I use the transaction "ztransaction", I have a message like this :

"The maintenance dialog for ZTABLE is incomplete or not defined".

What can I do ? How can I complete or define the maintenance dialog ?

Thanks in advance.

Regards.

C.

6 REPLIES 6
Read only

Former Member
0 Likes
862

Did you generate the Table maintenance in SE11 for your table.

menu

Utilities->

Table maintenance generator->

Now here you enter the Authorization object(Choose it from F4).

Function group,

Single screen option. screen number

Standard recording method

and save and Create the Table maintenace .

And activate the table once. Now you check the transaction.

Read only

Former Member
0 Likes
862

First after creating a table you should creat a Table maintenance generator.

Utilities -> Table Maintenance Generator .

After creating Maintenance goto

Environment -> Transaction

This will succesfully create a transaction for your table

You should give parameters while creating the transaction.

UPDATE = 'X'

VIEWNAME = your table name

Bhupal

Read only

GauthamV
Active Contributor
0 Likes
862

hi,

goto se11

menu -> Utilities-> ->Table maintenance generator

give authorization group,object,screen no and save.

Read only

Former Member
0 Likes
862

How are you maintaining the table?

If using SM30, you need to create a table maintenance gererator.

Else if you are doing that programatically check that "table maintenance is allowed in "Delivery and Maintenance" Tab in SE11

Read only

Former Member
0 Likes
862

Hi, you can try the following link,

[http://www.saptechnical.com/Tutorials/ABAP/TableMaintenance/demo.htm]

Read only

Former Member
0 Likes
862

Hi,

Thank you everybody. I tried your solutions and it's OK.

See you soon.

C.