I_SuplrInvcDebitCreditCodeText
Supplier Invoices By Account Assignments Debit Credit Text
I_SuplrInvcDebitCreditCodeText is a Basic CDS View that provides data about "Supplier Invoices By Account Assignments Debit Credit Text" in SAP S/4HANA. It reads from 1 data source (dd07t) and exposes 3 fields with key fields DebitCreditCode, Language. Part of development package ODATA_MM_IV_LST_ACC.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| dd07t | dd07t | from |
Annotations (11)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | ISUPINVDCTXT | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| AccessControl.personalData.blocking | #NOT_REQUIRED | view | |
| VDM.viewType | #BASIC | view | |
| VDM.lifecycle.contract.type | #SAP_INTERNAL_API | view | |
| EndUserText.label | Supplier Invoices By Account Assignments Debit Credit Text | view | |
| ObjectModel.usageType.serviceQuality | #A | view | |
| ObjectModel.usageType.sizeCategory | #L | view | |
| ObjectModel.usageType.dataClass | #TRANSACTIONAL | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view |
Fields (3)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | DebitCreditCode | |||
| KEY | Language | ddlanguage | ||
| DebitCreditCodeName |
@AbapCatalog.sqlViewName: 'ISUPINVDCTXT'
@AbapCatalog.compiler.compareFilter: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@AccessControl.personalData.blocking: #NOT_REQUIRED
@VDM.viewType: #BASIC
@VDM.lifecycle.contract.type: #SAP_INTERNAL_API
@EndUserText.label: 'Supplier Invoices By Account Assignments Debit Credit Text'
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.sizeCategory: #L
@ObjectModel.usageType.dataClass: #TRANSACTIONAL
@ClientHandling.algorithm: #SESSION_VARIABLE
define view I_SuplrInvcDebitCreditCodeText
as select from dd07t
{
key cast ( substring(domvalue_l, 1, 1) as koart preserving type) as DebitCreditCode,
key ddlanguage as Language,
cast ( ddtext as mmiv_description_text preserving type) as DebitCreditCodeName
}
where
domname = 'SHKZG'
and as4local = 'A'
and ddlanguage = $session.system_language
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