C_RAMappgMngRevnContr

DDL: C_RAMAPPGMNGREVNCONTR Type: view_entity CONSUMPTION

Mapping

C_RAMappgMngRevnContr is a Consumption CDS View that provides data about "Mapping" in SAP S/4HANA.

Annotations (9)

NameValueLevelField
AccessControl.authorizationCheck #MANDATORY view
EndUserText.label Mapping view
Metadata.ignorePropagatedAnnotations true view
ObjectModel.usageType.serviceQuality #X view
ObjectModel.usageType.sizeCategory #XXL view
ObjectModel.usageType.dataClass #MIXED view
VDM.lifecycle.contract.type #NONE view
VDM.viewType #CONSUMPTION view
Metadata.allowExtensions true view

Fields (14)

KeyFieldSource TableSource FieldDescription
KEY RevnAcctgSenderComponent RevnAcctgSenderComponent
KEY RASndgCompLogicalSystem RASndgCompLogicalSystem
KEY RASndgCompDocumentItemType RASndgCompDocumentItemType
KEY RASndgCompDocumentItem RASndgCompDocumentItem
KEY PerformanceObligation PerformanceObligation
RevenueAccountingContract RevenueAccountingContract
RevnAcctgOperationalDocument RevnAcctgOperationalDocument
RAOperationalDocumentItem
RAContractIsCreatedByContrMgr RAContractIsCreatedByContrMgr
AccountingPrinciple AccountingPrinciple
CompanyCode CompanyCode
PerformanceObligationClass _RAPerformanceObligation PerformanceObligationClass
_RAPerformanceObligation _RAPerformanceObligation
_RevenueAccountingContract _RevenueAccountingContract
@AbapCatalog.viewEnhancementCategory: [#NONE]
@AccessControl.authorizationCheck: #MANDATORY
@EndUserText.label: 'Mapping'
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel.usageType:{
  serviceQuality: #X,
  sizeCategory: #XXL,
  dataClass: #MIXED
}

@VDM: {
  lifecycle.contract.type: #NONE,
  viewType: #CONSUMPTION
}

@Metadata.allowExtensions: true
define view entity C_RAMappgMngRevnContr as select distinct from P_RAMappingWithPredocItem
{
  key RevnAcctgSenderComponent,

  key RASndgCompLogicalSystem,

  key RASndgCompDocumentItemType,

  key RASndgCompDocumentItem,

  key PerformanceObligation,

      RevenueAccountingContract,

      RevnAcctgOperationalDocument,
      
      @ObjectModel.virtualElementCalculatedBy: 'ABAP:CL_FARR_MNGREVNCONTR_V_1'
      cast('' as farr_item_id) as RAOperationalDocumentItem,
      
      @Semantics.booleanIndicator 
      RAContractIsCreatedByContrMgr,
      
      AccountingPrinciple,
      
      CompanyCode,
      
      _RAPerformanceObligation.PerformanceObligationClass,    
      
      _RAPerformanceObligation,
      
      _RevenueAccountingContract        
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_RAPERFORMANCEOBLIGATION",
"P_RAMAPPINGWITHPREDOCITEM"
],
"ASSOCIATED":
[
"I_RAPERFORMANCEOBLIGATION",
"I_REVENUEACCOUNTINGCONTRACT"
],
"BASE":
[
"P_RAMAPPINGWITHPREDOCITEM"
],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/