C_ProjRevnRecgnRealTmeIss

DDL: C_PROJREVNRECGNREALTMEISS SQL: CPROJRRRTISS Type: view CONSUMPTION

Manage Real-Time Rev. Rec. Issues

C_ProjRevnRecgnRealTmeIss is a Consumption CDS View that provides data about "Manage Real-Time Rev. Rec. Issues" in SAP S/4HANA. It reads from 1 data source (P_ProjRevnRecgnRealTmeIss) and exposes 16 fields with key field ApplicationLog.

Data Sources (1)

SourceAliasJoin Type
P_ProjRevnRecgnRealTmeIss P_ProjRevnRecgnRealTmeIss from

Parameters (1)

NameTypeDefault
P_ToFiscalYearPeriod fis_jahrper_c_no_conv

Annotations (14)

NameValueLevelField
AbapCatalog.sqlViewName CPROJRRRTISS view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
AccessControl.authorizationCheck #CHECK view
ClientHandling.algorithm #SESSION_VARIABLE view
AccessControl.personalData.blocking #REQUIRED view
EndUserText.label Manage Real-Time Rev. Rec. Issues view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.sizeCategory #XL view
ObjectModel.usageType.dataClass #MIXED view
VDM.viewType #CONSUMPTION view
UI.headerInfo.typeName Item view
UI.headerInfo.typeNamePlural Items view
UI.textArrangement #TEXT_LAST view

Fields (16)

KeyFieldSource TableSource FieldDescription
KEY ApplicationLog ApplicationLog Log Number
ReferenceDocument ReferenceDocument Reference Document
ReferenceDocumentContext ReferenceDocumentContext Reference Document Context
ReferenceDocumentType ReferenceDocumentType Reference Document Type
ReferenceDocumentTypeName ReferenceDocumentTypeName Document Type Name
CompanyCode CompanyCode Receiver Company Code
CompanyCodeName CompanyCodeName Company Name
NumberOfOpenErrorMessages NumberOfOpenErrorMessages Status
ToFiscalYearPeriod ToFiscalYearPeriod Period
FiscalYear FiscalYear G/L Fiscal Year
Project Project Project Definition
FiscalPeriod FiscalPeriod Fiscal Period
FiscalYearPeriod FiscalYearPeriod Period/Year
ApplicationLogHandle ApplicationLogHandle Log Handle
ApplicationLogSubobject ApplicationLogSubobject
AccountAssignmentType AccountAssignmentType Sndr AcctAssgmt Type

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_ProjRevnRecgnRealTmeIss.
-- 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: CPROJRRRTISS
-- Parameters: P_ToFiscalYearPeriod : fis_jahrper_c_no_conv

CREATE VIEW C_ProjRevnRecgnRealTmeIss AS
SELECT
  ApplicationLog,
  ReferenceDocument,
  ReferenceDocumentContext,
  ReferenceDocumentType,
  ReferenceDocumentTypeName,
  CompanyCode,
  CompanyCodeName,
  NumberOfOpenErrorMessages,
  ToFiscalYearPeriod,
  FiscalYear,
  Project,
  FiscalPeriod,
  FiscalYearPeriod,
  ApplicationLogHandle,
  ApplicationLogSubobject,
  AccountAssignmentType
FROM P_ProjRevnRecgnRealTmeIss
;