A_BatchCharcValue
Batch Characteristics Valuation
A_BatchCharcValue is a Consumption CDS View that provides data about "Batch Characteristics Valuation" in SAP S/4HANA. It reads from 1 data source (R_BatchCharacteristicValueTP) and exposes 25 fields with key fields Material, BatchIdentifyingPlant, Batch, CharcInternalID, CharcValuePositionNumber.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| R_BatchCharacteristicValueTP | R_BatchCharacteristicValueTP | projection |
Annotations (8)
| Name | Value | Level | Field |
|---|---|---|---|
| AccessControl.authorizationCheck | #CHECK | view | |
| EndUserText.label | Batch Characteristics Valuation | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| ObjectModel.usageType.serviceQuality | #D | view | |
| ObjectModel.usageType.sizeCategory | #L | view | |
| ObjectModel.usageType.dataClass | #MIXED | view | |
| VDM.lifecycle.contract.type | #PUBLIC_REMOTE_API | view | |
| VDM.viewType | #CONSUMPTION | view |
Fields (25)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | Material | Material | ||
| KEY | BatchIdentifyingPlant | BatchIdentifyingPlant | ||
| KEY | Batch | Batch | ||
| KEY | CharcInternalID | CharcInternalID | ||
| KEY | CharcValuePositionNumber | ClfnCharcValuePositionNumber | ||
| CharcValueDependency | CharcValueIntervalType | |||
| CharcValue | CharcValue | |||
| CharcFromNumericValue | CharcFromNumericValue | |||
| CharcFromNumericValueUnit | CharcFromNumericValueUnit | |||
| CharcToNumericValue | CharcToNumericValue | |||
| CharcToNumericValueUnit | CharcToNumericValueUnit | |||
| CharcFromDecimalValue | CharcFromDecimalValue | |||
| CharcToDecimalValue | CharcToDecimalValue | |||
| CharcFromAmount | CharcFromAmount | |||
| CharcToAmount | CharcToAmount | |||
| Currency | Currency | |||
| CharcFromDate | CharcFromDate | |||
| CharcToDate | CharcToDate | |||
| CharcFromTime | CharcFromTime | |||
| CharcToTime | CharcToTime | |||
| CharacteristicAuthor | CharcAuthor | |||
| LastChangeDateTime | LastChangeDateTime | |||
| _BatchTPas_BatchredirectedtoA_Batch | ||||
| ClassType | ClassType | |||
| _ClfnCharacteristic | _ClfnCharacteristic |
@AccessControl.authorizationCheck: #CHECK
@EndUserText.label: 'Batch Characteristics Valuation'
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel.usageType: {serviceQuality: #D, sizeCategory: #L, dataClass: #MIXED}
@VDM.lifecycle.contract.type: #PUBLIC_REMOTE_API
@VDM.viewType: #CONSUMPTION
define view entity A_BatchCharcValue
as projection on R_BatchCharacteristicValueTP
{
key Material,
key BatchIdentifyingPlant,
key Batch,
key CharcInternalID,
key ClfnCharcValuePositionNumber as CharcValuePositionNumber,
CharcValueIntervalType as CharcValueDependency,
CharcValue,
CharcFromNumericValue,
CharcFromNumericValueUnit,
CharcToNumericValue,
CharcToNumericValueUnit,
CharcFromDecimalValue,
CharcToDecimalValue,
@Semantics.amount.currencyCode: 'Currency'
CharcFromAmount,
@Semantics.amount.currencyCode: 'Currency'
CharcToAmount,
@Semantics.currencyCode: true
Currency,
CharcFromDate,
CharcToDate,
CharcFromTime,
CharcToTime,
CharcAuthor as CharacteristicAuthor,
LastChangeDateTime,
/* Compositions */
_BatchCharacteristicTP as _BatchCharc : redirected to parent A_BatchCharc,
/* DCL */
@Consumption.hidden: true
_BatchTP as _Batch : redirected to A_Batch,
@Consumption.hidden: true
ClassType,
@Consumption.hidden: true
_ClfnCharacteristic
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"R_BATCHCHARACTERISTICVALUETP"
],
"ASSOCIATED":
[
"A_BATCH",
"A_BATCHCHARC",
"I_CLFNCHARACTERISTICFORKEYDATE",
"R_BATCHCHARACTERISTICTP",
"R_BATCHTP"
],
"BASE":
[
"R_BATCHCHARACTERISTICVALUETP"
],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/
Learn More
- What Is a CDS View in SAP S/4HANA?
- Types of CDS Views: Basic, Composite, Consumption, and Transactional
- SAP Tables vs CDS Views — Key Differences
- Understanding Data Lineage in SAP S/4HANA
- VDM (Virtual Data Model) in SAP S/4HANA Explained
- CDS View Annotations — A Complete Guide
- CDS View Field Mapping and Associations
- Understanding the SAP S/4HANA Data Model
- CDS View Extensions and Custom Fields in SAP S/4HANA
- Released APIs and Stability Contracts in SAP S/4HANA