R_CRDTMBPCREDITINSURANCETP
Credit Mgmt Account: Credit Insurance
R_CRDTMBPCREDITINSURANCETP 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)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| A_CrdtMgmtBPCreditInsurance | view_entity | projection | CONSUMPTION | Business Partner Credit Insurances |
| C_CrdtMBPCreditInsuranceTP | view_entity | projection | CONSUMPTION | Credit Mgmt: BP Credit Insurance |
| I_CrdtMgmtBPCreditInsuranceTP | view_entity | projection | TRANSACTIONAL | Credit Mgmt BP Creditinsurance - TP |
@EndUserText.label: 'Credit Mgmt Account: Credit Insurance'
//@AbapCatalog: { sqlViewName: 'RCRDTMBP40TP',
// 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_CrdtMBPCreditInsuranceTP
as select from R_CrdtMBPCreditInsurance
association to parent 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
_CrdtMBusinessPartnerTP,
_BusinessPartner,
_CrdtAcctInfoCategory,
_CreditManagementSegment,
_CrdtAcctInformationType,
_Currency
}
where
CreditSegment = ''
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"R_CRDTMBPCREDITINSURANCE"
],
"ASSOCIATED":
[
"I_BUSINESSPARTNER",
"I_CRDTACCTINFOCATEGORY",
"I_CRDTACCTINFORMATIONTYPE",
"I_CREDITMANAGEMENTSEGMENT",
"I_CURRENCY",
"R_CRDTMBUSINESSPARTNERTP"
],
"BASE":
[
"R_CRDTMBPCREDITINSURANCE"
],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/