I_RO_SAFTDOCUMENTTYPEMAP
Document Type Mapping
I_RO_SAFTDOCUMENTTYPEMAP is a CDS View in S/4HANA. Document Type Mapping. 6 CDS views read from this table.
CDS Views using this table (6)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| C_RO_SAFTReportedItemsLog | view | inner | CONSUMPTION | GL Entry for Reported Items Log |
| I_RO_SAFTStockMovementLine | view | inner | COMPOSITE | Stock Movement Line Items |
| P_RO_SAFTPurInvHdr1 | view | inner | CONSUMPTION | Pur Inv Header for RO SAFT Base 1 |
| P_RO_SAFTPurInvItem | view | inner | CONSUMPTION | |
| P_RO_SAFTSalesInvoiceItem | view | inner | CONSUMPTION | |
| P_RO_SAFTSalInvHdr1 | view | inner | CONSUMPTION | Sales Inv Header for RO SAFT Base 1 |
@AbapCatalog.sqlViewName: 'IROSAFTDOCTYPMAP'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@VDM.viewType: #BASIC
@ObjectModel.usageType.serviceQuality: #X
@ObjectModel.usageType.sizeCategory: #S
@ObjectModel.usageType.dataClass: #CUSTOMIZING
@AccessControl.personalData.blocking: #NOT_REQUIRED
@AccessControl.authorizationCheck: #NOT_REQUIRED
@ClientHandling.algorithm: #SESSION_VARIABLE
@EndUserText.label: 'Document Type Mapping'
define view I_RO_SAFTDocumentTypeMap
as select from /ceecv/rocdocmfi as DocumentTypeMapping
{
key DocumentTypeMapping.bukrs as CompanyCode,
key DocumentTypeMapping.blart as AccountingDocumentType,
DocumentTypeMapping.source_doc_type as RO_SAFTSourceDocumentType,
DocumentTypeMapping.exchratehdr as RO_SAFTIsExchHeaderTable
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"/CEECV/ROCDOCMFI"
],
"ASSOCIATED":
[],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/