ICA_SDSH_PERIOD_STATUS

DDL: ICA_SDSH_PERIOD_STATUS Type: view_entity

Search Help for Recon. Close Status

ICA_SDSH_PERIOD_STATUS is a CDS View that provides data about "Search Help for Recon. Close Status" in SAP S/4HANA. It reads from 2 data sources (dd07l, dd07t) and exposes 2 fields.

Data Sources (2)

SourceAliasJoin Type
dd07l dd07l from
dd07t dd07t left_outer

Annotations (6)

NameValueLevelField
AccessControl.authorizationCheck #NOT_REQUIRED view
EndUserText.label Search Help for Recon. Close Status view
Metadata.ignorePropagatedAnnotations true view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.dataClass #CUSTOMIZING view

Fields (2)

KeyFieldSource TableSource FieldDescription
language dd07t ddlanguage Lang.
description dd07t ddtext Short 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 ICA_SDSH_PERIOD_STATUS.
-- 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.

CREATE VIEW ICA_SDSH_PERIOD_STATUS AS
SELECT
  dd07t.ddlanguage AS language,
  dd07t.ddtext AS description
FROM dd07l
LEFT OUTER JOIN dd07t ON /* join condition not captured in parsed metadata */
;