A_StandardWorkFmlaParamGrpText
Standard Work Formula Param Group Text
A_StandardWorkFmlaParamGrpText is a Composite CDS View that provides data about "Standard Work Formula Param Group Text" in SAP S/4HANA. It reads from 1 data source (I_StandardWorkFmlaParamGrpText) and exposes 3 fields with key fields StandardWorkFormulaParamGroup, 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_StandardWorkFmlaParamGrpText | I_StandardWorkFmlaParamGrpText | from |
Annotations (10)
| Name | Value | Level | Field |
|---|---|---|---|
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| EndUserText.label | Standard Work Formula Param Group Text | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| ObjectModel.usageType.serviceQuality | #X | view | |
| ObjectModel.usageType.sizeCategory | #S | view | |
| ObjectModel.usageType.dataClass | #CUSTOMIZING | view | |
| ObjectModel.dataCategory | #TEXT | view | |
| VDM.viewType | #COMPOSITE | view | |
| VDM.lifecycle.contract.type | #PUBLIC_REMOTE_API | view | |
| OData.entityType.name | StandardWorkFmlaParamGrpText_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 | StandardWorkFormulaParamGroup | StandardWorkFormulaParamGroup | ||
| KEY | Language | Language | ||
| StandardWorkFmlaParamGroupDesc | StandardWorkFmlaParamGroupDesc |
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'Standard Work Formula Param Group Text'
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel.usageType:{
serviceQuality: #X,
sizeCategory: #S,
dataClass: #CUSTOMIZING
}
@ObjectModel:{
dataCategory: #TEXT
}
@VDM.viewType: #COMPOSITE
@VDM.lifecycle.contract.type: #PUBLIC_REMOTE_API
@OData.entityType.name:'StandardWorkFmlaParamGrpText_Type'
define view entity A_StandardWorkFmlaParamGrpText
as select from I_StandardWorkFmlaParamGrpText
{
key StandardWorkFormulaParamGroup,
@Semantics.language: true
key Language,
@Semantics.text: true
StandardWorkFmlaParamGroupDesc
}
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