C_RevnRecgnAcctAssgmtObjType

DDL: C_REVNRECGNACCTASSGMTOBJTYPE SQL: CIRRAAOT Type: view CONSUMPTION

Account Assignment Object Type

C_RevnRecgnAcctAssgmtObjType is a Consumption CDS View that provides data about "Account Assignment Object Type" in SAP S/4HANA. It reads from 1 data source (I_AccountAssignmentType) and exposes 2 fields with key field AccountAssignmentType.

Data Sources (1)

SourceAliasJoin Type
I_AccountAssignmentType I_AccountAssignmentType from

Annotations (10)

NameValueLevelField
AbapCatalog.sqlViewName CIRRAAOT view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
AccessControl.authorizationCheck #NOT_REQUIRED view
ClientHandling.algorithm #SESSION_VARIABLE view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.dataClass #ORGANIZATIONAL view
VDM.viewType #CONSUMPTION view
EndUserText.label Account Assignment Object Type view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY AccountAssignmentType AccountAssignmentType
_Text _Text
@AbapCatalog.sqlViewName: 'CIRRAAOT'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true

@AccessControl.authorizationCheck: #NOT_REQUIRED

@ClientHandling.algorithm: #SESSION_VARIABLE

@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.sizeCategory: #S
@ObjectModel.usageType.dataClass: #ORGANIZATIONAL

@VDM.viewType: #CONSUMPTION

@EndUserText.label: 'Account Assignment Object Type'
define view C_RevnRecgnAcctAssgmtObjType as select from I_AccountAssignmentType {
  
  key AccountAssignmentType,
  
  _Text
  
} where AccountAssignmentType = 'PD' or AccountAssignmentType = 'PR'
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_ACCOUNTASSIGNMENTTYPE"
],
"ASSOCIATED":
[
"I_ACCOUNTASSIGNMENTTYPET"
],
"BASE":
[
"I_ACCOUNTASSIGNMENTTYPE"
],
"ANNO_REF":
[],
"VERSION":0
}
}*/