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_PrepayBarterProposedLinks view inner COMPOSITE PPMT Proposed Linkages Barter
I_PrepayBarterProposedLinksSD view inner COMPOSITE PPMT SD Proposed Linkages Barter
I_PrepayBarterProposedLinksSo view inner COMPOSITE PPMT SO Proposed Linkages Barter
I_PrepaymentProposedLinkages view inner COMPOSITE Prepayment Agreement Proposed Linkages
I_PrepaymentProposedLinkagesPO view inner COMPOSITE Prepayment Agreement Proposed PO Linkage
P_PpaytPrpsdLnkgCMMContrAmt view inner COMPOSITE Prepayment Proposed CMM Contract Amount
P_PpaytPrpsdLnkgContrAmt view inner COMPOSITE Prepayment Proposed Contract Amount
P_PpaytPrpsdLnkgCPEContrAmt view inner COMPOSITE Prepayment Proposed CPE Contract Amount
P_PpaytPrpsdLnkgDocContrAmt view inner COMPOSITE Prepayment Proposed Document Contract Amount
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

Fields (2)

KeyField CDS FieldsUsed in Views
KEY PrepaymentAgrmtRefDocumentCat PrepaymentAgrmtRefDocumentCat 3
KEY PrepaymentAgrmtWorkCenterType PrepaymentAgrmtWorkCenterType 3
@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
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"PPMGAG_C_DASHTYP"
],
"ASSOCIATED":
[],
"BASE":
[],
"ANNO_REF":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/