Interface CreditManagementMasterDataService
- All Superinterfaces:
BatchService<CreditManagementMasterDataServiceBatch>
- All Known Implementing Classes:
DefaultCreditManagementMasterDataService
This service uses the following nodes: Business Partners, Credit Mgmt: BP Collateral, Credit Mgmt: BP Credit Insurance, Credit Mgmt: BP Negative Event, Credit Accounts, Credit Mgmt Account: Collateral and Credit Mgmt Account: Credit Insurance. Use the Business Partner node to read, create and update data related to credit management for business partners in the business partner role SAP Credit Management, such as risk class, limit rule, or check rule. Use the Credit Mgmt: BP Collateral node to read, create, change or delete the collateral in the general data of business partners. Use the Credit Mgmt: BP Credit Insurance node to read, create, change or delete credit insurances in the general data of business partners. Use the Credit Mgmt: BP Negative Event node to read, create, change or delete negative credit events in the general data of business partners. Use the Credit Management Account node to read, create, update, and delete credit segment data, such as credit limit, special attention flag, block reason, and others. Use the Credit Mgmt Account: Collateral subnode to read, create, change or delete the collateral for business partners in a credit segment. Use the Credit Mgmt Account: Credit Insurance subnode to read, create, change or delete credit insurances for business partners in a credit segment. If you want to create credit-management-related master data for an existing business partner, you send data for both nodes in a post request as a payload. If it’s not already maintained, the SAP Credit Management role (UKM000) is automatically added to the business partners. If you want to add or change credit-management-related master data, you may send requests addressing the related entities directly. If there are any issues with the data passed, the system displays error messages in the response. .
Reference: SAP Business Accelerator Hub
Details:
| OData Service: | API_CRDTMBUSINESSPARTNER |
| API Version: | 1.1.0 |
| Minimum ERP Version: | 2302 |
| Communication Scenario: | Finance - Credit Management Master Data Integration(SAP_COM_0740) |
| Scope Items: | Advanced Credit Management(1QM) |
| Authentication Methods: | x509 |
| Business Object: | Credit Management Business Partner |
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringDeprecated.If no other path was provided via thewithServicePath(String)method, this is the default service path used to access the endpoint. -
Method Summary
Modifier and TypeMethodDescriptioncreateCreditManagementAccount(CreditManagementAccount creditManagementAccount) Deprecated.Create a newCreditManagementAccountentity and save it to the S/4HANA system.createCreditMgmtBusinessPartner(CreditMgmtBusinessPartner creditMgmtBusinessPartner) Deprecated.Create a newCreditMgmtBusinessPartnerentity and save it to the S/4HANA system.deleteCrdtMAcctCollateral(CrdtMAcctCollateral crdtMAcctCollateral) Deprecated.Deletes an existingCrdtMAcctCollateralentity in the S/4HANA system.deleteCrdtMAcctCrdtInsurance(CrdtMAcctCrdtInsurance crdtMAcctCrdtInsurance) Deprecated.Deletes an existingCrdtMAcctCrdtInsuranceentity in the S/4HANA system.deleteCrdtMgmtBPCollateral(CrdtMgmtBPCollateral crdtMgmtBPCollateral) Deprecated.Deletes an existingCrdtMgmtBPCollateralentity in the S/4HANA system.deleteCrdtMgmtBPCreditInsurance(CrdtMgmtBPCreditInsurance crdtMgmtBPCreditInsurance) Deprecated.Deletes an existingCrdtMgmtBPCreditInsuranceentity in the S/4HANA system.deleteCrdtMgmtBPNegativeEvent(CrdtMgmtBPNegativeEvent crdtMgmtBPNegativeEvent) Deprecated.Deletes an existingCrdtMgmtBPNegativeEvententity in the S/4HANA system.deleteCreditManagementAccount(CreditManagementAccount creditManagementAccount) Deprecated.Deletes an existingCreditManagementAccountentity in the S/4HANA system.Deprecated.Fetch multipleCrdtMAcctCollateralentities.Deprecated.Fetch multipleCrdtMAcctCrdtInsuranceentities.Deprecated.Fetch multipleCrdtMgmtBPCollateralentities.Deprecated.Fetch multipleCrdtMgmtBPCreditInsuranceentities.Deprecated.Fetch multipleCrdtMgmtBPNegativeEvententities.Deprecated.Fetch multipleCreditManagementAccountentities.Deprecated.Fetch multipleCreditMgmtBusinessPartnerentities.getCrdtMAcctCollateralByKey(String businessPartner, String creditSegment, String crdtAcctInformationCategory, String crdtAcctInformationType, String additionalCreditDocSequence) Deprecated.Fetch a singleCrdtMAcctCollateralentity using key fields.getCrdtMAcctCrdtInsuranceByKey(String businessPartner, String creditSegment, String crdtAcctInformationCategory, String crdtAcctInformationType, String additionalCreditDocSequence) Deprecated.Fetch a singleCrdtMAcctCrdtInsuranceentity using key fields.getCrdtMgmtBPCollateralByKey(String businessPartner, String creditSegment, String crdtAcctInformationCategory, String crdtAcctInformationType, String additionalCreditDocSequence) Deprecated.Fetch a singleCrdtMgmtBPCollateralentity using key fields.getCrdtMgmtBPCreditInsuranceByKey(String businessPartner, String creditSegment, String crdtAcctInformationCategory, String crdtAcctInformationType, String additionalCreditDocSequence) Deprecated.Fetch a singleCrdtMgmtBPCreditInsuranceentity using key fields.getCrdtMgmtBPNegativeEventByKey(String businessPartner, String creditSegment, String crdtAcctInformationCategory, String crdtAcctInformationType, String additionalCreditDocSequence) Deprecated.Fetch a singleCrdtMgmtBPNegativeEvententity using key fields.getCreditManagementAccountByKey(String businessPartner, String creditSegment) Deprecated.Fetch a singleCreditManagementAccountentity using key fields.getCreditMgmtBusinessPartnerByKey(String businessPartner) Deprecated.Fetch a singleCreditMgmtBusinessPartnerentity using key fields.updateCrdtMAcctCollateral(CrdtMAcctCollateral crdtMAcctCollateral) Deprecated.Update an existingCrdtMAcctCollateralentity and save it to the S/4HANA system.updateCrdtMAcctCrdtInsurance(CrdtMAcctCrdtInsurance crdtMAcctCrdtInsurance) Deprecated.Update an existingCrdtMAcctCrdtInsuranceentity and save it to the S/4HANA system.updateCrdtMgmtBPCollateral(CrdtMgmtBPCollateral crdtMgmtBPCollateral) Deprecated.Update an existingCrdtMgmtBPCollateralentity and save it to the S/4HANA system.updateCrdtMgmtBPCreditInsurance(CrdtMgmtBPCreditInsurance crdtMgmtBPCreditInsurance) Deprecated.Update an existingCrdtMgmtBPCreditInsuranceentity and save it to the S/4HANA system.updateCrdtMgmtBPNegativeEvent(CrdtMgmtBPNegativeEvent crdtMgmtBPNegativeEvent) Deprecated.Update an existingCrdtMgmtBPNegativeEvententity and save it to the S/4HANA system.updateCreditManagementAccount(CreditManagementAccount creditManagementAccount) Deprecated.Update an existingCreditManagementAccountentity and save it to the S/4HANA system.updateCreditMgmtBusinessPartner(CreditMgmtBusinessPartner creditMgmtBusinessPartner) Deprecated.Update an existingCreditMgmtBusinessPartnerentity and save it to the S/4HANA system.withServicePath(String servicePath) Deprecated.Overrides the default service path and returns a new service instance with the specified service path.Methods inherited from interface com.sap.cloud.sdk.datamodel.odata.helper.batch.BatchService
batch
-
Field Details
-
DEFAULT_SERVICE_PATH
Deprecated.If no other path was provided via thewithServicePath(String)method, this is the default service path used to access the endpoint.- See Also:
-
-
Method Details
-
withServicePath
Deprecated.Overrides the default service path and returns a new service instance with the specified service path. Also adjusts the respective entity URLs.- Parameters:
servicePath- Service path that will override the default.- Returns:
- A new service instance with the specified service path.
-
getAllCrdtMAcctCollateral
Deprecated.Fetch multipleCrdtMAcctCollateralentities.- Returns:
- A fluent helper to fetch multiple
CrdtMAcctCollateralentities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the fluent helper object.
-
getCrdtMAcctCollateralByKey
@Nonnull CrdtMAcctCollateralByKeyFluentHelper getCrdtMAcctCollateralByKey(String businessPartner, String creditSegment, String crdtAcctInformationCategory, String crdtAcctInformationType, String additionalCreditDocSequence) Deprecated.Fetch a singleCrdtMAcctCollateralentity using key fields.- Parameters:
creditSegment- Credit SegmentConstraints: Not nullable, Maximum length: 10
additionalCreditDocSequence- CounterConstraints: Not nullable, Maximum length: 4
businessPartner- Business Partner NumberConstraints: Not nullable, Maximum length: 10
crdtAcctInformationType- Information TypeConstraints: Not nullable, Maximum length: 2
crdtAcctInformationCategory- Information CategoryConstraints: Not nullable, Maximum length: 2
- Returns:
- A fluent helper to fetch a single
CrdtMAcctCollateralentity using key fields. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the fluent helper object.
-
updateCrdtMAcctCollateral
@Nonnull CrdtMAcctCollateralUpdateFluentHelper updateCrdtMAcctCollateral(@Nonnull CrdtMAcctCollateral crdtMAcctCollateral) Deprecated.Update an existingCrdtMAcctCollateralentity and save it to the S/4HANA system.- Parameters:
crdtMAcctCollateral-CrdtMAcctCollateralentity object that will be updated in the S/4HANA system.- Returns:
- A fluent helper to update an existing
CrdtMAcctCollateralentity. To perform execution, call theexecutemethod on the fluent helper object.
-
deleteCrdtMAcctCollateral
@Nonnull CrdtMAcctCollateralDeleteFluentHelper deleteCrdtMAcctCollateral(@Nonnull CrdtMAcctCollateral crdtMAcctCollateral) Deprecated.Deletes an existingCrdtMAcctCollateralentity in the S/4HANA system.- Parameters:
crdtMAcctCollateral-CrdtMAcctCollateralentity object that will be deleted in the S/4HANA system.- Returns:
- A fluent helper to delete an existing
CrdtMAcctCollateralentity. To perform execution, call theexecutemethod on the fluent helper object.
-
getAllCrdtMAcctCrdtInsurance
Deprecated.Fetch multipleCrdtMAcctCrdtInsuranceentities.- Returns:
- A fluent helper to fetch multiple
CrdtMAcctCrdtInsuranceentities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the fluent helper object.
-
getCrdtMAcctCrdtInsuranceByKey
@Nonnull CrdtMAcctCrdtInsuranceByKeyFluentHelper getCrdtMAcctCrdtInsuranceByKey(String businessPartner, String creditSegment, String crdtAcctInformationCategory, String crdtAcctInformationType, String additionalCreditDocSequence) Deprecated.Fetch a singleCrdtMAcctCrdtInsuranceentity using key fields.- Parameters:
creditSegment- Credit SegmentConstraints: Not nullable, Maximum length: 10
additionalCreditDocSequence- CounterConstraints: Not nullable, Maximum length: 4
businessPartner- Business Partner NumberConstraints: Not nullable, Maximum length: 10
crdtAcctInformationType- Information TypeConstraints: Not nullable, Maximum length: 2
crdtAcctInformationCategory- Information CategoryConstraints: Not nullable, Maximum length: 2
- Returns:
- A fluent helper to fetch a single
CrdtMAcctCrdtInsuranceentity using key fields. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the fluent helper object.
-
updateCrdtMAcctCrdtInsurance
@Nonnull CrdtMAcctCrdtInsuranceUpdateFluentHelper updateCrdtMAcctCrdtInsurance(@Nonnull CrdtMAcctCrdtInsurance crdtMAcctCrdtInsurance) Deprecated.Update an existingCrdtMAcctCrdtInsuranceentity and save it to the S/4HANA system.- Parameters:
crdtMAcctCrdtInsurance-CrdtMAcctCrdtInsuranceentity object that will be updated in the S/4HANA system.- Returns:
- A fluent helper to update an existing
CrdtMAcctCrdtInsuranceentity. To perform execution, call theexecutemethod on the fluent helper object.
-
deleteCrdtMAcctCrdtInsurance
@Nonnull CrdtMAcctCrdtInsuranceDeleteFluentHelper deleteCrdtMAcctCrdtInsurance(@Nonnull CrdtMAcctCrdtInsurance crdtMAcctCrdtInsurance) Deprecated.Deletes an existingCrdtMAcctCrdtInsuranceentity in the S/4HANA system.- Parameters:
crdtMAcctCrdtInsurance-CrdtMAcctCrdtInsuranceentity object that will be deleted in the S/4HANA system.- Returns:
- A fluent helper to delete an existing
CrdtMAcctCrdtInsuranceentity. To perform execution, call theexecutemethod on the fluent helper object.
-
getAllCreditMgmtBusinessPartner
Deprecated.Fetch multipleCreditMgmtBusinessPartnerentities.- Returns:
- A fluent helper to fetch multiple
CreditMgmtBusinessPartnerentities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the fluent helper object.
-
getCreditMgmtBusinessPartnerByKey
@Nonnull CreditMgmtBusinessPartnerByKeyFluentHelper getCreditMgmtBusinessPartnerByKey(String businessPartner) Deprecated.Fetch a singleCreditMgmtBusinessPartnerentity using key fields.- Parameters:
businessPartner- Business Partner NumberConstraints: Not nullable, Maximum length: 10
- Returns:
- A fluent helper to fetch a single
CreditMgmtBusinessPartnerentity using key fields. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the fluent helper object.
-
createCreditMgmtBusinessPartner
@Nonnull CreditMgmtBusinessPartnerCreateFluentHelper createCreditMgmtBusinessPartner(@Nonnull CreditMgmtBusinessPartner creditMgmtBusinessPartner) Deprecated.Create a newCreditMgmtBusinessPartnerentity and save it to the S/4HANA system.- Parameters:
creditMgmtBusinessPartner-CreditMgmtBusinessPartnerentity object that will be created in the S/4HANA system.- Returns:
- A fluent helper to create a new
CreditMgmtBusinessPartnerentity. To perform execution, call theexecutemethod on the fluent helper object.
-
updateCreditMgmtBusinessPartner
@Nonnull CreditMgmtBusinessPartnerUpdateFluentHelper updateCreditMgmtBusinessPartner(@Nonnull CreditMgmtBusinessPartner creditMgmtBusinessPartner) Deprecated.Update an existingCreditMgmtBusinessPartnerentity and save it to the S/4HANA system.- Parameters:
creditMgmtBusinessPartner-CreditMgmtBusinessPartnerentity object that will be updated in the S/4HANA system.- Returns:
- A fluent helper to update an existing
CreditMgmtBusinessPartnerentity. To perform execution, call theexecutemethod on the fluent helper object.
-
getAllCrdtMgmtBPCollateral
Deprecated.Fetch multipleCrdtMgmtBPCollateralentities.- Returns:
- A fluent helper to fetch multiple
CrdtMgmtBPCollateralentities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the fluent helper object.
-
getCrdtMgmtBPCollateralByKey
@Nonnull CrdtMgmtBPCollateralByKeyFluentHelper getCrdtMgmtBPCollateralByKey(String businessPartner, String creditSegment, String crdtAcctInformationCategory, String crdtAcctInformationType, String additionalCreditDocSequence) Deprecated.Fetch a singleCrdtMgmtBPCollateralentity using key fields.- Parameters:
creditSegment- Credit SegmentConstraints: Not nullable, Maximum length: 10
additionalCreditDocSequence- CounterConstraints: Not nullable, Maximum length: 4
businessPartner- Business Partner NumberConstraints: Not nullable, Maximum length: 10
crdtAcctInformationType- Information TypeConstraints: Not nullable, Maximum length: 2
crdtAcctInformationCategory- Information CategoryConstraints: Not nullable, Maximum length: 2
- Returns:
- A fluent helper to fetch a single
CrdtMgmtBPCollateralentity using key fields. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the fluent helper object.
-
updateCrdtMgmtBPCollateral
@Nonnull CrdtMgmtBPCollateralUpdateFluentHelper updateCrdtMgmtBPCollateral(@Nonnull CrdtMgmtBPCollateral crdtMgmtBPCollateral) Deprecated.Update an existingCrdtMgmtBPCollateralentity and save it to the S/4HANA system.- Parameters:
crdtMgmtBPCollateral-CrdtMgmtBPCollateralentity object that will be updated in the S/4HANA system.- Returns:
- A fluent helper to update an existing
CrdtMgmtBPCollateralentity. To perform execution, call theexecutemethod on the fluent helper object.
-
deleteCrdtMgmtBPCollateral
@Nonnull CrdtMgmtBPCollateralDeleteFluentHelper deleteCrdtMgmtBPCollateral(@Nonnull CrdtMgmtBPCollateral crdtMgmtBPCollateral) Deprecated.Deletes an existingCrdtMgmtBPCollateralentity in the S/4HANA system.- Parameters:
crdtMgmtBPCollateral-CrdtMgmtBPCollateralentity object that will be deleted in the S/4HANA system.- Returns:
- A fluent helper to delete an existing
CrdtMgmtBPCollateralentity. To perform execution, call theexecutemethod on the fluent helper object.
-
getAllCrdtMgmtBPCreditInsurance
Deprecated.Fetch multipleCrdtMgmtBPCreditInsuranceentities.- Returns:
- A fluent helper to fetch multiple
CrdtMgmtBPCreditInsuranceentities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the fluent helper object.
-
getCrdtMgmtBPCreditInsuranceByKey
@Nonnull CrdtMgmtBPCreditInsuranceByKeyFluentHelper getCrdtMgmtBPCreditInsuranceByKey(String businessPartner, String creditSegment, String crdtAcctInformationCategory, String crdtAcctInformationType, String additionalCreditDocSequence) Deprecated.Fetch a singleCrdtMgmtBPCreditInsuranceentity using key fields.- Parameters:
creditSegment- Credit SegmentConstraints: Not nullable, Maximum length: 10
additionalCreditDocSequence- CounterConstraints: Not nullable, Maximum length: 4
businessPartner- Business Partner NumberConstraints: Not nullable, Maximum length: 10
crdtAcctInformationType- Information TypeConstraints: Not nullable, Maximum length: 2
crdtAcctInformationCategory- Information CategoryConstraints: Not nullable, Maximum length: 2
- Returns:
- A fluent helper to fetch a single
CrdtMgmtBPCreditInsuranceentity using key fields. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the fluent helper object.
-
updateCrdtMgmtBPCreditInsurance
@Nonnull CrdtMgmtBPCreditInsuranceUpdateFluentHelper updateCrdtMgmtBPCreditInsurance(@Nonnull CrdtMgmtBPCreditInsurance crdtMgmtBPCreditInsurance) Deprecated.Update an existingCrdtMgmtBPCreditInsuranceentity and save it to the S/4HANA system.- Parameters:
crdtMgmtBPCreditInsurance-CrdtMgmtBPCreditInsuranceentity object that will be updated in the S/4HANA system.- Returns:
- A fluent helper to update an existing
CrdtMgmtBPCreditInsuranceentity. To perform execution, call theexecutemethod on the fluent helper object.
-
deleteCrdtMgmtBPCreditInsurance
@Nonnull CrdtMgmtBPCreditInsuranceDeleteFluentHelper deleteCrdtMgmtBPCreditInsurance(@Nonnull CrdtMgmtBPCreditInsurance crdtMgmtBPCreditInsurance) Deprecated.Deletes an existingCrdtMgmtBPCreditInsuranceentity in the S/4HANA system.- Parameters:
crdtMgmtBPCreditInsurance-CrdtMgmtBPCreditInsuranceentity object that will be deleted in the S/4HANA system.- Returns:
- A fluent helper to delete an existing
CrdtMgmtBPCreditInsuranceentity. To perform execution, call theexecutemethod on the fluent helper object.
-
getAllCrdtMgmtBPNegativeEvent
Deprecated.Fetch multipleCrdtMgmtBPNegativeEvententities.- Returns:
- A fluent helper to fetch multiple
CrdtMgmtBPNegativeEvententities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the fluent helper object.
-
getCrdtMgmtBPNegativeEventByKey
@Nonnull CrdtMgmtBPNegativeEventByKeyFluentHelper getCrdtMgmtBPNegativeEventByKey(String businessPartner, String creditSegment, String crdtAcctInformationCategory, String crdtAcctInformationType, String additionalCreditDocSequence) Deprecated.Fetch a singleCrdtMgmtBPNegativeEvententity using key fields.- Parameters:
creditSegment- Credit SegmentConstraints: Not nullable, Maximum length: 10
additionalCreditDocSequence- CounterConstraints: Not nullable, Maximum length: 4
businessPartner- Business Partner NumberConstraints: Not nullable, Maximum length: 10
crdtAcctInformationType- Information TypeConstraints: Not nullable, Maximum length: 2
crdtAcctInformationCategory- Information CategoryConstraints: Not nullable, Maximum length: 2
- Returns:
- A fluent helper to fetch a single
CrdtMgmtBPNegativeEvententity using key fields. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the fluent helper object.
-
updateCrdtMgmtBPNegativeEvent
@Nonnull CrdtMgmtBPNegativeEventUpdateFluentHelper updateCrdtMgmtBPNegativeEvent(@Nonnull CrdtMgmtBPNegativeEvent crdtMgmtBPNegativeEvent) Deprecated.Update an existingCrdtMgmtBPNegativeEvententity and save it to the S/4HANA system.- Parameters:
crdtMgmtBPNegativeEvent-CrdtMgmtBPNegativeEvententity object that will be updated in the S/4HANA system.- Returns:
- A fluent helper to update an existing
CrdtMgmtBPNegativeEvententity. To perform execution, call theexecutemethod on the fluent helper object.
-
deleteCrdtMgmtBPNegativeEvent
@Nonnull CrdtMgmtBPNegativeEventDeleteFluentHelper deleteCrdtMgmtBPNegativeEvent(@Nonnull CrdtMgmtBPNegativeEvent crdtMgmtBPNegativeEvent) Deprecated.Deletes an existingCrdtMgmtBPNegativeEvententity in the S/4HANA system.- Parameters:
crdtMgmtBPNegativeEvent-CrdtMgmtBPNegativeEvententity object that will be deleted in the S/4HANA system.- Returns:
- A fluent helper to delete an existing
CrdtMgmtBPNegativeEvententity. To perform execution, call theexecutemethod on the fluent helper object.
-
getAllCreditManagementAccount
Deprecated.Fetch multipleCreditManagementAccountentities.- Returns:
- A fluent helper to fetch multiple
CreditManagementAccountentities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the fluent helper object.
-
getCreditManagementAccountByKey
@Nonnull CreditManagementAccountByKeyFluentHelper getCreditManagementAccountByKey(String businessPartner, String creditSegment) Deprecated.Fetch a singleCreditManagementAccountentity using key fields.- Parameters:
creditSegment- Credit SegmentConstraints: Not nullable, Maximum length: 10
businessPartner- Business Partner NumberConstraints: Not nullable, Maximum length: 10
- Returns:
- A fluent helper to fetch a single
CreditManagementAccountentity using key fields. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the fluent helper object.
-
createCreditManagementAccount
@Nonnull CreditManagementAccountCreateFluentHelper createCreditManagementAccount(@Nonnull CreditManagementAccount creditManagementAccount) Deprecated.Create a newCreditManagementAccountentity and save it to the S/4HANA system.- Parameters:
creditManagementAccount-CreditManagementAccountentity object that will be created in the S/4HANA system.- Returns:
- A fluent helper to create a new
CreditManagementAccountentity. To perform execution, call theexecutemethod on the fluent helper object.
-
updateCreditManagementAccount
@Nonnull CreditManagementAccountUpdateFluentHelper updateCreditManagementAccount(@Nonnull CreditManagementAccount creditManagementAccount) Deprecated.Update an existingCreditManagementAccountentity and save it to the S/4HANA system.- Parameters:
creditManagementAccount-CreditManagementAccountentity object that will be updated in the S/4HANA system.- Returns:
- A fluent helper to update an existing
CreditManagementAccountentity. To perform execution, call theexecutemethod on the fluent helper object.
-
deleteCreditManagementAccount
@Nonnull CreditManagementAccountDeleteFluentHelper deleteCreditManagementAccount(@Nonnull CreditManagementAccount creditManagementAccount) Deprecated.Deletes an existingCreditManagementAccountentity in the S/4HANA system.- Parameters:
creditManagementAccount-CreditManagementAccountentity object that will be deleted in the S/4HANA system.- Returns:
- A fluent helper to delete an existing
CreditManagementAccountentity. To perform execution, call theexecutemethod on the fluent helper object.
-