C_InvgCsMBusinessPartnerVH

DDL: C_INVGCSMBUSINESSPARTNERVH SQL: CINVGCSMBPVH Type: view CONSUMPTION

Consumption Value Help for BP

C_InvgCsMBusinessPartnerVH is a Consumption CDS View that provides data about "Consumption Value Help for BP" in SAP S/4HANA. It reads from 1 data source (I_InvgCsMVisibleBP) and exposes 10 fields with key field BusinessPartner.

Data Sources (1)

SourceAliasJoin Type
I_InvgCsMVisibleBP I_InvgCsMVisibleBP from

Annotations (13)

NameValueLevelField
AbapCatalog.sqlViewName CINVGCSMBPVH view
VDM.viewType #CONSUMPTION view
AbapCatalog.compiler.compareFilter true view
AccessControl.authorizationCheck #CHECK view
EndUserText.label Consumption Value Help for BP view
AccessControl.personalData.blocking #REQUIRED view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.sizeCategory #XXL view
ObjectModel.usageType.dataClass #MASTER view
ClientHandling.algorithm #SESSION_VARIABLE view
Search.searchable true view
ObjectModel.dataCategory #VALUE_HELP view
ObjectModel.representativeKey BusinessPartner view

Fields (10)

KeyFieldSource TableSource FieldDescription
KEY BusinessPartner BusinessPartner ID
BusinessPartnerUUID BusinessPartnerUUID UUID
BusinessPartnerCategory BusinessPartnerCategory Partner Cat.
BusinessPartnerFullName BusinessPartnerFullName Broker Name
FirstName FirstName First Name
LastName LastName Last Name
BusinessPartnerName BusinessPartnerName Name
AuthorizationGroup AuthorizationGroup AuthorizGroup
IsBusinessPurposeCompleted IsBusinessPurposeCompleted Purpose Completed
InvgCsMSecurityLevel InvgCsMSecurityLevel

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 C_InvgCsMBusinessPartnerVH.
-- 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: CINVGCSMBPVH

CREATE VIEW C_InvgCsMBusinessPartnerVH AS
SELECT
  BusinessPartner,
  BusinessPartnerUUID,
  BusinessPartnerCategory,
  BusinessPartnerFullName,
  FirstName,
  LastName,
  BusinessPartnerName,
  AuthorizationGroup,
  IsBusinessPurposeCompleted,
  InvgCsMSecurityLevel
FROM I_InvgCsMVisibleBP
;