C_Partfunctextvhtemp

DDL: C_PARTFUNCTEXTVHTEMP SQL: CPARTFUTEXTVHTEM Type: view CONSUMPTION

Value help for partner function text

C_Partfunctextvhtemp is a Consumption CDS View that provides data about "Value help for partner function text" in SAP S/4HANA. It reads from 1 data source (I_PartnerFunctionText) and exposes 3 fields with key fields PartnerFunction, Language.

Data Sources (1)

SourceAliasJoin Type
I_PartnerFunctionText I_PartnerFunctionText from

Annotations (11)

NameValueLevelField
AbapCatalog.sqlViewName CPARTFUTEXTVHTEM view
AbapCatalog.compiler.compareFilter true view
AccessControl.authorizationCheck #NOT_REQUIRED view
EndUserText.label Value help for partner function text view
ObjectModel.representativeKey PartnerFunction view
VDM.viewType #CONSUMPTION view
Search.searchable true view
ObjectModel.dataCategory #TEXT view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #M view
ObjectModel.usageType.dataClass #MASTER view

Fields (3)

KeyFieldSource TableSource FieldDescription
KEY PartnerFunction PartnerFunction Partner Functn
KEY Language Language Report Text Language
PartnerFunctionName PartnerFunctionName Partner Function Description

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_Partfunctextvhtemp.
-- 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: CPARTFUTEXTVHTEM

CREATE VIEW C_Partfunctextvhtemp AS
SELECT
  PartnerFunction,
  Language,
  PartnerFunctionName
FROM I_PartnerFunctionText
;