P_NL_SAFTBPType

DDL: P_NL_SAFTBPTYPE SQL: PNLSAFTBPTYPE Type: view COMPOSITE

P_NL_SAFTBPType is a Composite CDS View in SAP S/4HANA. It reads from 1 data source (I_BusinessPartner) and exposes 1 field with key field BusinessPartner.

Data Sources (1)

SourceAliasJoin Type
I_BusinessPartner BusinessPartner from

Annotations (11)

NameValueLevelField
AbapCatalog.sqlViewName PNLSAFTBPTYPE view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
AccessControl.authorizationCheck #NOT_REQUIRED view
VDM.private true view
VDM.viewType #COMPOSITE view
ObjectModel.usageType.sizeCategory #XL view
ObjectModel.usageType.dataClass #MIXED view
ObjectModel.usageType.serviceQuality #P view
ClientHandling.algorithm #SESSION_VARIABLE view
AccessControl.personalData.blocking #NOT_REQUIRED view

Fields (1)

KeyFieldSource TableSource FieldDescription
KEY BusinessPartner I_BusinessPartner BusinessPartner Issuing Authority

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 P_NL_SAFTBPType.
-- 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: PNLSAFTBPTYPE

CREATE VIEW P_NL_SAFTBPType AS
SELECT
  BusinessPartner.BusinessPartner AS BusinessPartner
FROM I_BusinessPartner AS BusinessPartner
;