I_LglCntntMDocSyncStatusText

DDL: I_LGLCNTNTMDOCSYNCSTATUSTEXT SQL: ILCMDOCSYNSTSTXT Type: view BASIC

Virtual Document Sync Status of LD

I_LglCntntMDocSyncStatusText is a Basic CDS View that provides data about "Virtual Document Sync Status of LD" in SAP S/4HANA. It reads from 1 data source (dd07t) and exposes 4 fields with key fields LglCntntMVirtualDocSyncSts, Language. It has 1 association to related views.

Data Sources (1)

SourceAliasJoin Type
dd07t dd07t from

Associations (1)

CardinalityTargetAliasCondition
[0..1] I_Language _Language $projection.Language = _Language.Language

Annotations (12)

NameValueLevelField
AbapCatalog.sqlViewName ILCMDOCSYNSTSTXT view
ClientHandling.algorithm #SESSION_VARIABLE view
ObjectModel.representativeKey LglCntntMVirtualDocSyncSts view
ObjectModel.usageType.dataClass #MASTER view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.dataCategory #TEXT view
VDM.viewType #BASIC view
AccessControl.authorizationCheck #NOT_REQUIRED view
VDM.lifecycle.contract.type #SAP_INTERNAL_API view
Search.searchable true view
EndUserText.label Virtual Document Sync Status of LD view

Fields (4)

KeyFieldSource TableSource FieldDescription
KEY LglCntntMVirtualDocSyncSts
KEY Language ddlanguage
LglCntntMVirtualDocSyncStsTxt ddtext
_Language _Language
@AbapCatalog.sqlViewName: 'ILCMDOCSYNSTSTXT'
@ClientHandling.algorithm: #SESSION_VARIABLE
@ObjectModel:{representativeKey: 'LglCntntMVirtualDocSyncSts',
              usageType.dataClass: #MASTER,
              usageType.serviceQuality: #A,
              usageType.sizeCategory: #S,
              dataCategory: #TEXT}

@VDM.viewType: #BASIC
@AccessControl.authorizationCheck: #NOT_REQUIRED
@VDM.lifecycle.contract.type: #SAP_INTERNAL_API
@Search.searchable: true

@EndUserText.label: 'Virtual Document Sync Status of LD'
define view I_LglCntntMDocSyncStatusText
  as select from dd07t
  association [0..1] to I_Language as _Language on $projection.Language = _Language.Language
{
      //dd07t

      //      @ObjectModel.text.element: 'LglCntntMVirtualDocSyncStsTxt'

      //      @ObjectModel.readOnly: true

  key cast( domvalue_l as lcm_virtual_doc_sync_status ) as LglCntntMVirtualDocSyncSts,
      @Semantics.language: true
  key ddlanguage                                        as Language,
      //      @UI.hidden: true

      @Consumption.filter.hidden: true
      @Search.defaultSearchElement: true
      @Search.ranking: #HIGH
      @Semantics.text: true
      @EndUserText.quickInfo: 'Status of Content Export'
      ddtext                                            as LglCntntMVirtualDocSyncStsTxt,

      _Language
}
where
      domname  = 'LCM_VIRTUAL_DOC_SYNC_STATUS'
  and as4local = 'A'
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"DD07T"
],
"ASSOCIATED":
[
"I_LANGUAGE"
],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/