A_StandardWorkFormulaParamText
Standard Work Formula Param Text
A_StandardWorkFormulaParamText is a Composite CDS View that provides data about "Standard Work Formula Param Text" in SAP S/4HANA. It reads from 1 data source (I_StandardWorkFormulaParamText) and exposes 3 fields with key fields StandardWorkFormulaParameter, Language. It is exposed through 1 OData service (API_STDWRKFMLAPARAM_GROUP). Part of development package VDM_PP_MD_WKC.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_StandardWorkFormulaParamText | I_StandardWorkFormulaParamText | from |
Annotations (10)
| Name | Value | Level | Field |
|---|---|---|---|
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| EndUserText.label | Standard Work Formula Param Text | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| VDM.lifecycle.contract.type | #PUBLIC_REMOTE_API | view | |
| ObjectModel.usageType.serviceQuality | #X | view | |
| ObjectModel.usageType.sizeCategory | #S | view | |
| ObjectModel.usageType.dataClass | #CUSTOMIZING | view | |
| VDM.viewType | #COMPOSITE | view | |
| ObjectModel.dataCategory | #TEXT | view | |
| OData.entityType.name | StandardWorkFormulaParamText_Type | view |
OData Services (1)
| Service | Binding | Version | Contract | Release |
|---|---|---|---|---|
| API_STDWRKFMLAPARAM_GROUP | API_STDWRKFMLAPARAM_GROUP | V2 | C2 | C1 |
Fields (3)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | StandardWorkFormulaParameter | StandardWorkFormulaParameter | ||
| KEY | Language | Language | ||
| StandardWorkFormulaParamName | StandardWorkFormulaParamName |
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'Standard Work Formula Param Text'
@Metadata.ignorePropagatedAnnotations: true
@VDM.lifecycle.contract.type: #PUBLIC_REMOTE_API
@ObjectModel.usageType:{
serviceQuality: #X,
sizeCategory: #S,
dataClass: #CUSTOMIZING
}
@VDM.viewType: #COMPOSITE
@ObjectModel:{
dataCategory: #TEXT
}
@OData.entityType.name:'StandardWorkFormulaParamText_Type'
define view entity A_StandardWorkFormulaParamText
as select from I_StandardWorkFormulaParamText
{
key StandardWorkFormulaParameter,
@Semantics.language: true
key Language,
@Semantics.text: true
StandardWorkFormulaParamName
}
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