SAP DDIC DATABASE TABLES MAINT



Get Example source ABAP code based on a different SAP table
  



ABAP_DDIC - Display and Maintenance of Database Tables
It is possible to define whether DDIC database tables can be displayed or maintained using certain tools such as
BEGIN_SECTION VERSION 5 OUT Data Browser (transaction SE16 ) and Table View Maintenance (transactions SM30 and SM31) or
END_SECTION VERSION 5 OUT Data Preview in ADT.
The following settings are possible:
Display/maintenance not allowed
Tables cannot be displayed
BEGIN_SECTION VERSION 5 OUT or maintained using Data Browser (transaction SE16 ) or
END_SECTION VERSION 5 OUT using Data Preview in ADT.
BEGIN_SECTION VERSION 5 OUT
No maintenance dialogs can be created using transaction SE54, which means that transactions SM30 and SM31 cannot be used.
END_SECTION VERSION 5 OUT
Display/maintenance allowed with restrictions
Tables can be displayed
BEGIN_SECTION VERSION 5 OUT but not maintained using Data Browser (transaction SE16) or
END_SECTION VERSION 5 OUT using Data Preview in ADT.
BEGIN_SECTION VERSION 5 OUT
Maintenance dialogs can be created using transaction SE54.
Tables cannot be displayed and maintained with transactions SM30 and SM31. Maintenance dialogs can, however, be used in View Cluster Maintenance (transaction SM34).
END_SECTION VERSION 5 OUT
Display/maintenance allowed
Tables can be displayed
BEGIN_SECTION VERSION 5 OUT and maintained using Data Browser (transaction SE16 ) or
END_SECTION VERSION 5 OUT using Data Preview in ADT.
BEGIN_SECTION VERSION 5 OUT
Maintenance dialogs can be created using transaction SE54.
Tables can be displayed and maintained using transactions SM30 and SM31. Maintenance dialogs can be used in View Cluster Maintenance (transaction SM34).
END_SECTION VERSION 5 OUT
Only display allowed
Tables can be displayed
BEGIN_SECTION VERSION 5 OUT but not maintained using Data Browser (transaction SE16) or
END_SECTION VERSION 5 OUT using Data Preview in ADT.
BEGIN_SECTION VERSION 5 OUT
Maintenance dialogs can be created using transaction SE54 but cannot be used in View Cluster Maintenance (transaction SM34).
Tables cannot be displayed and maintained with transactions SM30 and SM31.
END_SECTION VERSION 5 OUT



Latest notes:

NON_V5_HINTS
The current user must have all required authorizations to use these tools.
ABAP_HINT_END