Deprecated
This CDS view is deprecated in S/4HANA. Use I_UnitOfMeasure instead. View all deprecated CDS views →

C_UoMMaxPackTextTemp

DDL: C_UOMMAXPACKTEXTTEMP SQL: CUOMMAXTXT Type: view CONSUMPTION

Value Help for unit of measure packing

C_UoMMaxPackTextTemp is a Consumption CDS View that provides data about "Value Help for unit of measure packing" in SAP S/4HANA. It reads from 1 data source (t006a) and exposes 3 fields with key fields UnitForMaxPackagingDimensions, Language.

Data Sources (1)

SourceAliasJoin Type
t006a t006a from

Annotations (11)

NameValueLevelField
AbapCatalog.sqlViewName CUOMMAXTXT view
ObjectModel.dataCategory #TEXT view
VDM.viewType #CONSUMPTION view
VDM.lifecycle.status #DEPRECATED view
VDM.lifecycle.successor I_UnitOfMeasure view
AccessControl.authorizationCheck #NOT_REQUIRED view
EndUserText.label Value Help for unit of measure packing view
ObjectModel.representativeKey UnitForMaxPackagingDimensions view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.dataClass #MASTER view

Fields (3)

KeyFieldSource TableSource FieldDescription
KEY UnitForMaxPackagingDimensions Unit of measmnt
KEY Language spras Off. Language
UnitOfMeasureLongName msehl Meas. Unit Text

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_UoMMaxPackTextTemp.
-- 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: CUOMMAXTXT

CREATE VIEW C_UoMMaxPackTextTemp AS
SELECT
  cast(msehi as msehi) AS UnitForMaxPackagingDimensions,
  spras AS Language,
  msehl AS UnitOfMeasureLongName
FROM t006a
;