I_ABOPCheckingRuleValueHelp
Value Help for ABOP Checking Rule
I_ABOPCheckingRuleValueHelp is a Basic CDS View that provides data about "Value Help for ABOP Checking Rule" in SAP S/4HANA. It reads from 2 data sources (dd07t, I_ABOPPurchasingDocType) and exposes 3 fields with key fields ABOPCheckingRule, ABOPCheckingRule.
Data Sources (2)
| Source | Alias | Join Type |
|---|---|---|
| dd07t | dd07t | union |
| I_ABOPPurchasingDocType | I_ABOPPurchasingDocType | from |
Annotations (11)
| Name | Value | Level | Field |
|---|---|---|---|
| VDM.viewType | #BASIC | view | |
| AbapCatalog.sqlViewName | IABOPCHCKRLVH | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| ObjectModel.semanticKey | ABOPCheckingRule | view | |
| ObjectModel.dataCategory | #VALUE_HELP | view | |
| ObjectModel.usageType.serviceQuality | #C | view | |
| ObjectModel.usageType.sizeCategory | #M | view | |
| ObjectModel.usageType.dataClass | #MASTER | view | |
| EndUserText.label | Value Help for ABOP Checking Rule | view |
Fields (3)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | ABOPCheckingRule | PurchasingDocumentType | ||
| KEY | ABOPCheckingRule | domvalue_l | ||
| ABOPCheckingRuleText | ddtext |
@VDM.viewType:#BASIC
@AbapCatalog.sqlViewName: 'IABOPCHCKRLVH'
@AccessControl.authorizationCheck: #NOT_REQUIRED
@ClientHandling.algorithm: #SESSION_VARIABLE
@AbapCatalog.compiler.compareFilter: true
@ObjectModel: {
semanticKey: 'ABOPCheckingRule',
dataCategory: #VALUE_HELP,
usageType: {
serviceQuality: #C,
sizeCategory: #M,
dataClass: #MASTER
}
}
@EndUserText.label: 'Value Help for ABOP Checking Rule'
define view I_ABOPCheckingRuleValueHelp
as select from I_ABOPPurchasingDocType
{
key PurchasingDocumentType as ABOPCheckingRule,
PurchasingDocumentTypeName as ABOPCheckingRuleText
}
union select from dd07t
{
$session.client as mandt,
key domvalue_l as ABOPCheckingRule,
ddtext as ABOPCheckingRuleText
}
where
domname = 'ATP_BOP_CHECKING_RULE'
and ddlanguage = $session.system_language
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_ABOPPURCHASINGDOCTYPE",
"DD07T"
],
"ASSOCIATED":
[],
"BASE":
[],
"ANNO_REF":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/
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