R_CRDTMBPSPPRSDCHECKSTEPTP
Credit Mgmt: BP Suppressed Check Step
R_CRDTMBPSPPRSDCHECKSTEPTP is a CDS View in S/4HANA. Credit Mgmt: BP Suppressed Check Step. 1 CDS views read from this table.
CDS Views using this table (1)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| C_CrdtMBPSpprsdCheckStepTP | view_entity | projection | CONSUMPTION | Credit Mgmt: BP Supressed Check Step |
@EndUserText.label: 'Credit Mgmt: BP Suppressed Check Step'
//@AbapCatalog: { sqlViewName: 'RCRDTMBPSUPCHSTP',
// 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: #CHECK,
personalData.blocking: #BLOCKED_DATA_EXCLUDED
}
define view entity R_CrdtMBPSpprsdCheckStepTP
as select from R_CrdtMBPSpprsdCheckStep
association to parent R_CrdtMBusinessPartnerTP as _CrdtMBusinessPartnerTP on $projection.BusinessPartner = _CrdtMBusinessPartnerTP.BusinessPartner
association [0..1] to I_CreditCheckStep as _CreditCheckStep on _CreditCheckStep.CreditCheckStep = $projection.InactiveCreditCheckStep
{
key BusinessPartner,
key CreditSegment,
key CrdtAcctInformationCategory,
key CrdtAcctInformationType,
key SequenceNumber,
InactiveCreditCheckStep,
ValidityStartDate,
ValidityEndDate,
AdditionalCreditDocComment,
// Exposed Associations
_CrdtMBusinessPartnerTP,
_BusinessPartner,
_CrdtAcctInfoCategory,
_CrdtAcctInformationType,
_CreditManagementSegment,
_CreditCheckStep
}
where
CreditSegment = ''
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"R_CRDTMBPSPPRSDCHECKSTEP"
],
"ASSOCIATED":
[
"I_BUSINESSPARTNER",
"I_CRDTACCTINFOCATEGORY",
"I_CRDTACCTINFORMATIONTYPE",
"I_CREDITCHECKSTEP",
"I_CREDITMANAGEMENTSEGMENT",
"R_CRDTMBUSINESSPARTNERTP"
],
"BASE":
[
"R_CRDTMBPSPPRSDCHECKSTEP"
],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/