Fclm_Bseg_Actitem
Actual Item in BSEG
Fclm_Bseg_Actitem is a CDS View that provides data about "Actual Item in BSEG" in SAP S/4HANA. It reads from 2 data sources (bseg, Fclm_Flow_Level) and exposes 3 fields.
Data Sources (2)
| Source | Alias | Join Type |
|---|---|---|
| bseg | a | from |
| Fclm_Flow_Level | c | inner |
Annotations (6)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | VFCLMBSEGACT | view | |
| EndUserText.label | Actual Item in BSEG | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| ObjectModel.usageType.serviceQuality | #P | view |
@AbapCatalog.sqlViewName: 'VFCLMBSEGACT'
@EndUserText.label: 'Actual Item in BSEG'
@ClientHandling.algorithm: #SESSION_VARIABLE
@Metadata.ignorePropagatedAnnotations: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@ObjectModel.usageType.serviceQuality: #P
define view Fclm_Bseg_Actitem
as
select from bseg as a inner join Fclm_Flow_Level as c on a.fqftype = c.flow_type
{
a.bukrs, a.belnr, a.gjahr
} where c.flow_level = '90';
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