I_ElectronicDocPartnerTypeVH
Electronic Document Partner Type
I_ElectronicDocPartnerTypeVH is a Basic CDS View that provides data about "Electronic Document Partner Type" in SAP S/4HANA. It reads from 1 data source (dd07t) and exposes 2 fields with key field ElectronicDocBPType. Part of development package GLO-EDO.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| dd07t | dd07t | from |
Annotations (11)
| Name | Value | Level | Field |
|---|---|---|---|
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| EndUserText.label | Electronic Document Partner Type | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| ObjectModel.usageType.serviceQuality | #A | view | |
| ObjectModel.usageType.sizeCategory | #S | view | |
| ObjectModel.usageType.dataClass | #META | view | |
| VDM.viewType | #BASIC | view | |
| ObjectModel.dataCategory | #VALUE_HELP | view | |
| ObjectModel.representativeKey | ElectronicDocBPType | view | |
| ObjectModel.modelingPattern | #VALUE_HELP_PROVIDER | view | |
| Search.searchable | true | view |
Fields (2)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | ElectronicDocBPType | |||
| ElectronicDocBPTypeDesc | Partner Type Description |
@AbapCatalog.viewEnhancementCategory: [#NONE]
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'Electronic Document Partner Type'
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel.usageType:{
serviceQuality: #A,
sizeCategory: #S,
dataClass: #META
}
@ObjectModel.supportedCapabilities: [#VALUE_HELP_PROVIDER]
@VDM.viewType: #BASIC
@ObjectModel.dataCategory: #VALUE_HELP
@ObjectModel.representativeKey:'ElectronicDocBPType'
@ObjectModel.modelingPattern: #VALUE_HELP_PROVIDER
@Search.searchable:true
define view entity I_ElectronicDocPartnerTypeVH
as select from dd07t
{
@ObjectModel: { text.element: [ 'ElectronicDocBPTypeDesc' ]}
key cast(domvalue_l as edoc_partner_type) as ElectronicDocBPType,
@Semantics.text: true
@Search: { defaultSearchElement: true, ranking: #HIGH }
@Search.fuzzinessThreshold: 0.8
@EndUserText.label: 'Partner Type Description'
cast( dd07t.ddtext as val_text preserving type ) as ElectronicDocBPTypeDesc
}
where
domname = 'EDOC_PARTNER_TYPE'
and as4local = 'A'
and ddlanguage = $session.system_language
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