I_AcctgServiceDocumentType
Accounting Service Document Type
I_AcctgServiceDocumentType is a Composite CDS View (Dimension) that provides data about "Accounting Service Document Type" in SAP S/4HANA. It reads from 1 data source (P_AcctgServiceDocumentItem) and exposes 2 fields with key field ServiceDocumentType. Part of development package K_SERVICE_DOC_CORE.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| P_AcctgServiceDocumentItem | P_AcctgServiceDocumentItem | from |
Annotations (14)
| Name | Value | Level | Field |
|---|---|---|---|
| AccessControl.authorizationCheck | #MANDATORY | view | |
| AccessControl.personalData.blocking | #NOT_REQUIRED | view | |
| EndUserText.label | Accounting Service Document Type | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| Metadata.allowExtensions | true | view | |
| ObjectModel.usageType.serviceQuality | #C | view | |
| ObjectModel.usageType.sizeCategory | #M | view | |
| ObjectModel.usageType.dataClass | #CUSTOMIZING | view | |
| ObjectModel.representativeKey | ServiceDocumentType | view | |
| Analytics.dataCategory | #DIMENSION | view | |
| Analytics.internalName | #LOCAL | view | |
| VDM.viewType | #COMPOSITE | view | |
| Search.searchable | true | view | |
| Consumption.ranked | true | view |
Fields (2)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | ServiceDocumentType | ServiceDocumentType | ||
| ServiceDocumentTypeName | ServiceDocumentTypeName |
@AccessControl.authorizationCheck: #MANDATORY
@AccessControl.personalData.blocking: #NOT_REQUIRED
@EndUserText.label: 'Accounting Service Document Type'
@Metadata.ignorePropagatedAnnotations: true
@Metadata.allowExtensions: true
@ObjectModel.usageType:{
serviceQuality: #C,
sizeCategory: #M,
dataClass: #CUSTOMIZING
}
@ObjectModel.representativeKey: 'ServiceDocumentType'
@ObjectModel.semanticKey: ['ServiceDocumentType']
@ObjectModel.supportedCapabilities:
[ #ANALYTICAL_DIMENSION,
#CDS_MODELING_ASSOCIATION_TARGET,
#SQL_DATA_SOURCE,
#CDS_MODELING_DATA_SOURCE,
#VALUE_HELP_PROVIDER,
#UI_PROVIDER_PROJECTION_SOURCE
]
@Analytics.dataCategory: #DIMENSION
@Analytics.internalName: #LOCAL
@VDM.viewType: #COMPOSITE
@Search.searchable: true
@Consumption.ranked: true
define view entity I_AcctgServiceDocumentType
as select from P_AcctgServiceDocumentItem
{
@ObjectModel.text.element: ['ServiceDocumentTypeName']
@UI.textArrangement: #TEXT_LAST
@Search: {
defaultSearchElement: true,
ranking: #HIGH,
fuzzinessThreshold: 0.8
}
key ServiceDocumentType,
@Semantics.text: true
@Search: {
defaultSearchElement: true,
ranking: #LOW,
fuzzinessThreshold: 0.8
}
ServiceDocumentTypeName
}
group by
ServiceDocumentType,
ServiceDocumentTypeName
Learn More
- What Is a CDS View in SAP S/4HANA?
- Types of CDS Views: Basic, Composite, Consumption, and Transactional
- SAP Tables vs CDS Views — Key Differences
- Understanding Data Lineage in SAP S/4HANA
- VDM (Virtual Data Model) in SAP S/4HANA Explained
- CDS View Annotations — A Complete Guide
- CDS View Field Mapping and Associations
- Understanding the SAP S/4HANA Data Model
- CDS View Extensions and Custom Fields in SAP S/4HANA
- Released APIs and Stability Contracts in SAP S/4HANA