I_CorrespncHistorySupplierVH

DDL: I_CORRESPNCHISTORYSUPPLIERVH SQL: ICORRHSTRSPPLRVH Type: view COMPOSITE

Correspondence History Supplier Value Help

I_CorrespncHistorySupplierVH is a Composite CDS View that provides data about "Correspondence History Supplier Value Help" in SAP S/4HANA.

Annotations (12)

NameValueLevelField
AbapCatalog.sqlViewName ICORRHSTRSPPLRVH view
AbapCatalog.compiler.compareFilter true view
AccessControl.authorizationCheck #CHECK view
AccessControl.personalData.blocking #REQUIRED view
ClientHandling.algorithm #SESSION_VARIABLE view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.dataClass #MIXED view
ObjectModel.dataCategory #VALUE_HELP view
VDM.viewType #COMPOSITE view
Search.searchable true view
EndUserText.label Correspondence History Supplier Value Help view

Fields (14)

KeyFieldSource TableSource FieldDescription
KEY Supplier Supplier Supplier
KEY CompanyCode _SupplierCompany CompanyCode Receiver Company Code
SupplierName SupplierName Supplier Name
SupplierFullName SupplierFullName
SupplierAccountGroup SupplierAccountGroup Account group
Industry Industry Industry Sector
StreetName StreetName Text
CityName CityName Name
PostalCode PostalCode Postal Code
Country Country Venue: Ctry/Reg
IsBusinessPurposeCompleted IsBusinessPurposeCompleted Purpose Completed
AuthorizationGroup AuthorizationGroup AuthorizGroup
CoCodeSpcfcAuthorizationGroup _SupplierCompany AuthorizationGroup AuthorizGroup
_SupplierCompany _SupplierCompany

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_CorrespncHistorySupplierVH.
-- 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: ICORRHSTRSPPLRVH

CREATE VIEW I_CorrespncHistorySupplierVH AS
SELECT
  Supplier,
  _SupplierCompany.CompanyCode AS CompanyCode,
  SupplierName,
  SupplierFullName,
  SupplierAccountGroup,
  Industry,
  StreetName,
  CityName,
  PostalCode,
  Country,
  IsBusinessPurposeCompleted,
  AuthorizationGroup,
  _SupplierCompany.AuthorizationGroup AS CoCodeSpcfcAuthorizationGroup
;