SAP ABAP Data Element NUSERTYPE (IS-H: User Type (esp. for Views))
Hierarchy
BBPCRM (Software Component) BBPCRM
   CRM (Application Component) Customer Relationship Management
     CRM_APPLICATION (Package) All CRM Components Without Special Structure Packages
       NPAS (Package) Application development patient accounting system
Basic Data
Data Element NUSERTYPE
Short Description IS-H: User Type (esp. for Views)  
Data Type
Category of Dictionary Type D   Domain
Type of Object Referenced     No Information
Domain / Name of Reference Type CHAR1    
Data Type CHAR   Character String 
Length 1    
Decimal Places 0    
Output Length 1    
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 User Type 
Medium 15 User Type 
Long 24 User Type 
Heading 15 User Type 
Documentation

Definition

The following user types exist:

  • '0' -> SAP
  • '/' -> Administrator
  • '_' -> Standard user

Note:

The TableControl layout table (TCVIEW) also contains a user type (TCUSERTYPE). Standard programs fill this field exclusively with the value "A" (administrator) or "B" (user). Besides the user type, the name of the user who changed the layout (TCUSER) is also saved in table TCVIEW. When the user type is "B", standard programs fill the user name field with the value "SY-UNAME", and when the user type is "A", the value ".TCADMIN." is used.

By way of a compromise, only "A" or "B" are used in TCUSERTYP as regards TableControl layouts managed by IS-H. Here "A" is used for the user type SAP and for the user type administrator, and "B" is used for standard users. With user type "A", TCUSER is filled either with "ISH_ADMIN" (administrator) or with "SAP" (SAP). With user type "B", TCUSER is filled with SY-UNAME.

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