A_BR_PartnerPlaceTypeDetn
Brazil Partner Place Type Determination
A_BR_PartnerPlaceTypeDetn is a Basic CDS View that provides data about "Brazil Partner Place Type Determination" in SAP S/4HANA. It reads from 1 data source (I_BR_PartnerPlaceTypeDetn) and exposes 3 fields with key fields BR_NFType, BR_NFPartnerPlaceType.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_BR_PartnerPlaceTypeDetn | I_BR_PartnerPlaceTypeDetn | from |
Annotations (12)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | ABRPARTPLACEDETN | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AbapCatalog.preserveKey | true | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| EndUserText.label | Brazil Partner Place Type Determination | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| ObjectModel.usageType.sizeCategory | #S | view | |
| ObjectModel.usageType.serviceQuality | #B | view | |
| ObjectModel.usageType.dataClass | #ORGANIZATIONAL | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| VDM.lifecycle.contract.type | #PUBLIC_REMOTE_API | view | |
| VDM.viewType | #BASIC | view |
Fields (3)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | BR_NFType | BR_NFType | ||
| KEY | BR_NFPartnerPlaceType | BR_NFPartnerPlaceType | ||
| BR_NFPartnerFunction | BR_NFPartnerFunction |
@AbapCatalog.sqlViewName: 'ABRPARTPLACEDETN'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'Brazil Partner Place Type Determination'
@ClientHandling.algorithm: #SESSION_VARIABLE
@ObjectModel: {
usageType: {
sizeCategory: #S,
serviceQuality: #B,
dataClass: #ORGANIZATIONAL
}
}
@Metadata.ignorePropagatedAnnotations: true
@VDM.lifecycle.contract.type: #PUBLIC_REMOTE_API
@VDM.viewType: #BASIC
define view A_BR_PartnerPlaceTypeDetn
as select from I_BR_PartnerPlaceTypeDetn {
key BR_NFType,
key BR_NFPartnerPlaceType,
BR_NFPartnerFunction
}
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