C_DocumentInfoRecdVers

DDL: C_DOCUMENTINFORECDVERS SQL: CDOCINFORECVERS Type: view CONSUMPTION

Document Info Record Version

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

Data Sources (1)

SourceAliasJoin Type
I_DocumentInfoRecord I_DocumentInfoRecord from

Annotations (9)

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

Fields (4)

KeyFieldSource TableSource FieldDescription
KEY DocumentInfoRecordDocNumber DocumentInfoRecordDocNumber
KEY DocumentInfoRecordDocPart DocumentInfoRecordDocPart
KEY DocumentInfoRecordDocType DocumentInfoRecordDocType
KEY DocumentInfoRecordDocVersion DocumentInfoRecordDocVersion
@AbapCatalog.sqlViewName: 'CDOCINFORECVERS'
@AbapCatalog.compiler.compareFilter: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'Document Info Record Version'
@VDM.viewType: #CONSUMPTION 
@ClientHandling.algorithm: #SESSION_VARIABLE
@ObjectModel.usageType: {serviceQuality: #A, sizeCategory: #L, dataClass: #TRANSACTIONAL}
define view C_DocumentInfoRecdVers 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
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_DOCUMENTINFORECORD"
],
"ASSOCIATED":
[],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/