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

Derived SQL interpretation, reconstructed from the parsed view metadata (data sources, associations, and field mappings). SAP annotations are omitted and the structure is reformulated as SQL — this is a functional approximation, not the verbatim SAP source.

-- Derived SQL interpretation of CDS view A_BR_PartnerPlaceTypeDetn.
-- Reconstructed from parsed metadata (data sources, associations, fields).
-- SAP annotations are omitted and the structure is reformulated as SQL;
-- this is a functional approximation, not the verbatim SAP source. Some join
-- conditions may be unavailable and a few CDS constructs are kept as-is.
-- SQL view name: ABRPARTPLACEDETN

CREATE VIEW A_BR_PartnerPlaceTypeDetn AS
SELECT
  BR_NFType,
  BR_NFPartnerPlaceType,
  BR_NFPartnerFunction
FROM I_BR_PartnerPlaceTypeDetn
;