I_SafetyPrecautionText
Safety Precaution Category - Text
I_SafetyPrecautionText is a Basic CDS View that provides data about "Safety Precaution Category - Text" in SAP S/4HANA. It reads from 1 data source (ptwsftyrqmttxt) and exposes 4 fields with key fields Language, WrkPmtSftyRequirementCategory, WorkPermitSafetyRequirement. Part of development package VDM_EAM_WCM_PERMIT_TO_WORK.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| ptwsftyrqmttxt | ptwsftyrqmttxt | from |
Annotations (11)
| Name | Value | Level | Field |
|---|---|---|---|
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| ObjectModel.resultSet.sizeCategory | #XS | view | |
| ObjectModel.usageType.serviceQuality | #B | view | |
| ObjectModel.usageType.sizeCategory | #S | view | |
| ObjectModel.usageType.dataClass | #CUSTOMIZING | view | |
| Search.searchable | true | view | |
| VDM.lifecycle.contract.type | #PUBLIC_LOCAL_API | view | |
| VDM.viewType | #BASIC | view | |
| ObjectModel.dataCategory | #TEXT | view | |
| Analytics.technicalName | ISPRITMTXT | view | |
| EndUserText.label | Safety Precaution Category - Text | view |
Fields (4)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | Language | spras | ||
| KEY | WrkPmtSftyRequirementCategory | ptwsftyrqmtcategory | ||
| KEY | WorkPermitSafetyRequirement | ptwsftyrqmt | ||
| WrkPmtSafetyRequirementText | ptwsftyrqmttxt |
@AccessControl.authorizationCheck: #NOT_REQUIRED
@ObjectModel.resultSet.sizeCategory: #XS
@ObjectModel.usageType: {serviceQuality: #B, sizeCategory: #S, dataClass: #CUSTOMIZING}
@Search.searchable: true
@VDM.lifecycle.contract.type: #PUBLIC_LOCAL_API
@VDM.viewType: #BASIC
@ObjectModel.dataCategory: #TEXT
@Analytics.technicalName: 'ISPRITMTXT'
@EndUserText.label: 'Safety Precaution Category - Text'
define view entity I_SafetyPrecautionText
as select from ptwsftyrqmttxt
{
@UI.hidden: true
@Semantics.language:true
key spras as Language,
key ptwsftyrqmtcategory as WrkPmtSftyRequirementCategory,
@UI.textArrangement: #TEXT_ONLY
key ptwsftyrqmt as WorkPermitSafetyRequirement,
@Consumption.filter.multipleSelections: true
@Semantics.text:true
@Search.defaultSearchElement: true
@Search.fuzzinessThreshold: 0.8
@Search.ranking: #LOW
ptwsftyrqmttxt as WrkPmtSafetyRequirementText
}
where
spras = $session.system_language
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