R_MARKINGALLOWANCE
Marking Allowance
R_MARKINGALLOWANCE is a CDS View in S/4HANA. Marking Allowance. It contains 2 fields. 2 CDS views read from this table.
CDS Views using this table (2)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| I_MatlValnMngMrkdReldCostEst | view_entity | inner | COMPOSITE | Matl Valuations Marked and Reld Cost Est |
| P_Matval_Manage_Cost | view_entity | inner | COMPOSITE | Manage Material Valuations, table of cost estimates |
Fields (2)
| Key | Field | CDS Fields | Used in Views |
|---|---|---|---|
| AccountingValuationSubview | AccountingValuationSubview | 2 | |
| AccountingValuationView | AccountingValuationView,ControllingValuationType | 2 |
@AbapCatalog.viewEnhancementCategory: [ #NONE ]
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'Marking Allowance'
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel.usageType: { serviceQuality: #A, sizeCategory: #M, dataClass: #MASTER }
@VDM.lifecycle.contract.type: #SAP_INTERNAL_API
@VDM.viewType: #BASIC
define view entity R_MarkingAllowance
as select from fvmkld
{
key bukrs as CompanyCode,
key cast(bdatj as fis_gjahr_no_conv preserving type) as FiscalYear,
key poper as FiscalPeriod,
key rldnr as Ledger,
key valuation as AccountingValuationView,
// key field is not used in cloud
key valusubtyp as AccountingValuationSubview,
klvar as CostingVariant,
kalka as CostingType,
bwvar as ValuationVariant,
tvers as CostingVersion
}