I_RecrrgSuplrInvcTmplItem
G/L Items in Recurring Suplr Invc Tmpl
I_RecrrgSuplrInvcTmplItem is a Basic CDS View that provides data about "G/L Items in Recurring Suplr Invc Tmpl" in SAP S/4HANA. It reads from 1 data source (fap_rsiv_glliner) and exposes 44 fields with key field RecrrgSuplrInvcTmplItemUUID. It has 2 associations to related views. Part of development package ODATA_RECUR_SUPPLIER_INVOICES.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| fap_rsiv_glliner | _GlLine | from |
Associations (2)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [1..1] | I_RecrrgSuplrInvcTmpl | _Tmpl | $projection.RecrrgSuplrInvcTmplUUID = _Tmpl.RecrrgSuplrInvcTmplUUID |
| [0..1] | I_WBSElementBasicData | _WBSElement | $projection.WBSElement = _WBSElement.WBSElement |
Annotations (7)
| Name | Value | Level | Field |
|---|---|---|---|
| AccessControl.authorizationCheck | #MANDATORY | view | |
| EndUserText.label | G/L Items in Recurring Suplr Invc Tmpl | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| ObjectModel.usageType.serviceQuality | #B | view | |
| ObjectModel.usageType.sizeCategory | #L | view | |
| ObjectModel.usageType.dataClass | #TRANSACTIONAL | view | |
| VDM.viewType | #BASIC | view |
Fields (44)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | RecrrgSuplrInvcTmplItemUUID | |||
| RecrrgSuplrInvcTmplUUID | fap_rsiv_glliner | recrrgsuplrinvctmpluuid | GUID | |
| RecrrgSuplrInvoiceTemplateItem | fap_rsiv_glliner | recrrgsuplrinvoicetemplateitem | Number | |
| GLAccount | fap_rsiv_glliner | glaccount | General Ledger | |
| AmountInTransactionCurrency | fap_rsiv_glliner | amountintransactioncurrency | Pt Crcy Amt | |
| DebitCreditCode | fap_rsiv_glliner | debitcreditcode | Single-Character Flag | |
| IsNegativePosting | fap_rsiv_glliner | isnegativeposting | Negative Posting | |
| CompanyCode | fap_rsiv_glliner | companycode | Receiver Company Code | |
| TaxCode | fap_rsiv_glliner | taxcode | Tax Code | |
| TaxCountry | fap_rsiv_glliner | taxcountry | Tax Ctry/Reg. | |
| TaxJurisdiction | fap_rsiv_glliner | taxjurisdiction | Tax Jurisdiction | |
| DocumentItemText | fap_rsiv_glliner | documentitemtext | Text | |
| CostCenter | fap_rsiv_glliner | costcenter | Cost Center | |
| SalesDocument | fap_rsiv_glliner | salesorder | SD Document | |
| SalesDocumentItem | fap_rsiv_glliner | salesorderitem | Sales Order Item | |
| InternalOrder | fap_rsiv_glliner | internalorder | Order | |
| SettlementReferenceDate | fap_rsiv_glliner | settlementreferencedate | Reference date | |
| FundsCenter | fap_rsiv_glliner | fundscenter | Funds Center | |
| FunctionalArea | fap_rsiv_glliner | functionalarea | Sendr Fctl Area | |
| ProfitCenter | fap_rsiv_glliner | profitcenter | Profit Center | |
| Fund | fap_rsiv_glliner | fund | Sender Fund | |
| CostObject | fap_rsiv_glliner | costobject | Cost Object | |
| ProjectNetwork | fap_rsiv_glliner | projectnetwork | Order | |
| NetworkActivity | ||||
| WBSElement | fap_rsiv_glliner | wbselement | WBS Internal ID | |
| WBSElementExternalID | _WBSElement | WBSElementExternalID | WBS Element External ID | |
| CostCtrActivityType | fap_rsiv_glliner | receiveractivitytype | Activity Type | |
| PersonnelNumber | fap_rsiv_glliner | personnelnumber | Personnel No. | |
| REInternalFinNumber | ||||
| BusinessProcess | fap_rsiv_glliner | businessprocess | Business Process | |
| GrantID | fap_rsiv_glliner | assetgrant | Grant | |
| CommitmentItem | fap_rsiv_glliner | commitmentitem | Commitment item | |
| Quantity | fap_rsiv_glliner | quantityinbaseunit | Quantity | |
| BaseUnit | fap_rsiv_glliner | baseunit | Unit of Measure | |
| AssignmentReference | fap_rsiv_glliner | assignmentreference | Assignment Reference | |
| IsNotCashDiscountLiable | fap_rsiv_glliner | isnotcashdiscountliable | W/o CashDsc. | |
| TaxBaseAmountInTransCrcy | fap_rsiv_glliner | taxbaseamountintranscrcy | Value-Added Tax | |
| ProfitabilitySegment | fap_rsiv_glliner | profitabilitysegment | Profitability Segment | |
| Plant | fap_rsiv_glliner | plant | Valuation Area | |
| BudgetPeriod | fap_rsiv_glliner | budgetperiod | Budget Period | |
| ControllingArea | fap_rsiv_glliner | controllingarea | Controlling Area | |
| JointVentureCostRecoveryCode | fap_rsiv_glliner | jointventurecostrecoverycode | Recovery Ind. | |
| WorkItem | fap_rsiv_glliner | workitem | Work Item ID | |
| _Tmpl | _Tmpl |
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_RecrrgSuplrInvcTmplItem.
-- 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_RecrrgSuplrInvcTmplItem AS
SELECT
cast( _GlLine.recrrgsuplrinvctmplitemuuid as fap_rsiv_tmpl_item_guid preserving type ) AS RecrrgSuplrInvcTmplItemUUID,
_GlLine.recrrgsuplrinvctmpluuid AS RecrrgSuplrInvcTmplUUID,
_GlLine.recrrgsuplrinvoicetemplateitem AS RecrrgSuplrInvoiceTemplateItem,
_GlLine.glaccount AS GLAccount,
_GlLine.amountintransactioncurrency AS AmountInTransactionCurrency,
_GlLine.debitcreditcode AS DebitCreditCode,
_GlLine.isnegativeposting AS IsNegativePosting,
_GlLine.companycode AS CompanyCode,
_GlLine.taxcode AS TaxCode,
_GlLine.taxcountry AS TaxCountry,
_GlLine.taxjurisdiction AS TaxJurisdiction,
_GlLine.documentitemtext AS DocumentItemText,
_GlLine.costcenter AS CostCenter,
_GlLine.salesorder AS SalesDocument,
_GlLine.salesorderitem AS SalesDocumentItem,
_GlLine.internalorder AS InternalOrder,
_GlLine.settlementreferencedate AS SettlementReferenceDate,
_GlLine.fundscenter AS FundsCenter,
_GlLine.functionalarea AS FunctionalArea,
_GlLine.profitcenter AS ProfitCenter,
_GlLine.fund AS Fund,
_GlLine.costobject AS CostObject,
_GlLine.projectnetwork AS ProjectNetwork,
cast( _GlLine.networkactivity as ps_s4_vornr preserving type ) AS NetworkActivity,
_GlLine.wbselement AS WBSElement,
_WBSElement.WBSElementExternalID AS WBSElementExternalID,
_GlLine.receiveractivitytype AS CostCtrActivityType,
_GlLine.personnelnumber AS PersonnelNumber,
cast( _GlLine.realestateobject as recaimkeyfi preserving type ) AS REInternalFinNumber,
_GlLine.businessprocess AS BusinessProcess,
_GlLine.assetgrant AS GrantID,
_GlLine.commitmentitem AS CommitmentItem,
_GlLine.quantityinbaseunit AS Quantity,
_GlLine.baseunit AS BaseUnit,
_GlLine.assignmentreference AS AssignmentReference,
_GlLine.isnotcashdiscountliable AS IsNotCashDiscountLiable,
_GlLine.taxbaseamountintranscrcy AS TaxBaseAmountInTransCrcy,
_GlLine.profitabilitysegment AS ProfitabilitySegment,
_GlLine.plant AS Plant,
_GlLine.budgetperiod AS BudgetPeriod,
_GlLine.controllingarea AS ControllingArea,
_GlLine.jointventurecostrecoverycode AS JointVentureCostRecoveryCode,
_GlLine.workitem AS WorkItem
FROM fap_rsiv_glliner AS _GlLine
LEFT OUTER JOIN I_RecrrgSuplrInvcTmpl AS _Tmpl ON RecrrgSuplrInvcTmplUUID = _Tmpl.RecrrgSuplrInvcTmplUUID -- association [1..1]
LEFT OUTER JOIN I_WBSElementBasicData AS _WBSElement ON WBSElement = _WBSElement.WBSElement -- association [0..1]
;
Learn More
- VDM (Virtual Data Model) in SAP S/4HANA Explained
- Types of CDS Views: Basic, Composite, Consumption, and Transactional
- CDS View Annotations — A Complete Guide
- What Is a CDS View in SAP S/4HANA?
- SAP Tables vs CDS Views — Key Differences
- Understanding Data Lineage in SAP S/4HANA
- CDS View Field Mapping and Associations
- Understanding the SAP S/4HANA Data Model
- CDS View Extensions and Custom Fields in SAP S/4HANA
- Released APIs and Stability Contracts in SAP S/4HANA
- BSEG to ACDOCA: The Universal Journal Migration
- Business Partner Migration: KNA1/LFA1 to BUT000
- Material Document Migration: MSEG/MKPF to MATDOC
- How to Find the Right CDS View for an SAP Table
- BW Extractor to CDS View Migration Guide
- S/4HANA CDS View Deprecation: What You Need to Know
- ABAP CDS View Tutorial — From Basics to Real-World Examples
- RAP and CDS Views — Building Transactional Apps in SAP S/4HANA
- Sales Document Status Migration: VBUP/VBUK Removal in S/4HANA
- CO Tables in S/4HANA: COEP, COBK, COSS, COSP to ACDOCA