Fclm_Bseg_Actitem

DDL: FCLM_BSEG_ACTITEM SQL: VFCLMBSEGACT Type: view

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)

SourceAliasJoin Type
bseg a from
Fclm_Flow_Level c inner

Annotations (6)

NameValueLevelField
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

Fields (3)

KeyFieldSource TableSource FieldDescription
bukrs bseg bukrs
belnr bseg belnr
gjahr bseg gjahr
@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';