I_APProcessFlowDocTypeText
Document Type Description for Accounts Payable Process Flow
I_APProcessFlowDocTypeText is a Basic CDS View that provides data about "Document Type Description for Accounts Payable Process Flow" in SAP S/4HANA. It reads from 1 data source (P_APProcessFlowDocTypeText) and exposes 5 fields with key fields Language, DocumentType, ProcessType.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| P_APProcessFlowDocTypeText | P_APProcessFlowDocTypeText | from |
Annotations (11)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | IAPDOCTYPETEXT | view | |
| VDM.viewType | #BASIC | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| EndUserText.label | Document Type Description for Accounts Payable Process Flow | view | |
| ObjectModel.usageType.serviceQuality | #A | view | |
| ObjectModel.usageType.sizeCategory | #S | view | |
| ObjectModel.dataCategory | #TEXT | view | |
| ObjectModel.usageType.dataClass | #ORGANIZATIONAL | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| ObjectModel.representativeKey | DocumentType | view |
Fields (5)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | Language | Language | ||
| KEY | DocumentType | DocumentType | ||
| KEY | ProcessType | ProcessType | ||
| DocumentTypeDescription | DocumentTypeDescription | |||
| _Language | _Language |
@AbapCatalog.sqlViewName: 'IAPDOCTYPETEXT'
@VDM.viewType : #BASIC
@AbapCatalog.compiler.compareFilter: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'Document Type Description for Accounts Payable Process Flow'
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.sizeCategory: #S
@ObjectModel.dataCategory: #TEXT
@ObjectModel.usageType.dataClass: #ORGANIZATIONAL
@ClientHandling.algorithm: #SESSION_VARIABLE
@ObjectModel.representativeKey: 'DocumentType'
define view I_APProcessFlowDocTypeText as select from P_APProcessFlowDocTypeText {
@ObjectModel.foreignKey.association: '_Language'
@Semantics.language: true
key Language,
key DocumentType,
key ProcessType,
@Semantics.text: true
DocumentTypeDescription,
_Language
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"P_APPROCESSFLOWDOCTYPETEXT"
],
"ASSOCIATED":
[
"I_LANGUAGE"
],
"BASE":
[
"P_APPROCESSFLOWDOCTYPETEXT"
],
"VERSION":0
}
}*/
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