A_CnsldtnInvmtActyType

DDL: A_CNSLDTNINVMTACTYTYPE SQL: ACSINVMTACTYTYP Type: view BASIC

Investment Activity Type

A_CnsldtnInvmtActyType is a Basic CDS View that provides data about "Investment Activity Type" in SAP S/4HANA. It reads from 1 data source (P_CnsldtnDomain) and exposes 2 fields with key field InvestmentActivityType. It has 1 association to related views.

Data Sources (1)

SourceAliasJoin Type
P_CnsldtnDomain P_CnsldtnDomain from

Associations (1)

CardinalityTargetAliasCondition
[0..*] A_CnsldtnInvmtActyTypeT _CnsldtnInvmtActyTypeT $projection.InvestmentActivityType = _CnsldtnInvmtActyTypeT.InvestmentActivityType

Annotations (15)

NameValueLevelField
AbapCatalog.sqlViewName ACSINVMTACTYTYP view
AbapCatalog.preserveKey true view
AbapCatalog.compiler.compareFilter true view
AccessControl.authorizationCheck #NOT_REQUIRED view
ClientHandling.algorithm #SESSION_VARIABLE view
Metadata.ignorePropagatedAnnotations true view
ObjectModel.usageType.dataClass #CUSTOMIZING view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.representativeKey InvestmentActivityType view
ObjectModel.sapObjectNodeType.name CnsldtnInvestmentActivityType view
VDM.viewType #BASIC view
VDM.lifecycle.contract.type #PUBLIC_REMOTE_API view
EndUserText.label Investment Activity Type view
OData.entitySet.name InvestmentActivityType view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY InvestmentActivityType
_CnsldtnInvmtActyTypeT _CnsldtnInvmtActyTypeT
@AbapCatalog.sqlViewName: 'ACSINVMTACTYTYP'
@AbapCatalog.preserveKey:true 
@AbapCatalog.compiler.compareFilter: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@ClientHandling.algorithm: #SESSION_VARIABLE
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel.usageType: {
  dataClass: #CUSTOMIZING,
  serviceQuality: #A,
  sizeCategory: #S
}
@ObjectModel.representativeKey: 'InvestmentActivityType'
@ObjectModel.sapObjectNodeType.name: 'CnsldtnInvestmentActivityType'
@VDM.viewType: #BASIC
@VDM.lifecycle.contract.type: #PUBLIC_REMOTE_API
@EndUserText.label: 'Investment Activity Type'
@OData.entitySet.name: 'InvestmentActivityType'

/*+[hideWarning] { "IDS" : [ "CALCULATED_FIELD_CHECK", "KEY_CHECK" ]  } */
define view A_CnsldtnInvmtActyType
  as select from P_CnsldtnDomain(P_DomainName : 'FC_COIAC') as _Domain

  association [0..*] to A_CnsldtnInvmtActyTypeT as _CnsldtnInvmtActyTypeT on $projection.InvestmentActivityType = _CnsldtnInvmtActyTypeT.InvestmentActivityType

{
      @ObjectModel.text.association: '_CnsldtnInvmtActyTypeT'
  key cast( left( _Domain.DomainValue, 2 ) as fincs_coiac preserving type ) as InvestmentActivityType,


      // associations

      _CnsldtnInvmtActyTypeT // required for text retrieval and navigation

}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"P_CNSLDTNDOMAIN"
],
"ASSOCIATED":
[
"A_CNSLDTNINVMTACTYTYPET"
],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/