I_TranspBusinessPartnerVH

DDL: I_TRANSPBUSINESSPARTNERVH SQL: IBP_VH Type: view COMPOSITE

TM Business Partner value help

I_TranspBusinessPartnerVH is a Composite CDS View that provides data about "TM Business Partner value help" 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 I_BusinessPartner from

Annotations (11)

NameValueLevelField
AbapCatalog.sqlViewName IBP_VH view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
ObjectModel.dataCategory #VALUE_HELP view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.sizeCategory #L view
ObjectModel.usageType.dataClass #MASTER view
AccessControl.personalData.blocking #REQUIRED view
VDM.viewType #COMPOSITE view
ClientHandling.algorithm #SESSION_VARIABLE view
EndUserText.label TM Business Partner value help view

Fields (1)

KeyFieldSource TableSource FieldDescription
KEY 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 I_TranspBusinessPartnerVH.
-- 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: IBP_VH

CREATE VIEW I_TranspBusinessPartnerVH AS
SELECT
  BusinessPartner
FROM I_BusinessPartner
;