C_DebitMemoRequestTypeVH
Debit Memo Request Type
C_DebitMemoRequestTypeVH is a Consumption CDS View that provides data about "Debit Memo Request Type" in SAP S/4HANA. It reads from 1 data source (I_DebitMemoRequestType) and exposes 2 fields with key field DebitMemoRequestType.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_DebitMemoRequestType | I_DebitMemoRequestType | from |
Annotations (15)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | CSDDMRTPVH | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AbapCatalog.preserveKey | true | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| EndUserText.label | Debit Memo Request Type | view | |
| VDM.viewType | #CONSUMPTION | view | |
| ObjectModel.usageType.dataClass | #CUSTOMIZING | view | |
| ObjectModel.usageType.serviceQuality | #A | view | |
| ObjectModel.usageType.sizeCategory | #S | view | |
| ObjectModel.dataCategory | #VALUE_HELP | view | |
| ObjectModel.representativeKey | DebitMemoRequestType | view | |
| UI.headerInfo.typeName | Debit Memo Request | view | |
| UI.headerInfo.typeNamePlural | Debit Memo Requests | view | |
| Search.searchable | true | view |
Fields (2)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | DebitMemoRequestType | DebitMemoRequestType | ||
| _Text | _Text |
@AbapCatalog.sqlViewName: 'CSDDMRTPVH'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey:true
//@AbapCatalog.buffering.status: #ACTIVE
//@AbapCatalog.buffering.type: #FULL
@ClientHandling.algorithm: #SESSION_VARIABLE
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'Debit Memo Request Type'
@VDM.viewType: #CONSUMPTION
@ObjectModel.usageType.dataClass: #CUSTOMIZING
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.sizeCategory: #S
@ObjectModel.dataCategory: #VALUE_HELP
@ObjectModel.representativeKey: 'DebitMemoRequestType'
@UI.headerInfo:{
typeName: 'Debit Memo Request',
typeNamePlural: 'Debit Memo Requests'
}
@Search.searchable: true
define view C_DebitMemoRequestTypeVH as select from I_DebitMemoRequestType {
@ObjectModel.text.association: '_Text'
@Search.defaultSearchElement: true
key DebitMemoRequestType,
_Text
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_DEBITMEMOREQUESTTYPE"
],
"ASSOCIATED":
[
"I_SALESDOCUMENTTYPETEXT"
],
"BASE":
[
"I_DEBITMEMOREQUESTTYPE"
],
"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