C_RSHOrderHasLongTextVH

DDL: C_RSHORDERHASLONGTEXTVH SQL: CRSHORDLONGTXT Type: view CONSUMPTION

Maintenance order operation long text value help

C_RSHOrderHasLongTextVH is a Consumption CDS View that provides data about "Maintenance order operation long text value help" in SAP S/4HANA. It reads from 1 data source (I_Indicatortext) and exposes 2 fields with key field OperationHasLongText.

Data Sources (1)

SourceAliasJoin Type
I_Indicatortext HasLongText from

Annotations (10)

NameValueLevelField
AbapCatalog.sqlViewName CRSHORDLONGTXT view
AbapCatalog.compiler.compareFilter true view
AccessControl.authorizationCheck #NOT_REQUIRED view
EndUserText.label Maintenance order operation long text value help view
VDM.viewType #CONSUMPTION view
ClientHandling.algorithm #SESSION_VARIABLE view
ObjectModel.usageType.dataClass #MASTER view
ObjectModel.usageType.serviceQuality #B view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.resultSet.sizeCategory #XS view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY OperationHasLongText
OperationHasLongTextDesc I_Indicatortext IndicatorText 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 C_RSHOrderHasLongTextVH.
-- 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: CRSHORDLONGTXT

CREATE VIEW C_RSHOrderHasLongTextVH AS
SELECT
  cast(HasLongText.IndicatorValue as rsh_eam_long_text_available) AS OperationHasLongText,
  HasLongText.IndicatorText AS OperationHasLongTextDesc
FROM I_Indicatortext AS HasLongText
;