I_RegionalStrucCheckStatusText

DDL: I_REGIONALSTRUCCHECKSTATUSTEXT Type: view_entity BASIC Package: S_ADDRESS_VDM

Regional Structure Check Status - Text

I_RegionalStrucCheckStatusText (Basic)

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

Cross Applications

I_RegionalStrucCheckStatusText is a Basic CDS View that provides data about "Regional Structure Check Status - Text" in SAP S/4HANA. It reads from 1 data source (dd07t) and exposes 3 fields with key fields RegionalStructureCheckStatus, Language. It is exposed through 4 OData services (ASQL_F2331, ASQL_F3098, ASQL_F3940, ...). Part of development package S_ADDRESS_VDM.

SAP API Hub

CategoryBasic
StateC1
Line of BusinessCross Applications
Application ComponentBC-SRV-ADR
CapabilitiesData Source in SQL Select,Association Target for Defining CDS Entities,Data Source for Defining CDS Entities,Language-Dependent Text
Extensible (Key User)No
Extensible (Developer)No
Release State (Key User)Released
Release State (Developer)Released
PackageCross Applications for SAP S/4HANA Cloud Public Edition

Documentation

Data Sources (1)

SourceAliasJoin Type
dd07t dd07t from

Annotations (9)

NameValueLevelField
AccessControl.authorizationCheck #NOT_REQUIRED view
EndUserText.label Regional Structure Check Status - Text view
ObjectModel.dataCategory #TEXT view
Analytics.technicalName IRGNLSTCHKSTSTXT view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.dataClass #CUSTOMIZING view
Search.searchable true view
VDM.viewType #BASIC view

OData Services (4)

ServiceBindingVersionContractRelease
ASQL_F2331 ASQL_F2331 C2 NOT_RELEASED
ASQL_F3098 ASQL_F3098 C2 NOT_RELEASED
ASQL_F3940 ASQL_F3940 C2 NOT_RELEASED
ASQL_F4765 ASQL_F4765 C2 NOT_RELEASED

Fields (3)

KeyFieldSource TableSource FieldDescription
KEY RegionalStructureCheckStatus City File Test Status
KEY Language ddlanguage Language Key
RegionalStrucCheckStatusText ddtext Short Text for Fixed Values

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_RegionalStrucCheckStatusText.
-- 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 I_RegionalStrucCheckStatusText AS
SELECT
  cast(domvalue_l as AD_CHECKST) AS RegionalStructureCheckStatus,
  ddlanguage AS Language,
  ddtext AS RegionalStrucCheckStatusText
FROM dd07t
;