C_WasteStreamChnlAcctTypeVH
Waste Strm Dspsl Chnl Acc Assgmt Type VH
C_WasteStreamChnlAcctTypeVH is a Consumption CDS View that provides data about "Waste Strm Dspsl Chnl Acc Assgmt Type VH" in SAP S/4HANA. It reads from 1 data source (I_AccountAssignmentType) and exposes 2 fields with key field WasteStreamChnlAcctAssgmtType.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_AccountAssignmentType | I_AccountAssignmentType | from |
Annotations (13)
| Name | Value | Level | Field |
|---|---|---|---|
| EndUserText.label | Waste Strm Dspsl Chnl Acc Assgmt Type VH | view | |
| AbapCatalog.sqlViewName | CWSTSTCHNLACTYVH | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AbapCatalog.preserveKey | true | view | |
| VDM.viewType | #CONSUMPTION | view | |
| ObjectModel.usageType.dataClass | #MIXED | view | |
| ObjectModel.usageType.sizeCategory | #S | view | |
| ObjectModel.usageType.serviceQuality | #C | view | |
| ObjectModel.dataCategory | #VALUE_HELP | view | |
| ObjectModel.resultSet.sizeCategory | #XS | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| Search.searchable | true | view |
Fields (2)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | WasteStreamChnlAcctAssgmtType | AccountAssignmentType | Account Assignment Category | |
| AccountAssignmentTypeName | Description |
@EndUserText.label: 'Waste Strm Dspsl Chnl Acc Assgmt Type VH'
@AbapCatalog:
{
sqlViewName: 'CWSTSTCHNLACTYVH',
compiler.compareFilter: true,
preserveKey:true
}
@VDM.viewType: #CONSUMPTION
@ObjectModel:
{
usageType:
{
dataClass: #MIXED,
sizeCategory: #S,
serviceQuality: #C
},
dataCategory: #VALUE_HELP,
resultSet.sizeCategory: #XS
}
@AccessControl.authorizationCheck: #NOT_REQUIRED
@ClientHandling.algorithm: #SESSION_VARIABLE
@Search.searchable: true
define view C_WasteStreamChnlAcctTypeVH
as select from I_AccountAssignmentType
{
@Search.defaultSearchElement: true
@Search.fuzzinessThreshold: 1
@Search.ranking: #HIGH
@ObjectModel.text.element: ['AccountAssignmentTypeName']
@UI.textArrangement: #TEXT_ONLY
@UI.hidden: true
@EndUserText.label: 'Account Assignment Category'
key AccountAssignmentType as WasteStreamChnlAcctAssgmtType,
@Search.defaultSearchElement: true
@Search.fuzzinessThreshold: 1
@Search.ranking: #MEDIUM
@Semantics.text: true
@EndUserText.label: 'Description'
_Text[1: Language = $session.system_language].AccountAssignmentTypeName as AccountAssignmentTypeName
}
where
// Order
AccountAssignmentType = 'OR'
// Cost Center
or AccountAssignmentType = 'KS'
or AccountAssignmentType = 'PR'
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_ACCOUNTASSIGNMENTTYPE",
"I_ACCOUNTASSIGNMENTTYPET"
],
"ASSOCIATED":
[],
"BASE":
[],
"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