R_CRDTMACCTCOLLATERALTP
Credit Mgmt: Acct Collateral
R_CRDTMACCTCOLLATERALTP is a CDS View in S/4HANA. Credit Mgmt: Acct Collateral. 3 CDS views read from this table.
CDS Views using this table (3)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| A_CrdtMAcctCollateral | view_entity | projection | CONSUMPTION | Credit Account Collaterals |
| C_CrdtMAcctCollateralTP | view_entity | projection | CONSUMPTION | Credit Mgmt Account: Collateral |
| I_CrdtMAcctCollateralTP | view_entity | projection | TRANSACTIONAL | Credit Mgmt Acct Collateral - TP |
@EndUserText.label: 'Credit Mgmt: Acct Collateral'
//@AbapCatalog: { sqlViewName: 'RCRDTMACCTCOLLTP',
// 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_CrdtMAcctCollateralTP
as select from R_CrdtMBPCollateral
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,
CreditAccountResubmissionDate,
AdditionalCreditDocComment,
// Exposed Associations
_CreditMgmtAccountTP,
_CrdtMBusinessPartnerTP, //to grandparent, because of ETAG, locking
_BusinessPartner,
_CrdtAcctInfoCategory,
_CrdtAcctInformationType,
_CreditManagementSegment,
_Currency
}
where CreditSegment <> ''