API_CRDTMBUSINESSPARTNER
Credit Management Business Partner (API)
API_CRDTMBUSINESSPARTNER is an OData service definition in SAP S/4HANA. It exposes 7 CDS view(s). It has 1 service binding(s).
Exposed CDS Views (7)
| CDS View | Alias |
|---|---|
| A_CrdtMAcctCollateral | CrdtMAcctCollateral |
| A_CrdtMAcctCrdtInsurance | CrdtMAcctCrdtInsurance |
| A_CrdtMBusinessPartner | CreditMgmtBusinessPartner |
| A_CrdtMgmtBPCollateral | CrdtMgmtBPCollateral |
| A_CrdtMgmtBPCreditInsurance | CrdtMgmtBPCreditInsurance |
| A_CrdtMgmtBPNegativeEvent | CrdtMgmtBPNegativeEvent |
| A_CreditManagementAccount | CreditManagementAccount |
Service Bindings (1)
| Binding | Type | Version | Contract | Release | Published |
|---|---|---|---|---|---|
| API_CRDTMBUSINESSPARTNER | ODATA | V2 | C2 | C1 | false |
Source
@EndUserText.label: 'Credit Management Business Partner (API)'
define service API_CrdtMBusinessPartner {
expose A_CrdtMBusinessPartner as CreditMgmtBusinessPartner;
expose A_CreditManagementAccount as CreditManagementAccount;
expose A_CrdtMgmtBPCreditInsurance as CrdtMgmtBPCreditInsurance;
expose A_CrdtMgmtBPCollateral as CrdtMgmtBPCollateral;
expose A_CrdtMgmtBPNegativeEvent as CrdtMgmtBPNegativeEvent;
expose A_CrdtMAcctCrdtInsurance as CrdtMAcctCrdtInsurance;
expose A_CrdtMAcctCollateral as CrdtMAcctCollateral;
}