CRMS4_PS_SOA_LFCY_STATUS
Social Application Lifecycle Status
CRMS4_PS_SOA_LFCY_STATUS is a CDS View that provides data about "Social Application Lifecycle Status" in SAP S/4HANA. It reads from 1 data source (dd07t) and exposes 9 fields with key fields domname, ddlanguage, as4local, valpos, as4vers.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| dd07t | dd07t | from |
Annotations (9)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | CRMS4_PSOALCSTAT | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AbapCatalog.preserveKey | true | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| ObjectModel.usageType.serviceQuality | #X | view | |
| ObjectModel.usageType.sizeCategory | #S | view | |
| ObjectModel.usageType.dataClass | #MIXED | view | |
| EndUserText.label | Social Application Lifecycle Status | view |
Fields (9)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | domname | domname | ||
| KEY | ddlanguage | ddlanguage | ||
| KEY | as4local | as4local | ||
| KEY | valpos | valpos | ||
| KEY | as4vers | as4vers | ||
| ddtext | ddtext | |||
| domval_ld | domval_ld | |||
| domval_hd | domval_hd | |||
| domvalue_l | domvalue_l |
@AbapCatalog.sqlViewName: 'CRMS4_PSOALCSTAT'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@ClientHandling.algorithm: #SESSION_VARIABLE
@ObjectModel.usageType: {serviceQuality: #X, sizeCategory: #S, dataClass: #MIXED}
@EndUserText.label: 'Social Application Lifecycle Status'
define view CRMS4_PS_SOA_LFCY_STATUS
as select from dd07t
{
key domname,
key ddlanguage,
key as4local,
key valpos,
key as4vers,
ddtext,
domval_ld,
domval_hd,
domvalue_l
}
where
domname = 'CRMS4_PS_PSOA_STAT_LIFECYCLE_H'
and ddlanguage = $session.system_language
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"DD07T"
],
"ASSOCIATED":
[],
"BASE":
[],
"ANNO_REF":
[],
"VERSION":0
}
}*/
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