Start of Content Area

Object documentation VERSIONS  Locate the document in its SAP Library structure

Definition

The system table VERSIONS describes the versions of the database software.

Structure

VERSIONS

KERNEL

CHAR(40)

Version of the database software

RUNTIMEENVIRONMENT

CHAR(40)

Version of the runtime environment

The system table VERSIONS exists only to enable compatibility with older database versions. Instead of the system table VERSIONS, use the system table VERSION.

See also:

Evaluating System Tables, VERSION

 

End of Content Area