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

Basic diff btn Table Maintenance Allowed and Table Maintenance with Restric

Former Member
0 Likes
2,718

Hi All,

can anybody clearly tell me what is the basic difference between <b>Table Maintenance Allowed</b> and <b>Table Maintenance with Restriction</b>----- when creating any table in SE11 's Attributes tab.

Regards,

Ajoy

1 ACCEPTED SOLUTION
Read only

seshatalpasai_madala
Product and Topic Expert
Product and Topic Expert
0 Likes
1,208

Hi,

<b>Display/maintenance allowed to limited extent</b>

Usage of standard table maintenance tools is allowed to a limited extent:

Transaction SE16 allows the display function for this Dictionary object, but no maintenance.

Generation of a maintenance dialog for this Dictionary object is possible using transaction SE54.

Transaction SM30 does not allow maintenance and display functions for this Dictionary object

Note: The generated dialog can be included in view clusters (data maintenance through transaction SM34) or called within a program through the function module View_Maintenance_Call.

<b>Display/maintenance allowed</b>

The usage of standard table maintenance tools is allowed:

Transaction SE16 allows the maintenance and display functions for this Dictionary object.

Note: If an SM30 maintenance dialog exists for this Dictionary object,

it is called.

Transaction SE54 allows the generation of a maintenance dialog for this Dictionary object.

Transaction SM30 allows the display and maintenance functions for this Dictionary object.

Note: The generated dialog can be included in view clusters (data maintenance through transaction SM34) or called through the function module View_Maintenance_Call in the same way as the transaction call SM30.

Regards,

Sesh

4 REPLIES 4
Read only

Former Member
0 Likes
1,208

hi,

Table Maintenance Allowed tab allows you to do DML operations on the Ztable you created.

Table Maintenance with Restriction:-- it allows the DML operations with restrictions for ur ztable.

<b>Reward points if useful</b>

Read only

Former Member
0 Likes
1,208

Hi Ajoy,

If we give table maintenance allowed while creating table,it means that you can give the entries manually for the table and at the later point,if required you can add the fields for the table.

Table Maintenance not allowed means no entries can be given to the table at later stage nor can you add the fields to the table.

Hope its clear.Please reward.If not clear please do revert back.

Thanks.

Read only

seshatalpasai_madala
Product and Topic Expert
Product and Topic Expert
0 Likes
1,209

Hi,

<b>Display/maintenance allowed to limited extent</b>

Usage of standard table maintenance tools is allowed to a limited extent:

Transaction SE16 allows the display function for this Dictionary object, but no maintenance.

Generation of a maintenance dialog for this Dictionary object is possible using transaction SE54.

Transaction SM30 does not allow maintenance and display functions for this Dictionary object

Note: The generated dialog can be included in view clusters (data maintenance through transaction SM34) or called within a program through the function module View_Maintenance_Call.

<b>Display/maintenance allowed</b>

The usage of standard table maintenance tools is allowed:

Transaction SE16 allows the maintenance and display functions for this Dictionary object.

Note: If an SM30 maintenance dialog exists for this Dictionary object,

it is called.

Transaction SE54 allows the generation of a maintenance dialog for this Dictionary object.

Transaction SM30 allows the display and maintenance functions for this Dictionary object.

Note: The generated dialog can be included in view clusters (data maintenance through transaction SM34) or called through the function module View_Maintenance_Call in the same way as the transaction call SM30.

Regards,

Sesh

Read only

0 Likes
1,208

Hi,

then the basic difference is

" when allowed"

SM30 allows View Maintenance

and

"when allowed with restrinctions"

SM30 does not allows View Maintenance

And please one thing make clear to me,

what is the funda of Generation of Maintenance Dialog in SE54 and including it in SM34.

Thanks and Regards,

Ajoy