ATOV_EXPORT_USER

DDL: ATOV_EXPORT_SYSTEM_USER SQL: ATOV_E_U Type: view

Collection Types Set

ATOV_EXPORT_USER is a CDS View that provides data about "Collection Types Set" in SAP S/4HANA. It reads from 1 data source (dd07v) and exposes 2 fields with key field code.

Data Sources (1)

SourceAliasJoin Type
dd07v dd07v from

Annotations (4)

NameValueLevelField
AbapCatalog.sqlViewName ATOV_E_U view
ClientHandling.type #INHERITED view
ClientHandling.algorithm #SESSION_VARIABLE view
EndUserText.label Collection Types Set view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY code domvalue_l
description ddtext
@AbapCatalog.sqlViewName: 'ATOV_E_U'
@ClientHandling:{ type: #INHERITED, algorithm: #SESSION_VARIABLE }
@EndUserText.label: 'Collection Types Set'
define view ATOV_EXPORT_USER as select from dd07v {
  key domvalue_l as code,
      ddtext     as description
}
where
      domname    = 'ATO_NOTE_EXPORT_SYSTEM_USER' and
      ddlanguage = $session.system_language
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"DD07V"
],
"ASSOCIATED":
[],
"BASE":
[],
"VERSION":0
}
}*/