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

I_ProdnRsceToolCategory

DDL: I_PRODNRSCETOOLCATEGORY SQL: IPPPRTCATEGORY Type: view BASIC

Production Resource Tool Category

I_ProdnRsceToolCategory (Basic)

Package: Explore, extend and adapt the SAP S/4HANA Cloud Private Edition with built-in and side-by-side extension capabilities.

Manufacturing

I_ProdnRsceToolCategory is a Basic CDS View (Dimension) that provides data about "Production Resource Tool Category" in SAP S/4HANA. It reads from 1 data source (tcf02) and exposes 2 fields with key field ProdnRsceToolCategory. It has 1 association to related views.

SAP API Hub

StateC1
Line of BusinessManufacturing
Application ComponentPP-VDM-MD
CapabilitiesAnalytical Dimension, Association Target for Defining CDS Entities, Data Source in SQL Select, Data Source for Defining CDS Entities, Data Source for Search, Data Provider for Value Help
PackageManufacturing for SAP S/4HANA Cloud Private Edition
Description <p>This CDS view provides the prerequisites for answering the following business questions:</p> <ul> <li><p>Which production resource tool categories are maintained?</p></li> </ul>

Documentation

Data Sources (1)

SourceAliasJoin Type
tcf02 tcf02 from

Associations (1)

CardinalityTargetAliasCondition
[0..*] I_ProdnRsceToolCategoryText _Text $projection.ProdnRsceToolCategory = _Text.ProdnRsceToolCategory

Annotations (22)

NameValueLevelField
AbapCatalog.sqlViewName IPPPRTCATEGORY view
AbapCatalog.buffering.status #ACTIVE view
AbapCatalog.buffering.type #FULL view
AbapCatalog.buffering.numberOfKeyFields 000 view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
AccessControl.authorizationCheck #NOT_REQUIRED view
Analytics.dataCategory #DIMENSION view
Analytics.internalName #LOCAL view
ClientHandling.algorithm #SESSION_VARIABLE view
Metadata.ignorePropagatedAnnotations true view
ObjectModel.modelingPattern #ANALYTICAL_DIMENSION view
ObjectModel.representativeKey ProdnRsceToolCategory view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.dataClass #CUSTOMIZING view
Search.searchable true view
VDM.lifecycle.contract.type #PUBLIC_LOCAL_API view
VDM.lifecycle.status #DEPRECATED view
VDM.lifecycle.successor I_ProdnRsceToolCategory_2 view
VDM.viewType #BASIC view
EndUserText.label Production Resource Tool Category view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY ProdnRsceToolCategory fhmar Production Resources/Tools Category
_Text _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 I_ProdnRsceToolCategory.
-- 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: IPPPRTCATEGORY

CREATE VIEW I_ProdnRsceToolCategory AS
SELECT
  fhmar AS ProdnRsceToolCategory
FROM tcf02
LEFT OUTER JOIN I_ProdnRsceToolCategoryText AS _Text ON ProdnRsceToolCategory = _Text.ProdnRsceToolCategory  -- association [0..*]
;