I_TH_ElectronicTaxIndicatorVH

DDL: I_TH_ELECTRONICTAXINDICATORVH Type: view_entity BASIC

Search Help for Boolean Value

I_TH_ElectronicTaxIndicatorVH is a Basic CDS View that provides data about "Search Help for Boolean Value" in SAP S/4HANA. It reads from 1 data source (dd07l) and exposes 2 fields with key field TH_JournalEntryHasEInvc.

Data Sources (1)

SourceAliasJoin Type
dd07l _DomainValue from

Annotations (12)

NameValueLevelField
AccessControl.authorizationCheck #NOT_REQUIRED view
EndUserText.label Search Help for Boolean Value view
Metadata.ignorePropagatedAnnotations true view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.dataClass #MIXED view
ObjectModel.dataCategory #VALUE_HELP view
VDM.viewType #BASIC view
Search.searchable true view
Consumption.ranked true view
ObjectModel.representativeKey TH_JournalEntryHasEInvc view
Analytics.technicalName ITHEINVINDI view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY TH_JournalEntryHasEInvc
TH_ElectronicTaxInvoiceText _Text DomainText Short Description

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_TH_ElectronicTaxIndicatorVH.
-- 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_TH_ElectronicTaxIndicatorVH AS
SELECT
  cast( substring( _DomainValue.domvalue_l, 1, 1 ) as abap.char( 1 ) ) AS TH_JournalEntryHasEInvc,
  _Text.DomainText AS TH_ElectronicTaxInvoiceText
FROM dd07l AS _DomainValue
;