SHSM_PLAF
CDS Search Help for Planned Order replacing PLAF
SHSM_PLAF is a CDS View that provides data about "CDS Search Help for Planned Order replacing PLAF" in SAP S/4HANA. It reads from 1 data source (plaf) and exposes 6 fields. Part of development package MD.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| plaf | plaf | from |
Annotations (11)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | SHSMPLAF | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| AccessControl.authorizationCheck | #CHECK | view | |
| AccessControl.personalData.blocking | #NOT_REQUIRED | view | |
| ObjectModel.usageType.serviceQuality | #B | view | |
| ObjectModel.usageType.sizeCategory | #L | view | |
| ObjectModel.usageType.dataClass | #TRANSACTIONAL | view | |
| ObjectModel.dataCategory | #VALUE_HELP | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| EndUserText.label | CDS Search Help for Planned Order replacing PLAF | view |
Fields (6)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| plnum | plnum | |||
| matnr | matnr | |||
| plwrk | plwrk | |||
| pwwrk | pwwrk | |||
| paart | paart | |||
| dispo | dispo |
@AbapCatalog.sqlViewName: 'SHSMPLAF'
@AbapCatalog.compiler.compareFilter: true
@ClientHandling.algorithm: #SESSION_VARIABLE
@AccessControl.authorizationCheck: #CHECK
@AccessControl.personalData.blocking: #NOT_REQUIRED
@ObjectModel.usageType: {serviceQuality: #B, sizeCategory: #L, dataClass: #TRANSACTIONAL}
@ObjectModel.dataCategory: #VALUE_HELP
@Metadata.ignorePropagatedAnnotations: true
@EndUserText.label: 'CDS Search Help for Planned Order replacing PLAF'
define view SHSM_PLAF
as select from plaf
{
plnum,
matnr,
plwrk,
pwwrk,
paart,
dispo
};
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