I_ChFiExBatchSecdryPer

DDL: I_CHFIEXBATCHSECDRYPER SQL: ICFEBATCHSECPR Type: view BASIC Package: VCH_CFE

Secondary Persistence for Batch Classify

I_ChFiExBatchSecdryPer is a Basic CDS View that provides data about "Secondary Persistence for Batch Classify" in SAP S/4HANA. It reads from 1 data source (vch_cfe_batch) and exposes 1 field with key field ProductConfiguration. Part of development package VCH_CFE.

Data Sources (1)

SourceAliasJoin Type
vch_cfe_batch Persistence from

Annotations (10)

NameValueLevelField
ClientHandling.algorithm #SESSION_VARIABLE view
AbapCatalog.sqlViewName ICFEBATCHSECPR view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
AccessControl.authorizationCheck #PRIVILEGED_ONLY view
EndUserText.label Secondary Persistence for Batch Classify view
ObjectModel.usageType.sizeCategory #XL view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.dataClass #MIXED view
VDM.viewType #BASIC view

Fields (1)

KeyFieldSource TableSource FieldDescription
KEY ProductConfiguration cuobj Object Number

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_ChFiExBatchSecdryPer.
-- 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: ICFEBATCHSECPR

CREATE VIEW I_ChFiExBatchSecdryPer AS
SELECT
  cuobj AS ProductConfiguration
FROM vch_cfe_batch AS Persistence
;