I_RO_SAFTDOCUMENTTYPEMAP

CDS View

Document Type Mapping

I_RO_SAFTDOCUMENTTYPEMAP is a CDS View in S/4HANA. Document Type Mapping. 18 CDS views read from this table.

CDS Views using this table (18)

ViewTypeJoinVDMDescription
C_RO_SAFTReportedItemsLog view inner CONSUMPTION GL Entry for Reported Items Log
I_RO_SAFTMatlDocHeader view_entity inner COMPOSITE RO SAFT Material Document Header
I_RO_SAFTMatlDocLineItem view_entity inner COMPOSITE RO SAFT Matl Doc Lines
I_RO_SAFTStockMovementLine view inner COMPOSITE Stock Movement Line Items
P_RO_SAFTNTRPurInvItem view_entity inner CONSUMPTION Purchase invoice items
P_RO_SAFTNTRPURINVWIAHEADER view_entity inner CONSUMPTION Purchase invoice WIA header
P_RO_SAFTNTRREPORTEDITEMSLOG view_entity inner CONSUMPTION RO SAFT NTR Reported Items Log
P_RO_SAFTNTRREPORTEDITEMSLOG2 view_entity inner CONSUMPTION RO SAFT NTR Reported Items Log
P_RO_SAFTNTRSlsInvItem view_entity inner CONSUMPTION Sales invoice items
P_RO_SAFTNTRSLSINVWIAHEADER view_entity inner CONSUMPTION Sales invoice WIA header
P_RO_SAFTPurInvHdr1 view inner CONSUMPTION Pur Inv Header for RO SAFT Base 1
P_RO_SAFTPurInvItem view inner CONSUMPTION Purchase invoice items
P_RO_SAFTPurInvItemAmount view_entity inner CONSUMPTION Purchase invoice items
P_RO_SAFTPURINVITEMTOTAL view_entity inner CONSUMPTION Purchase invoice items
P_RO_SAFTSalesInvoiceItem view inner CONSUMPTION Sales invoice item for RO SAFT - Cube
P_RO_SAFTSalInvHdr1 view inner CONSUMPTION Sales Inv Header for RO SAFT Base 1
P_RO_SAFTSLSINVITEMTOTAL view_entity inner CONSUMPTION Sales invoice items
P_RO_SAFTSlsInvoiceItemAmount view_entity inner CONSUMPTION Non RO TaxCodes
@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,
      DocumentTypeMapping.wia              as IsCrossPlantTransfer

}