C_REOutpReqInvoice
Real Estate Invoice Header
C_REOutpReqInvoice is a Consumption CDS View that provides data about "Real Estate Invoice Header" in SAP S/4HANA. It reads from 1 data source (I_REInvoice) and exposes 21 fields with key fields CompanyCode, REInvoiceNumber, FiscalYear. It is exposed through 1 OData service (UI_REOUTPUTREQUEST). Part of development package ODATA_RE_OM_GENERIC_OUTPUT_APP.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_REInvoice | I_REInvoice | from |
Annotations (8)
| Name | Value | Level | Field |
|---|---|---|---|
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| EndUserText.label | Real Estate Invoice Header | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| ObjectModel.usageType.serviceQuality | #C | view | |
| ObjectModel.usageType.sizeCategory | #L | view | |
| ObjectModel.usageType.dataClass | #MIXED | view | |
| VDM.viewType | #CONSUMPTION | view | |
| Metadata.allowExtensions | true | view |
OData Services (1)
| Service | Binding | Version | Contract | Release |
|---|---|---|---|---|
| UI_REOUTPUTREQUEST | UI_REOUTPUTREQUEST | V4 | C1 | NOT_RELEASED |
Fields (21)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | CompanyCode | CompanyCode | ||
| KEY | REInvoiceNumber | REInvoiceNumber | ||
| KEY | FiscalYear | FiscalYear | ||
| REInvoiceUUID | REInvoiceUUID | |||
| Partner | Partner | |||
| BusinessPartnerFullName | _BusinessPartner | BusinessPartnerFullName | ||
| Role | Role | Business Partner Role | ||
| BusinessPartnerRoleShortName | ||||
| StatusObject | StatusObject | |||
| RealEstateContract | RealEstateContract | |||
| RealEstateProcess | RealEstateProcess | |||
| REInvoiceDuePeriodStartDate | REInvoiceDuePeriodStartDate | |||
| REInvoiceDuePeriodEndDate | REInvoiceDuePeriodEndDate | |||
| REInvoiceIsReversed | REInvoiceIsReversed | |||
| GrossAmountInCoCodeCurrency | GrossAmountInCoCodeCurrency | |||
| NetAmountInCoCodeCurrency | NetAmountInCoCodeCurrency | |||
| RETrnsltnRuleLoclTaxAmount | RETrnsltnRuleLoclTaxAmount | |||
| Currency | Currency | |||
| REContractName | _REContract | REContractName | ||
| CompanyCodeName | ||||
| REProcessDescription | _REProcess | REProcessDescription |
@AbapCatalog.viewEnhancementCategory: [#NONE]
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'Real Estate Invoice Header'
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel.usageType:{
serviceQuality:#C,
sizeCategory: #L,
dataClass: #MIXED
}
@VDM.viewType: #CONSUMPTION
@Metadata.allowExtensions: true
define view entity C_REOutpReqInvoice
as select from I_REInvoice
{
@ObjectModel.text.element: ['CompanyCodeName']
@Consumption.semanticObject: 'CompanyCode'
key CompanyCode,
key REInvoiceNumber,
key FiscalYear,
@UI.hidden: true
REInvoiceUUID,
@ObjectModel.text.element: ['BusinessPartnerFullName']
@Consumption.semanticObject: 'BusinessPartner'
@Consumption.semanticObjectMapping.element: 'BusinessPartner'
Partner,
@UI.hidden: true
@Semantics.text:true
_BusinessPartner.BusinessPartnerFullName,
@ObjectModel.text.element: ['BusinessPartnerRoleShortName']
@EndUserText.label: 'Business Partner Role'
Role,
@UI.hidden: true
@Semantics.text:true
_BusinessPartnerRole._BusinessPartnerRoleText[Language = $session.system_language].BusinessPartnerRoleShortName,
@UI.hidden: true
StatusObject,
@ObjectModel.text.element: ['REContractName']
@Consumption.semanticObject: 'REContract'
RealEstateContract,
@ObjectModel.text.element: ['REProcessDescription']
@Consumption.valueHelpDefinition: [{entity: {name: 'I_REOutputRequestProcessIdVH', element: 'RealEstateProcess' } }]
//@Consumption.semanticObject: 'RECostSettlementProcess'
RealEstateProcess,
REInvoiceDuePeriodStartDate,
REInvoiceDuePeriodEndDate,
REInvoiceIsReversed,
@Semantics.amount: { currencyCode: 'Currency'}
GrossAmountInCoCodeCurrency,
@Semantics.amount: { currencyCode: 'Currency'}
NetAmountInCoCodeCurrency,
@Semantics.amount: { currencyCode: 'Currency'}
RETrnsltnRuleLoclTaxAmount,
@UI.hidden: true
Currency,
@UI.hidden: true
@Semantics.text:true
_REContract.REContractName,
@UI.hidden: true
@Semantics.text:true
_REContract._CompanyCode.CompanyCodeName,
@UI.hidden: true
@Semantics.text:true
_REProcess.REProcessDescription
}
Learn More
- What Is a CDS View in SAP S/4HANA?
- Types of CDS Views: Basic, Composite, Consumption, and Transactional
- SAP Tables vs CDS Views — Key Differences
- Understanding Data Lineage in SAP S/4HANA
- VDM (Virtual Data Model) in SAP S/4HANA Explained
- CDS View Annotations — A Complete Guide
- 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