Rv_P_LogSys_

DDL: RV_P_LOGSYS_ SQL: RVPLOGSYS1 Type: view Package: RSVP

Logical system

Rv_P_LogSys_ is a CDS View that provides data about "Logical system" in SAP S/4HANA. It reads from 1 data source (tbdls) and exposes 1 field with key field logSys. Part of development package RSVP.

Data Sources (1)

SourceAliasJoin Type
tbdls tbdls from

Annotations (4)

NameValueLevelField
AbapCatalog.sqlViewName RVPLOGSYS1 view
ClientDependent false view
AccessControl.authorizationCheck #NOT_REQUIRED view
AbapCatalog.compiler.compareFilter true view

Fields (1)

KeyFieldSource TableSource FieldDescription
KEY logSys logsys
//@RV.viewType: #BASIC

//@RV.private:  true


@AbapCatalog.sqlViewName: 'RVPLOGSYS1' // 10

@ClientDependent: false
@AccessControl.authorizationCheck: #NOT_REQUIRED
@AbapCatalog.compiler.compareFilter: true

define view Rv_P_LogSys_
(
    logSys
) 
as
select from tbdls 
{
    key logsys as logSys    
}