C_BPPartnerFunctionNumberText
Partner Function Num - Text
C_BPPartnerFunctionNumberText is a Consumption CDS View that provides data about "Partner Function Num - Text" in SAP S/4HANA. It reads from 1 data source (C_BPPartnerFunctionNumberVH) and exposes 6 fields with key fields Language, BusinessPartner, PartnerFunctionType.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| C_BPPartnerFunctionNumberVH | C_BPPartnerFunctionNumberVH | from |
Annotations (12)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | CBPPFNUMTXT | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| AccessControl.authorizationCheck | #MANDATORY | view | |
| AccessControl.personalData.blocking | #REQUIRED | view | |
| EndUserText.label | Partner Function Num - Text | view | |
| ObjectModel.dataCategory | #TEXT | view | |
| ObjectModel.representativeKey | BusinessPartner | view | |
| ObjectModel.usageType.serviceQuality | #D | view | |
| ObjectModel.usageType.sizeCategory | #L | view | |
| ObjectModel.usageType.dataClass | #MASTER | view | |
| VDM.viewType | #CONSUMPTION | view |
Fields (6)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | Language | _Language | Language | |
| KEY | BusinessPartner | BusinessPartner | ||
| KEY | PartnerFunctionType | PartnerFunctionType | Partner Function Type | |
| BusinessPartnerName | BusinessPartnerName | |||
| IsBusinessPurposeCompleted | IsBusinessPurposeCompleted | |||
| _Language | _Language |
@AbapCatalog.sqlViewName: 'CBPPFNUMTXT'
@AbapCatalog.compiler.compareFilter: true
@ClientHandling.algorithm: #SESSION_VARIABLE
@AccessControl.authorizationCheck: #MANDATORY
@AccessControl.personalData.blocking: #REQUIRED
@EndUserText.label: 'Partner Function Num - Text'
@ObjectModel.dataCategory: #TEXT
@ObjectModel.representativeKey: 'BusinessPartner'
@ObjectModel.usageType.serviceQuality: #D
@ObjectModel.usageType.sizeCategory: #L
@ObjectModel.usageType.dataClass: #MASTER
@VDM.viewType: #CONSUMPTION
define view C_BPPartnerFunctionNumberText as select from C_BPPartnerFunctionNumberVH
association[0..1] to I_Language as _Language on $projection.Language = _Language.Language
{
@Semantics.language: true
@ObjectModel.foreignKey.association: '_Language'
key _Language.Language as Language,
key BusinessPartner,
@EndUserText.label: 'Partner Function Type'
@EndUserText.quickInfo: 'Partner Function Type'
key PartnerFunctionType,
@Semantics.text: true
@EndUserText.quickInfo: 'Business Partner Name'
BusinessPartnerName,
@UI.hidden: true
IsBusinessPurposeCompleted,
_Language
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"C_BPPARTNERFUNCTIONNUMBERVH",
"I_LANGUAGE"
],
"ASSOCIATED":
[
"I_LANGUAGE"
],
"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