C_DocumentInfoRecordVersion

DDL: C_DOCUMENTINFORECORDVERSION SQL: CDOCINFORECVER Type: view CONSUMPTION

Document Info Record Version Facet

C_DocumentInfoRecordVersion is a Consumption CDS View that provides data about "Document Info Record Version Facet" in SAP S/4HANA. It reads from 1 data source (I_DocumentInfoRecord) and exposes 10 fields with key fields DocumentInfoRecordDocNumber, DocumentInfoRecordDocPart, DocumentInfoRecordDocType, DocumentInfoRecordDocVersion.

Data Sources (1)

SourceAliasJoin Type
I_DocumentInfoRecord I_DocumentInfoRecord from

Annotations (9)

NameValueLevelField
AbapCatalog.sqlViewName CDOCINFORECVER view
AbapCatalog.compiler.compareFilter true view
AccessControl.authorizationCheck #CHECK view
EndUserText.label Document Info Record Version Facet view
VDM.viewType #CONSUMPTION view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #L view
ObjectModel.usageType.dataClass #TRANSACTIONAL view
ClientHandling.algorithm #SESSION_VARIABLE view

Fields (10)

KeyFieldSource TableSource FieldDescription
KEY DocumentInfoRecordDocNumber DocumentInfoRecordDocNumber
KEY DocumentInfoRecordDocPart DocumentInfoRecordDocPart
KEY DocumentInfoRecordDocType DocumentInfoRecordDocType
KEY DocumentInfoRecordDocVersion DocumentInfoRecordDocVersion
AuthorizationGroup AuthorizationGroup
InternalDocumentStatus InternalDocumentStatus
DocumentInfoRecord DocumentInfoRecord
_LogAccMObjectTypeActive _LogAccMObjectTypeActive
_LogAccMObjSecureIDAssgmt _LogAccMObjSecureIDAssgmt
_LogAccMObjectUserAuthzn _LogAccMObjectUserAuthzn
@AbapCatalog.sqlViewName: 'CDOCINFORECVER'
@AbapCatalog.compiler.compareFilter: true
@AccessControl.authorizationCheck: #CHECK
@EndUserText.label: 'Document Info Record Version Facet'
@VDM.viewType: #CONSUMPTION
@ObjectModel.usageType: {serviceQuality: #A, sizeCategory: #L, dataClass: #TRANSACTIONAL}
@ClientHandling.algorithm: #SESSION_VARIABLE
define view C_DocumentInfoRecordVersion
  as select from I_DocumentInfoRecord
{

      @UI.lineItem.position: 10
  key DocumentInfoRecordDocNumber,
      @UI.lineItem.position: 20
  key DocumentInfoRecordDocPart,
      @UI.lineItem.position: 30
  key DocumentInfoRecordDocType,
      @UI.lineItem.position: 40
  key DocumentInfoRecordDocVersion,

      @UI.hidden: true
      AuthorizationGroup,
      @UI.hidden: true
      InternalDocumentStatus,
      @UI.hidden: true
      DocumentInfoRecord,

      _LogAccMObjectTypeActive,
      _LogAccMObjSecureIDAssgmt,
      _LogAccMObjectUserAuthzn
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_DOCUMENTINFORECORD"
],
"ASSOCIATED":
[
"I_DOCINFORECORDACCMSECIDASGT",
"I_DOCUMENTINFORECORDACCMACTV",
"I_DOCUMENTINFORECORDUAUTHACCM"
],
"BASE":
[
"I_DOCUMENTINFORECORD"
],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/