A_BR_PartnerPlaceTypeDetn

DDL: A_BR_PARTNERPLACETYPEDETN SQL: ABRPARTPLACEDETN Type: view BASIC

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)

SourceAliasJoin Type
I_BR_PartnerPlaceTypeDetn I_BR_PartnerPlaceTypeDetn from

Annotations (12)

NameValueLevelField
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)

KeyFieldSource TableSource FieldDescription
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
   
}