C_CshDiscFcstPaymentTermsText

DDL: C_CSHDISCFCSTPAYMENTTERMSTEXT Type: view CONSUMPTION Package: FINS_FIS_AP_APPS

Cash Disc Forecast Payment Terms - Text

C_CshDiscFcstPaymentTermsText is a Consumption CDS View that provides data about "Cash Disc Forecast Payment Terms - Text" in SAP S/4HANA. It reads from 1 data source (I_PaymentTermsText) and exposes 2 fields with key fields Language, PaymentTerms. Part of development package FINS_FIS_AP_APPS.

Data Sources (1)

SourceAliasJoin Type
I_PaymentTermsText I_PaymentTermsText from

Annotations (12)

NameValueLevelField
AbapCatalog.sqlViewName CFICDFPAYTTRMST view
AbapCatalog.compiler.compareFilter true view
AccessControl.authorizationCheck #NOT_REQUIRED view
ClientHandling.algorithm #SESSION_VARIABLE view
EndUserText.label Cash Disc Forecast Payment Terms - Text view
Metadata.ignorePropagatedAnnotations true view
ObjectModel.dataCategory #TEXT view
ObjectModel.representativeKey PaymentTerms view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #M view
ObjectModel.usageType.dataClass #CUSTOMIZING view
VDM.viewType #CONSUMPTION view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY Language Language Report Text Language
KEY PaymentTerms PaymentTerms Pyt Terms

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_CshDiscFcstPaymentTermsText.
-- 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 C_CshDiscFcstPaymentTermsText AS
SELECT
  Language,
  PaymentTerms
FROM I_PaymentTermsText
;