2008 Aug 21 1:22 PM
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.
2008 Aug 21 1:26 PM
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.
2008 Aug 21 1:27 PM
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
2008 Aug 21 1:28 PM
hi,
goto se11
menu -> Utilities-> ->Table maintenance generator
give authorization group,object,screen no and save.
2008 Aug 21 1:29 PM
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
2008 Aug 21 1:31 PM
Hi, you can try the following link,
[http://www.saptechnical.com/Tutorials/ABAP/TableMaintenance/demo.htm]
2008 Aug 21 2:34 PM
Hi,
Thank you everybody. I tried your solutions and it's OK.
See you soon.
C.