C_RevnRecgnAcctAssgmtObjType

DDL: C_REVNRECGNACCTASSGMTOBJTYPE SQL: CIRRAAOT Type: view CONSUMPTION Package: ODATA_INS_REV_REC

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. It is exposed through 1 OData service (ASQL_F4008). Part of development package ODATA_INS_REV_REC.

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

OData Services (1)

ServiceBindingVersionContractRelease
ASQL_F4008 ASQL_F4008 C2 NOT_RELEASED

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY AccountAssignmentType AccountAssignmentType Sndr AcctAssgmt Type
_Text _Text

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_RevnRecgnAcctAssgmtObjType.
-- 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: CIRRAAOT

CREATE VIEW C_RevnRecgnAcctAssgmtObjType AS
SELECT
  AccountAssignmentType
FROM I_AccountAssignmentType
;