SAP ABAP Data Element DIP2508 (Maintenance authorization for views)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-DWB-DIC-AC (Application Component) Activation Program, Conversion Program, DB Utility, MC, SPDD
     SDDX (Package) Structures and tables old info system
Basic Data
Data Element DIP2508
Short Description Maintenance authorization for views  
Data Type
Category of Dictionary Type D   Domain
Type of Object Referenced     No Information
Domain / Name of Reference Type SELPAR    
Data Type CHAR   Character String 
Length 30    
Decimal Places 0    
Output Length 30    
Value Table      
Further Characteristics
Search Help: Name    
Search Help: Parameters    
Parameter ID   
Default Component name    
Change document    
No Input History    
Basic direction is set to LTR    
No BIDI Filtering    
Field Label
  Length  Field Label  
Short 10 MaintStat 
Medium 20 Maint. status 
Long 20 Maint. status 
Heading MaintSt 
Documentation

Definition

This flag determines whether the view data can only be displayed or whether changes are also permitted. In principle, only read accesses are allowed for database views defined via more than one table.

Use

The following status entries are possible:

  • Maintenance status ' ' All changes are allowed
  • Maintenance status 'R' Entries may only be read

In the case of maintenance views and help views used as maintenance views, these additional status entries are also possible:

  • Maintenance status 'U' Entries can be changed, but neither added nor deleted.
  • Maintenance status 'M' Only records whose time-dependent part of the key is different to that of existing records can be inserted.

Use

Procedure

Please observe the following input conventions:

char

All characters (apart from those mentioned below) stand for themselves, with no distinction made between upper and lower case. Upper and lower case are distinguished in text fields, such as short descriptions.

*

denotes any character string.

+

denotes exactly one character.

<>

denotes negation (applies if the specified character string does not match).

$

tests for a blank field (entering <>$ means that the system searches for all fields containing at least one character).

>

greater than.

<

less than.

&

logical AND (intersection), followed by the next character string without blanks.

or/

logical OR (union), followed by the next character string without blanks.

Priority starts at the top, i.e. & is evaluated before , but after *.

Examples

Dependencies

History
Last changed by/on SAP  19970314 
SAP Release Created in