I_AccountAssignmentCategory

DDL: I_ACCOUNTASSIGNMENTCATEGORY SQL: IMMACCTASSGMTCAT Type: view BASIC

Account Assignment Category

I_AccountAssignmentCategory is a Basic CDS View that provides data about "Account Assignment Category" in SAP S/4HANA. It reads from 1 data source (t163k) and exposes 4 fields with key field AccountAssignmentCategory. It has 1 association to related views.

Data Sources (1)

SourceAliasJoin Type
t163k t163k from

Associations (1)

CardinalityTargetAliasCondition
[0..*] I_AcctAssignmentCategoryText _Text

Annotations (15)

NameValueLevelField
AbapCatalog.preserveKey true view
AbapCatalog.compiler.compareFilter true view
ClientHandling.algorithm #SESSION_VARIABLE view
ObjectModel.representativeKey AccountAssignmentCategory view
ObjectModel.usageType.dataClass #CUSTOMIZING view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.sapObjectNodeType.name AccountAssignmentCategory view
AbapCatalog.sqlViewName IMMACCTASSGMTCAT view
EndUserText.label Account Assignment Category view
AccessControl.authorizationCheck #NOT_REQUIRED view
VDM.viewType #BASIC view
VDM.lifecycle.contract.type #PUBLIC_LOCAL_API view
Metadata.ignorePropagatedAnnotations true view
Search.searchable true view

Fields (4)

KeyFieldSource TableSource FieldDescription
KEY AccountAssignmentCategory t163k knttp
ConsumptionPosting t163k kzvbr
InventorySpecialStockType t163k sobkz
_Text _Text
@AbapCatalog.preserveKey: true
@AbapCatalog.compiler.compareFilter: true
@ClientHandling.algorithm: #SESSION_VARIABLE 
@ObjectModel.representativeKey: 'AccountAssignmentCategory'
@ObjectModel.usageType.dataClass: #CUSTOMIZING
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.sizeCategory: #S
@ObjectModel.sapObjectNodeType.name:'AccountAssignmentCategory'
@AbapCatalog.sqlViewName: 'IMMACCTASSGMTCAT'
@EndUserText.label: 'Account Assignment Category'
@AccessControl.authorizationCheck: #NOT_REQUIRED
@VDM.viewType: #BASIC
@VDM.lifecycle.contract.type: #PUBLIC_LOCAL_API
@Metadata.ignorePropagatedAnnotations: true
@Search.searchable: true
@ObjectModel.supportedCapabilities:[
#CDS_MODELING_ASSOCIATION_TARGET, 
#SQL_DATA_SOURCE, 
#CDS_MODELING_DATA_SOURCE] 


 
define root view I_AccountAssignmentCategory
as select from t163k
   composition [0..*] of I_AcctAssignmentCategoryText as _Text 
// on $projection.AccountAssignmentCategory = _Text.AccountAssignmentCategory

{

                @Search.defaultSearchElement: true
                @ObjectModel.text.association: '_Text'
                key t163k.knttp as AccountAssignmentCategory,                
                    t163k.kzvbr as ConsumptionPosting,
                    t163k.sobkz as InventorySpecialStockType,
                 _Text           
}     
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"T163K"
],
"ASSOCIATED":
[
"I_ACCTASSIGNMENTCATEGORYTEXT"
],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/