I_COACHANGELISTTOCOCODE
Interface for table COACHNGLISTCOCD
I_COACHANGELISTTOCOCODE is a CDS View in S/4HANA. Interface for table COACHNGLISTCOCD. 1 CDS views read from this table.
CDS Views using this table (1)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| P_COAChangeListToCoCode | view_entity | from | COMPOSITE | Operating Chart of Accounts |
@AccessControl.authorizationCheck: #CHECK
@EndUserText.label: 'Interface for table COACHNGLISTCOCD'
@ObjectModel.usageType.serviceQuality: #C
@ObjectModel.usageType.sizeCategory: #M
@ObjectModel.usageType.dataClass: #MASTER
@VDM.viewType: #BASIC
define view entity I_COAChangeListToCoCode as select from coachnglistcocd
{
key itemnumber as COAChangeListItemUUID,
key ktopl as ChartOfAccounts,
key target_saknr as COAChangeListTargetNumber,
key bukrs as CompanyCode,
assigned as AllocationTagIsAssigned
}