I_ACCOUNTASSIGNMENTCATEGORY
Account Assignment Category
I_ACCOUNTASSIGNMENTCATEGORY is a CDS View in S/4HANA. Account Assignment Category. 10 CDS views read from this table.
CDS Views using this table (10)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| C_CntrlPurOrderItemMonitor | view | left_outer | CONSUMPTION | Monitor Purchase Order Item Centrally |
| C_MassUpdtAcctAssgmtCatVH | view | from | CONSUMPTION | Account Assignment Category Value Help |
| C_MM_AccountAssignCatValueHelp | view | from | CONSUMPTION | Account Assignment Category Value Help |
| C_PurContrAcctAssgmtCatVH | view | from | CONSUMPTION | Purchase Contract Account Assgmt Cat |
| C_PurOrdActACatValHelp | view | from | CONSUMPTION | Account Assignment Categories Value Help |
| C_PurOrdMaintainActACatValHelp | view | from | CONSUMPTION | PO Maintenance: Value Help for Account Assignment Category |
| C_SchedgAgrmtAcctAssgmtCatVH | view | from | CONSUMPTION | Account Assignment Categories Value Help |
| C_Ses_Accountassigncatvh | view | from | CONSUMPTION | Account Assignment Category Value Help |
| I_SrvcEntrShtAcctAssgmtCat | view | from | COMPOSITE | Account Assignment Category Value Help |
| P_PurOrdDownPayment | view | left_outer | CONSUMPTION | Private view for Down Payment |
@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
}