R_CRDTMBPNEGATIVEEVENTTP

CDS View

Credit Mgmt: Negative Event

R_CRDTMBPNEGATIVEEVENTTP is a CDS View in S/4HANA. Credit Mgmt: Negative Event. 3 CDS views read from this table.

CDS Views using this table (3)

ViewTypeJoinVDMDescription
A_CrdtMgmtBPNegativeEvent view_entity projection CONSUMPTION Business Partner Negative Events
C_CrdtMBPNegativeEventTP view_entity projection CONSUMPTION Credit Mgmt: Negative Event
I_CrdtMgmtBPNegativeEventTP view_entity projection TRANSACTIONAL Credit Mgmt BP Negative Event - TP
@EndUserText.label: 'Credit Mgmt: Negative Event'

//@AbapCatalog: { sqlViewName:            'RCRDTMBPNEGEVTTP',

//                compiler.compareFilter: true,

//                preserveKey:            true

//              }


@ObjectModel: { usageType: { dataClass:      #TRANSACTIONAL,
                             sizeCategory:   #L,
                             serviceQuality: #A
                           }
              }

@VDM: { viewType:                #TRANSACTIONAL,
        lifecycle.contract.type: #SAP_INTERNAL_API
      }

//@ClientHandling: { type:      #INHERITED,

//                   algorithm: #SESSION_VARIABLE

//                 }


@AccessControl: { authorizationCheck:    #MANDATORY,
                  personalData.blocking: #BLOCKED_DATA_EXCLUDED
                }

define view entity R_CrdtMBPNegativeEventTP
  as select from R_CrdtMBPNegativeEvent

  association to parent R_CrdtMBusinessPartnerTP as _CrdtMBusinessPartnerTP on $projection.BusinessPartner = _CrdtMBusinessPartnerTP.BusinessPartner

{
  key BusinessPartner,
  key CreditSegment,
  key CrdtAcctInformationCategory,
  key CrdtAcctInformationType,
  key SequenceNumber,
      ValidityStartDate,
      ValidityEndDate,
      AdditionalCreditDocComment,

// Exposed Associations

      _CrdtMBusinessPartnerTP,
      _BusinessPartner,
      _CrdtAcctInfoCategory,
      _CrdtAcctInformationType,
      _CreditManagementSegment

}
where
  CreditSegment = ''
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"R_CRDTMBPNEGATIVEEVENT"
],
"ASSOCIATED":
[
"I_BUSINESSPARTNER",
"I_CRDTACCTINFOCATEGORY",
"I_CRDTACCTINFORMATIONTYPE",
"I_CREDITMANAGEMENTSEGMENT",
"R_CRDTMBUSINESSPARTNERTP"
],
"BASE":
[
"R_CRDTMBPNEGATIVEEVENT"
],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/