I_RecrrgSuplrInvcTmplItem

DDL: I_RECRRGSUPLRINVCTMPLITEM Type: view_entity BASIC Package: ODATA_RECUR_SUPPLIER_INVOICES

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)

SourceAliasJoin Type
fap_rsiv_glliner _GlLine from

Associations (2)

CardinalityTargetAliasCondition
[1..1] I_RecrrgSuplrInvcTmpl _Tmpl $projection.RecrrgSuplrInvcTmplUUID = _Tmpl.RecrrgSuplrInvcTmplUUID
[0..1] I_WBSElementBasicData _WBSElement $projection.WBSElement = _WBSElement.WBSElement

Annotations (7)

NameValueLevelField
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)

KeyFieldSource TableSource FieldDescription
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]
;