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

C_Bomitmspprctxttemp

DDL: C_BOMITMSPPRCTXTTEMP SQL: CBOMITMSPPRCTXT Type: view CONSUMPTION

Text for BOM prc typ

C_Bomitmspprctxttemp is a Consumption CDS View that provides data about "Text for BOM prc typ" in SAP S/4HANA. It reads from 1 data source (t460t) and exposes 4 fields with key fields BOMItemSpecialProcurementType, Plant, Language.

Data Sources (1)

SourceAliasJoin Type
t460t t460t from

Annotations (11)

NameValueLevelField
AbapCatalog.sqlViewName CBOMITMSPPRCTXT view
ObjectModel.dataCategory #TEXT view
VDM.viewType #CONSUMPTION view
VDM.lifecycle.status #DEPRECATED view
VDM.lifecycle.successor I_MatlProcurementProfileText view
AccessControl.authorizationCheck #NOT_REQUIRED view
EndUserText.label Text for BOM prc typ view
ObjectModel.representativeKey BOMItemSpecialProcurementType view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #M view
ObjectModel.usageType.dataClass #MASTER view

Fields (4)

KeyFieldSource TableSource FieldDescription
KEY BOMItemSpecialProcurementType sobsl SpecProcuremKey
KEY Plant werks Receiving Plant
KEY Language spras Off. Language
BOMItemSpclProcurementTypeDesc ltext Text exists

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_Bomitmspprctxttemp.
-- 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: CBOMITMSPPRCTXT

CREATE VIEW C_Bomitmspprctxttemp AS
SELECT
  sobsl AS BOMItemSpecialProcurementType,
  werks AS Plant,
  spras AS Language,
  ltext AS BOMItemSpclProcurementTypeDesc
FROM t460t
;