C_ProdSftyTimeIndTextTemp
Value Help Text - Safety Time Indicator
C_ProdSftyTimeIndTextTemp is a Consumption CDS View that provides data about "Value Help Text - Safety Time Indicator" in SAP S/4HANA. It reads from 1 data source (dd07t) and exposes 3 fields with key fields IsSafetyTime, Language.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| dd07t | dd07t | from |
Annotations (11)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | CSFTYTEXTTMP | view | |
| ObjectModel.dataCategory | #TEXT | view | |
| VDM.viewType | #CONSUMPTION | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| ObjectModel.representativeKey | IsSafetyTime | view | |
| ObjectModel.usageType.serviceQuality | #A | view | |
| ObjectModel.usageType.sizeCategory | #S | view | |
| ObjectModel.usageType.dataClass | #META | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| EndUserText.label | Value Help Text - Safety Time Indicator | view | |
| Search.searchable | true | view |
Fields (3)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | IsSafetyTime | |||
| KEY | Language | |||
| Name |
@AbapCatalog.sqlViewName: 'CSFTYTEXTTMP'
@ObjectModel.dataCategory: #TEXT
@VDM.viewType: #CONSUMPTION
@AccessControl.authorizationCheck: #NOT_REQUIRED
@ObjectModel.representativeKey: 'IsSafetyTime'
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.sizeCategory : #S
@ObjectModel.usageType.dataClass: #META
@ClientHandling.algorithm: #SESSION_VARIABLE
@EndUserText.label: 'Value Help Text - Safety Time Indicator'
@Search.searchable: true
define view C_ProdSftyTimeIndTextTemp
as select from dd07t
{
key cast(domvalue_l as periodtype) as IsSafetyTime,
@Semantics.language:true
key cast( ddlanguage as spras ) as Language,
@Semantics.text: true
@Search.defaultSearchElement: true
@Search.ranking: #HIGH
cast ( ddtext as val_text ) as Name
}
where
domname = 'SHFLG'
and as4local = 'A'
and as4vers = '0000'
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