FNDEI_ADCP_BlockingInfo
Blocking Info View for table ADCP
FNDEI_ADCP_BlockingInfo is a CDS View that provides data about "Blocking Info View for table ADCP" in SAP S/4HANA. It reads from 1 data source (adcp) and exposes 5 fields with key fields client, addrnumber, persnumber, date_from, nation. Part of development package FNDEI_VIEW_PROVISIONING_FILTER.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| adcp | adcp | from |
Annotations (8)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | FNDEIBADCP | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| ClientHandling.algorithm | #AUTOMATED | view | |
| EndUserText.label | Blocking Info View for table ADCP | view | |
| ObjectModel.usageType.dataClass | #TRANSACTIONAL | view | |
| ObjectModel.usageType.sizeCategory | #L | view | |
| ObjectModel.usageType.serviceQuality | #B | view |
Fields (5)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | client | client | ||
| KEY | addrnumber | addrnumber | ||
| KEY | persnumber | persnumber | ||
| KEY | date_from | date_from | ||
| KEY | nation | nation |
@AbapCatalog.sqlViewName: 'FNDEIBADCP'
@AbapCatalog.compiler.compareFilter: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@ClientHandling.algorithm: #AUTOMATED
@EndUserText.label: 'Blocking Info View for table ADCP'
@ObjectModel.usageType.dataClass: #TRANSACTIONAL
@ObjectModel.usageType.sizeCategory: #L
@ObjectModel.usageType.serviceQuality: #B
define view FNDEI_ADCP_BlockingInfo as select from adcp {
key client,
key addrnumber,
key persnumber,
key date_from,
key nation,
case when xpcpt = '' or xpcpt is null
then 'X'
end as NotBlocked,
case when xpcpt = '' or xpcpt is null
then 'X'
end as NotBlockedOnTarget
}
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