C_CBC_STA_ACT
BC Staging Activity PV
C_CBC_STA_ACT is a CDS View that provides data about "BC Staging Activity PV" in SAP S/4HANA. It reads from 1 data source (I_CBC_STA_ACT) and exposes 8 fields with key fields StagingID, ActivityNumber. It is exposed through 1 OData service (API_CBC_STA). Part of development package S_CBC_STA.
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 |
OData Services (1)
| Service | Binding | Version | Contract | Release |
|---|---|---|---|---|
| API_CBC_STA | API_CBC_STA_O4 | V4 | C2 | C1 |
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
}
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