I_FlocLabelingState
Functional Location Labeling State
I_FlocLabelingState is a Basic CDS View that provides data about "Functional Location Labeling State" in SAP S/4HANA. It reads from 1 data source (itobcust) and exposes 2 fields. Part of development package ILOM.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| itobcust | itobcust | from |
Annotations (7)
| Name | Value | Level | Field |
|---|---|---|---|
| EndUserText.label | Functional Location Labeling State | view | |
| VDM.viewType | #BASIC | view | |
| AbapCatalog.sqlViewName | IFLOCLABELSTATE | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| ObjectModel.usageType.dataClass | #CUSTOMIZING | view | |
| ObjectModel.usageType.serviceQuality | #A | view | |
| ObjectModel.usageType.sizeCategory | #S | view |
@EndUserText.label: 'Functional Location Labeling State'
@VDM.viewType: #BASIC
@AbapCatalog.sqlViewName: 'IFLOCLABELSTATE'
@AccessControl.authorizationCheck:#NOT_REQUIRED
//@ClientHandling.algorithm: #SESSION_VARIABLE
@ObjectModel.usageType.dataClass: #CUSTOMIZING
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.sizeCategory: #S
define view I_FlocLabelingState
as select from itobcust
{
itobcust.cnvrt as AlternativeLabelingIsActive, // Alternative Labeling active
itobcust.state as AlternativeLabelingStatus // 1 = Inactive, 2 = Active, 3 = Deactivated
}
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