I_Quotationexpterm_F2200

DDL: I_QUOTATIONEXPTERM_F2200 SQL: IQUOT_EXPTERM Type: view BASIC

Sales Quotation Expiration Term

I_Quotationexpterm_F2200 is a Basic CDS View that provides data about "Sales Quotation Expiration Term" in SAP S/4HANA. It reads from 1 data source (dd07l) and exposes 3 fields with key fields TextOutputID, Language.

Data Sources (1)

SourceAliasJoin Type
dd07l dd07l from

Annotations (9)

NameValueLevelField
AbapCatalog.sqlViewName IQUOT_EXPTERM view
AbapCatalog.compiler.compareFilter true view
AccessControl.authorizationCheck #NOT_REQUIRED view
EndUserText.label Sales Quotation Expiration Term view
ObjectModel.usageType.serviceQuality #D view
ObjectModel.usageType.dataClass #META view
ObjectModel.usageType.sizeCategory #L view
VDM.viewType #BASIC view
ClientHandling.algorithm #SESSION_VARIABLE view

Fields (3)

KeyFieldSource TableSource FieldDescription
KEY TextOutputID dd07l domvalue_l Lower Value
KEY Language dd07t ddlanguage Lang.
TextOutputDescription 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 I_Quotationexpterm_F2200.
-- 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: IQUOT_EXPTERM

CREATE VIEW I_Quotationexpterm_F2200 AS
SELECT
  dd07l.domvalue_l AS TextOutputID,
  dd07t.ddlanguage AS Language,
  dd07t.ddtext AS TextOutputDescription
FROM dd07l
;