I_PREPAYWRKCTRALLOWEDDOCTYPES

CDS View

Work Center Allowed Document Types

I_PREPAYWRKCTRALLOWEDDOCTYPES is a CDS View in S/4HANA. Work Center Allowed Document Types. It contains 2 fields. 13 CDS views read from this table.

CDS Views using this table (13)

ViewTypeJoinVDMDescription
I_PpaytDocCmmdtyPrcVal view_entity from COMPOSITE Document Condition Market Prices
I_PpaytDocCmmdtyPrcValPO view_entity from COMPOSITE Document Condition Market Prices for PO
P_PpaytPrpsdLnkgContrAmt view inner COMPOSITE Prepayment Proposed Contract Amount
P_PrepayBarterRefDocTotAmtTC view_entity from COMPOSITE Prepayment Barter Document Total Amount
P_PrepayDocVersLogPrcgValPO view_entity from COMPOSITE
P_PrepayDocVersLogPrcgValTC view_entity from COMPOSITE
P_PrepaymentCMMContractAmount view from COMPOSITE Prepayment Contract CMM Amount
P_PrepaymentCPEContractAmount view from COMPOSITE Prepayment Contract CPE Amount
P_PrepaymentDocContractAmount view from COMPOSITE Prepayment Contract Document Amount
P_PrepaymentRefDocTotalAmount view from COMPOSITE Prepayment Document Total Amount
P_PrepaymentRefDocTotalAmtPO view_entity from COMPOSITE Prepayment Document Total Amount
P_PrepaymentRefDocTotalAmtTC view_entity from COMPOSITE Prepayment Document Total Amount
P_PrepaymentRefDocTotAmtSales view_entity from COMPOSITE Prepayment Document Total Amt for Sales

Fields (2)

KeyField CDS FieldsUsed in Views
KEY PrepaymentAgrmtRefDocumentCat PrepaymentAgrmtRefDocumentCat 7
KEY PrepaymentAgrmtWorkCenterType PrepaymentAgrmtWorkCenterType 9
@AbapCatalog.sqlViewName                    : 'IPPMGWCDOCTYP'
@AbapCatalog.compiler.compareFilter         : true
@AbapCatalog.preserveKey                    : true
@AccessControl.authorizationCheck           : #NOT_REQUIRED
@VDM.viewType                               : #BASIC
@ObjectModel.usageType.sizeCategory         : #L
@ObjectModel.usageType.serviceQuality       : #C
@ObjectModel.usageType.dataClass            : #CUSTOMIZING
@Metadata.ignorePropagatedAnnotations       : true
@ClientHandling.algorithm                   : #SESSION_VARIABLE
@EndUserText.label                          : 'Work Center Allowed Document Types'


define view I_PrepayWrkCtrAllowedDocTypes as select from ppmgag_c_dashtyp as DocTypes

{
    key DocTypes.dashboard_type                 as PrepaymentAgrmtWorkCenterType,
    key DocTypes.documentcategory               as PrepaymentAgrmtRefDocumentCat,
    key DocTypes.document_type                  as PrepaymentAgrmtRefDocumentType
}