P_JRNLENTRADDLCLRGINFORMATION
Clearing Information for MX
P_JRNLENTRADDLCLRGINFORMATION is a CDS View in S/4HANA. Clearing Information for MX. It contains 3 fields. 6 CDS views read from this table.
CDS Views using this table (6)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| P_MX_JournalEntryPaymentItem | view | inner | CONSUMPTION | Journal Entry Payment Item |
| P_MX_JrnlEntrForeignCompDets | view | union_all | CONSUMPTION | MX JE Foreign Compensation Details |
| P_MX_JrnlEntrItmInvcCompType | view | from | CONSUMPTION | Select Compesantion type for the document |
| P_MX_JrnlEntrItmInvcCompType | view | union_all | CONSUMPTION | Select Compesantion type for the document |
| P_MX_JrnlEntrNationalCompDets | view | union_all | CONSUMPTION | MX JE National Compensation Details |
| P_MX_JrnlEntrOtherCompDets | view | union_all | CONSUMPTION | MX JE Other Compensation Details |
Fields (3)
| Key | Field | CDS Fields | Used in Views |
|---|---|---|---|
| KEY | ClearingAccountingDocument | AccountingDocument | 4 |
| KEY | ClearingCompanyCode | CompanyCode | 4 |
| KEY | ClearingDocFiscalYear | ClearingDocFiscalYear,FiscalYear | 4 |
@AbapCatalog.sqlViewName: 'PMXJRENCLRINFO'
@VDM.viewType: #CONSUMPTION
@VDM.private: true
@AbapCatalog.compiler.compareFilter: true
@AccessControl.authorizationCheck: #CHECK
@ClientHandling.algorithm: #SESSION_VARIABLE
@ObjectModel.usageType.sizeCategory: #S
@ObjectModel.usageType.dataClass: #MIXED
@ObjectModel.usageType.serviceQuality: #P
@AbapCatalog.preserveKey:true
define view P_JrnlEntrAddlClrgInformation as select from bse_clr {
//bse_clr
key bukrs_clr as ClearingCompanyCode,
key belnr_clr as ClearingAccountingDocument,
key cast( gjahr_clr as fis_gjahr_no_conv preserving type ) as ClearingDocFiscalYear,
key index_clr as ClearingIndex,
agbuz as SetLineNumber,
clrin as ClearingInformationType,
koart as FinancialAccountType,
bukrs as CompanyCode,
belnr as AccountingDocument,
cast( gjahr as fis_gjahr_no_conv preserving type ) as FiscalYear,
shkzg as DebitCreditCode
}