Application Development 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: 

Doubt in SE11

Former Member
0 Kudos

hi experts,

In se11 while creating Ztable in delivery and maintainance what is the difference between diplay/maintainance allowed and diplay and maintainance not allowed.

mani

1 ACCEPTED SOLUTION

Former Member
0 Kudos

if display/maintenance allowed, then u can add table entries from SE11 itself.

if display/maintenace not allowed then u can't add table entries directly in SE11, u need to create a table maintenance generator and then from SM30 u can add the entries.

6 REPLIES 6

Former Member
0 Kudos

if display/maintenance allowed, then u can add table entries from SE11 itself.

if display/maintenace not allowed then u can't add table entries directly in SE11, u need to create a table maintenance generator and then from SM30 u can add the entries.

0 Kudos

only this is the difference ????or anything might be there ?

Former Member
0 Kudos

Hi Mani,

if u assign display and maint allwed then u can insert data throuth se16.

Reward points if it is helpful.

Kiran.M

Former Member
0 Kudos

Hi

if u select

diplay/maintainance allowed

maintance will allowed further

if you use

diplay and maintainance not allowed

maintance is not allowed for any other u can give ristriction to this

at mainatnace level

rewrd if usefull

Former Member
0 Kudos

Hi,

We can directly play with the data using SE11. But control of SE11 is not directly given to the end user.

If the end user wants to make any changes to the data, he would be handicapped as he doesn't have the access to SE11.

In such situation Table Maintenance Generator would help him by giving an interface.

Manual entries in table can be maintained ( New record can be inserted / existing can be modified )

use transaction SM 30, if the table maintenance for the table is generated.

Regards

0 Kudos

Refer to the F1 help on that field:

This indicator specifies whether it is possible to display/maintain a table/view using the maintenance tools Data Browser (transaction SE16) and table view maintenance (transactions SM30 and SM31).

The indicator can be set for database views, projection views, maintenance views, mantenance view variants, and tables (called 'Table/ View' below) using transaction SE11.

Note: The indicator is not available for help views since they are not relevant to SE54 and are used for search functions.

Usage

The indicator can have the following values:

Display/maintenance not allowed

The usage of standard table maintenance tools is not allowed.

Maintenance and display of this table/view is not possible in transaction SE16.

Transaction SE54 does not allow the generation of a maintenance dialog, which means automatically that calling transactions SM30/SM34 for this table/view is no longer possible.

Display/maintenance allowed to limited extent

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

Transaction SE16 allows the display function for this table/view, but no maintenance.

Generation of a maintenance dialog for this table/view is possible through transaction SE54.

Transaction SM30 does not allow maintenance and display functions for this table/view.

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.

Display/maintenance allowed

The usage of standard table maintenance tools is allowed:

Transaction SE16 allows the maintenance and display functions for this table/view.

Note: If an SM30 maintenance dialog exists, this is called.

Transaction SE54 allows the generation of a maintenance dialog for this table/view.

Transaction SM30 allows the display and maintenance functions for this table/view.

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

Ashwin