R_CRDTMACCTCRDTINSURANCETP

CDS View

Credit Mgmt Account: Credit Insurance

R_CRDTMACCTCRDTINSURANCETP is a CDS View in S/4HANA. Credit Mgmt Account: Credit Insurance. 3 CDS views read from this table.

CDS Views using this table (3)

ViewTypeJoinVDMDescription
A_CrdtMAcctCrdtInsurance view_entity projection CONSUMPTION Credit Account Credit Insurances
C_CrdtMAcctCrdtInsuranceTP view_entity projection CONSUMPTION Credit Mgmt Account: Credit Insurance
I_CrdtMAcctCrdtInsuranceTP view_entity projection TRANSACTIONAL Credit Mgmt Acct Credit Insurance - TP
@EndUserText.label: 'Credit Mgmt Account: Credit Insurance'

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

//                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
                }
@Consumption.dbHints: [ 'USE_HEX_PLAN' ]
define view entity R_CrdtMAcctCrdtInsuranceTP
  as select from R_CrdtMBPCreditInsurance

  association to parent R_CreditMgmtAccountTP as _CreditMgmtAccountTP on  $projection.BusinessPartner = _CreditMgmtAccountTP.BusinessPartner
                                                                      and $projection.CreditSegment   = _CreditMgmtAccountTP.CreditSegment
  association [1..1] to R_CrdtMBusinessPartnerTP as _CrdtMBusinessPartnerTP on $projection.BusinessPartner  = _CrdtMBusinessPartnerTP.BusinessPartner

{
  key BusinessPartner,
  key CreditSegment,
  key CrdtAcctInformationCategory,
  key CrdtAcctInformationType,
  key SequenceNumber,
      ExceptionIsCreditCheckRelevant,
      AddlCreditDocAmtInTransacCrcy,
      TransactionCurrency,
      ValidityStartDate,
      ValidityEndDate,
      AdditionalCreditDocComment,

// Exposed Associations

      _CreditMgmtAccountTP,
      _CrdtMBusinessPartnerTP, // to grandparent, because of ETAG, locking

      _BusinessPartner,
      _CrdtAcctInfoCategory,
      _CreditManagementSegment,
      _CrdtAcctInformationType,
      _Currency

}
where CreditSegment <> ''