Entering content frame

Object documentation VIEWS Locate the document in its SAP Library structure

The VIEWS system table contains all the view tables for which the current user has privileges.

VIEWS

OWNER

CHAR(32)

Name of owner of view table

VIEWNAME

CHAR(32)

Name of view table

PRIVILEGES

CHAR(30)

Privileges of user for view table

TYPE

CHAR(8)

Table type

CREATEDATE

DATE(10)

Creation date of view table

CREATETIME

TIME(8)

Creation time of view table

UPDSTATDATE

DATE(10)

Date of last UPDATE STATISTICS statement for view table

UPDSTATTIME

TIME(8)

Time of last UPDATE STATISTICS statement for view table

ALTERDATE

DATE(10)

Change date of view table

ALTERTIME

TIME(8)

Change time of view table

UNLOADED

CHAR(3)

View table is unloaded (YES | NO)

COMMENT

LONG

Comment about view table

See also:

Evaluating System Tables ® VIEWS

 

Leaving content frame