C_CBC_STA_ACT
C_CBC_STA_ACT is a CDS View in SAP S/4HANA. It reads from 1 data source (I_CBC_STA_ACT) and exposes 8 fields with key fields StagingID, ActivityNumber.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_CBC_STA_ACT | I_CBC_STA_ACT | projection |
Annotations (2)
| Name | Value | Level | Field |
|---|---|---|---|
| AccessControl.authorizationCheck | #CHECK | view | |
| OData.entityType.name | Activity_Type | view |
Fields (8)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | StagingID | StagingID | ||
| KEY | ActivityNumber | ActivityNumber | ||
| ExternalActivityID | ExternalActivityID | |||
| ImgActivity | ImgActivity | |||
| Ach | Ach | |||
| ActivityStatus | ActivityStatus | |||
| RequestNumber | RequestNumber | |||
| _StagingredirectedtoparentC_CBC_STA |
@AccessControl.authorizationCheck: #CHECK
@OData.entityType.name: 'Activity_Type'
define view entity C_CBC_STA_ACT
as projection on I_CBC_STA_ACT
{
key StagingID,
key ActivityNumber,
ExternalActivityID,
ImgActivity,
Ach,
ActivityStatus,
RequestNumber,
_Staging : redirected to parent C_CBC_STA // Make association public
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_CBC_STA_ACT"
],
"ASSOCIATED":
[
"C_CBC_STA"
],
"BASE":
[
"I_CBC_STA_ACT"
],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/
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