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. It is exposed through 1 OData service (UI_WASTESTREAM_MANAGE). It is used in 1 Fiori application: My Waste Streams. Part of development package EHEWA_CNS_WASTESTREAM.
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 |
OData Services (1)
| Service | Binding | Version | Contract | Release |
|---|---|---|---|---|
| UI_WASTESTREAM_MANAGE | UI_WASTESTREAM_MANAGE | V2 | C1 | NOT_RELEASED |
Fiori Apps (1)
| App ID | App Name | Type | Description |
|---|---|---|---|
| F5410 | My Waste Streams | Transactional | An application to create waste streams and disposal channels for Waste Management |
My Waste Streams
Business Role: Environmental Manager
With this feature, a user with the role of Environmental Manager can create waste streams, including waste disposal channels. Waste streams define the relationship between a waste product, a waste generator, a storage location, and the point(s) of waste generation. In addition, disposal channels can be created within a waste stream. Disposal channels define how a waste product can be disposed of. Disposal channels define the relationship between a waste stream and transporters and disposers. Transporters and disposers are previously entered as waste partners and then assigned to a waste material using the My Transporters and Disposers - Waste Management app.
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'
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