I_AddrDeliveryServiceTypeText
Description of Delivery Service Types
I_AddrDeliveryServiceTypeText is a Basic CDS View that provides data about "Description of Delivery Service Types" in SAP S/4HANA. It reads from 1 data source (addrc_deli_servt) and exposes 3 fields with key fields Language, DeliveryServiceTypeCode.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| addrc_deli_servt | addrc_deli_servt | from |
Annotations (9)
| Name | Value | Level | Field |
|---|---|---|---|
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| EndUserText.label | Description of Delivery Service Types | view | |
| ObjectModel.dataCategory | #TEXT | view | |
| Analytics.technicalName | IADDELIVSRVCTYPT | view | |
| ObjectModel.usageType.dataClass | #CUSTOMIZING | view | |
| ObjectModel.usageType.serviceQuality | #A | view | |
| ObjectModel.usageType.sizeCategory | #S | view | |
| Search.searchable | true | view | |
| VDM.viewType | #BASIC | view |
Fields (3)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | Language | langu | ||
| KEY | DeliveryServiceTypeCode | deli_serv_type | ||
| DeliveryServiceTypeDescription | deli_serv_dscr |
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'Description of Delivery Service Types'
@ObjectModel.dataCategory: #TEXT
@Analytics.technicalName: 'IADDELIVSRVCTYPT'
@ObjectModel.usageType.dataClass: #CUSTOMIZING
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.sizeCategory: #S
@ObjectModel.supportedCapabilities: [#SQL_DATA_SOURCE,#CDS_MODELING_DATA_SOURCE,#CDS_MODELING_ASSOCIATION_TARGET,#LANGUAGE_DEPENDENT_TEXT]
@Search.searchable: true
@VDM.viewType: #BASIC
define view entity I_AddrDeliveryServiceTypeText
as select from addrc_deli_servt {
@Semantics.language: true
key langu as Language,
key deli_serv_type as DeliveryServiceTypeCode,
// @Semantics.text: true
@Search.defaultSearchElement: true
deli_serv_dscr as DeliveryServiceTypeDescription
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"ADDRC_DELI_SERVT"
],
"ASSOCIATED":
[],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/
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