I_IN_GSTRetsInvoiceTypeVH

DDL: I_IN_GSTRETSINVOICETYPEVH Type: view_entity COMPOSITE

F4 for Export Type

I_IN_GSTRetsInvoiceTypeVH is a Composite CDS View that provides data about "F4 for Export Type" in SAP S/4HANA. It reads from 1 data source (dd07t) and exposes 1 field with key field IN_InvoiceType.

Data Sources (1)

SourceAliasJoin Type
dd07t dd07t from

Annotations (10)

NameValueLevelField
AccessControl.authorizationCheck #NOT_REQUIRED view
EndUserText.label F4 for Export Type view
Metadata.ignorePropagatedAnnotations true view
VDM.viewType #COMPOSITE view
ObjectModel.dataCategory #VALUE_HELP view
ObjectModel.representativeKey IN_InvoiceType view
ObjectModel.usageType.serviceQuality #X view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.dataClass #MIXED view
Search.searchable true view

Fields (1)

KeyFieldSource TableSource FieldDescription
KEY IN_InvoiceType domvalue_l Lower Value

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_IN_GSTRetsInvoiceTypeVH.
-- 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_IN_GSTRetsInvoiceTypeVH AS
SELECT
  domvalue_l AS IN_InvoiceType
FROM dd07t
;