Interface DebitMemoRequestService

All Superinterfaces:
BatchService<DebitMemoRequestServiceBatch>
All Known Implementing Classes:
DefaultDebitMemoRequestService

@Deprecated public interface DebitMemoRequestService extends BatchService<DebitMemoRequestServiceBatch>
Deprecated.
The service and all its related classes are deprecated. Please use the odata generator to generate the VDM.

In every API call, you can make use of the following operations: - You can read entire debit memo requests or only parts of the data, using the provided filters. - You can create debit memo requests. Note that you must use “deep insert” requests (a header plus the following entities: header partner, header pricing element, header text, item, item partner, item pricing element, and item text). You cannot create entities without including any related entities. - For existing debit memo requests, you can create new items. Note that you must use “deep insert” requests (with the following entities: item partner, item pricing element, and item text). You cannot create entities without including any related entities. - For existing debit memo requests, you can update the following entities (that is, you can change the content of their properties): header, header partner, header pricing element, header text, item, item partner, item pricing element, and item text. - For existing debit memo requests, you can delete the header, header partner, header pricing element, header text, item, item partner, item pricing element, and item text. - You can accept or deny approval requests for debit memo requests that cannot be processed without the consent of an approver..

Business Documentation

Reference: SAP Business Accelerator Hub

Details:

OData Service: API_DEBIT_MEMO_REQUEST_SRV
API Version: 1.0.0
Minimum ERP Version: 2302
Communication Scenario: Debit Memo Request Integration(SAP_COM_0159)
Scope Items: Debit Memo Processing(1F1), Invoice Correction Process with Debit Memo(BDQ), Invoice Correction Process with Debit Memo(ODQ), Debit Memo Processing(OF1)
Authentication Methods: x509
Business Object: Debit Memo Request
  • Field Details

  • Method Details

    • withServicePath

      @Nonnull DebitMemoRequestService withServicePath(@Nonnull String servicePath)
      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.
    • getAllDbtMemoReqItmSubsqntProcFlow

      @Nonnull DbtMemoReqItmSubsqntProcFlowFluentHelper getAllDbtMemoReqItmSubsqntProcFlow()
      Deprecated.
      Fetch multiple DbtMemoReqItmSubsqntProcFlow entities.
      Returns:
      A fluent helper to fetch multiple DbtMemoReqItmSubsqntProcFlow entities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getDbtMemoReqItmSubsqntProcFlowByKey

      @Nonnull DbtMemoReqItmSubsqntProcFlowByKeyFluentHelper getDbtMemoReqItmSubsqntProcFlowByKey(String debitMemoRequest, String debitMemoRequestItem, UUID docRelationshipUUID)
      Deprecated.
      Fetch a single DbtMemoReqItmSubsqntProcFlow entity using key fields.
      Parameters:
      docRelationshipUUID - SD Unique Document Relationship Identification

      Constraints: Not nullable

      debitMemoRequestItem - Preceding Item of an SD Document

      Constraints: Not nullable, Maximum length: 6

      debitMemoRequest - Preceding sales and distribution document

      Constraints: Not nullable, Maximum length: 10

      Returns:
      A fluent helper to fetch a single DbtMemoReqItmSubsqntProcFlow entity 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 the execute method on the fluent helper object.
    • getAllDebitMemoReqItemPartner

      @Nonnull DebitMemoReqItemPartnerFluentHelper getAllDebitMemoReqItemPartner()
      Deprecated.
      Fetch multiple DebitMemoReqItemPartner entities.
      Returns:
      A fluent helper to fetch multiple DebitMemoReqItemPartner entities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getDebitMemoReqItemPartnerByKey

      @Nonnull DebitMemoReqItemPartnerByKeyFluentHelper getDebitMemoReqItemPartnerByKey(String debitMemoRequest, String debitMemoRequestItem, String partnerFunction)
      Deprecated.
      Fetch a single DebitMemoReqItemPartner entity using key fields.
      Parameters:
      partnerFunction - Partner Function

      Constraints: Not nullable, Maximum length: 2

      debitMemoRequestItem - Item number of the SD document

      Constraints: Not nullable, Maximum length: 6

      debitMemoRequest - Sales and Distribution Document Number

      Constraints: Not nullable, Maximum length: 10

      Returns:
      A fluent helper to fetch a single DebitMemoReqItemPartner entity 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 the execute method on the fluent helper object.
    • updateDebitMemoReqItemPartner

      @Nonnull DebitMemoReqItemPartnerUpdateFluentHelper updateDebitMemoReqItemPartner(@Nonnull DebitMemoReqItemPartner debitMemoReqItemPartner)
      Deprecated.
      Update an existing DebitMemoReqItemPartner entity and save it to the S/4HANA system.
      Parameters:
      debitMemoReqItemPartner - DebitMemoReqItemPartner entity object that will be updated in the S/4HANA system.
      Returns:
      A fluent helper to update an existing DebitMemoReqItemPartner entity. To perform execution, call the execute method on the fluent helper object.
    • deleteDebitMemoReqItemPartner

      @Nonnull DebitMemoReqItemPartnerDeleteFluentHelper deleteDebitMemoReqItemPartner(@Nonnull DebitMemoReqItemPartner debitMemoReqItemPartner)
      Deprecated.
      Deletes an existing DebitMemoReqItemPartner entity in the S/4HANA system.
      Parameters:
      debitMemoReqItemPartner - DebitMemoReqItemPartner entity object that will be deleted in the S/4HANA system.
      Returns:
      A fluent helper to delete an existing DebitMemoReqItemPartner entity. To perform execution, call the execute method on the fluent helper object.
    • getAllDebitMemoReqItemPrcgElmnt

      @Nonnull DebitMemoReqItemPrcgElmntFluentHelper getAllDebitMemoReqItemPrcgElmnt()
      Deprecated.
      Fetch multiple DebitMemoReqItemPrcgElmnt entities.
      Returns:
      A fluent helper to fetch multiple DebitMemoReqItemPrcgElmnt entities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getDebitMemoReqItemPrcgElmntByKey

      @Nonnull DebitMemoReqItemPrcgElmntByKeyFluentHelper getDebitMemoReqItemPrcgElmntByKey(String debitMemoRequest, String debitMemoRequestItem, String pricingProcedureStep, String pricingProcedureCounter)
      Deprecated.
      Fetch a single DebitMemoReqItemPrcgElmnt entity using key fields.
      Parameters:
      debitMemoRequestItem - Condition item number

      Constraints: Not nullable, Maximum length: 6

      pricingProcedureCounter - Condition Counter

      Constraints: Not nullable, Maximum length: 3

      debitMemoRequest - Sales Document

      Constraints: Not nullable, Maximum length: 10

      pricingProcedureStep - Step Number

      Constraints: Not nullable, Maximum length: 3

      Returns:
      A fluent helper to fetch a single DebitMemoReqItemPrcgElmnt entity 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 the execute method on the fluent helper object.
    • updateDebitMemoReqItemPrcgElmnt

      @Nonnull DebitMemoReqItemPrcgElmntUpdateFluentHelper updateDebitMemoReqItemPrcgElmnt(@Nonnull DebitMemoReqItemPrcgElmnt debitMemoReqItemPrcgElmnt)
      Deprecated.
      Update an existing DebitMemoReqItemPrcgElmnt entity and save it to the S/4HANA system.
      Parameters:
      debitMemoReqItemPrcgElmnt - DebitMemoReqItemPrcgElmnt entity object that will be updated in the S/4HANA system.
      Returns:
      A fluent helper to update an existing DebitMemoReqItemPrcgElmnt entity. To perform execution, call the execute method on the fluent helper object.
    • deleteDebitMemoReqItemPrcgElmnt

      @Nonnull DebitMemoReqItemPrcgElmntDeleteFluentHelper deleteDebitMemoReqItemPrcgElmnt(@Nonnull DebitMemoReqItemPrcgElmnt debitMemoReqItemPrcgElmnt)
      Deprecated.
      Deletes an existing DebitMemoReqItemPrcgElmnt entity in the S/4HANA system.
      Parameters:
      debitMemoReqItemPrcgElmnt - DebitMemoReqItemPrcgElmnt entity object that will be deleted in the S/4HANA system.
      Returns:
      A fluent helper to delete an existing DebitMemoReqItemPrcgElmnt entity. To perform execution, call the execute method on the fluent helper object.
    • getAllDebitMemoReqItemText

      @Nonnull DebitMemoReqItemTextFluentHelper getAllDebitMemoReqItemText()
      Deprecated.
      Fetch multiple DebitMemoReqItemText entities.
      Returns:
      A fluent helper to fetch multiple DebitMemoReqItemText entities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getDebitMemoReqItemTextByKey

      @Nonnull DebitMemoReqItemTextByKeyFluentHelper getDebitMemoReqItemTextByKey(String debitMemoRequest, String debitMemoRequestItem, String language, String longTextID)
      Deprecated.
      Fetch a single DebitMemoReqItemText entity using key fields.
      Parameters:
      debitMemoRequestItem - Debit Memo Request Item

      Constraints: Not nullable, Maximum length: 6

      debitMemoRequest - Debit Memo Request

      Constraints: Not nullable, Maximum length: 10

      language - Language Key

      Constraints: Not nullable, Maximum length: 2

      longTextID - Text ID

      Constraints: Not nullable, Maximum length: 4

      Returns:
      A fluent helper to fetch a single DebitMemoReqItemText entity 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 the execute method on the fluent helper object.
    • updateDebitMemoReqItemText

      @Nonnull DebitMemoReqItemTextUpdateFluentHelper updateDebitMemoReqItemText(@Nonnull DebitMemoReqItemText debitMemoReqItemText)
      Deprecated.
      Update an existing DebitMemoReqItemText entity and save it to the S/4HANA system.
      Parameters:
      debitMemoReqItemText - DebitMemoReqItemText entity object that will be updated in the S/4HANA system.
      Returns:
      A fluent helper to update an existing DebitMemoReqItemText entity. To perform execution, call the execute method on the fluent helper object.
    • deleteDebitMemoReqItemText

      @Nonnull DebitMemoReqItemTextDeleteFluentHelper deleteDebitMemoReqItemText(@Nonnull DebitMemoReqItemText debitMemoReqItemText)
      Deprecated.
      Deletes an existing DebitMemoReqItemText entity in the S/4HANA system.
      Parameters:
      debitMemoReqItemText - DebitMemoReqItemText entity object that will be deleted in the S/4HANA system.
      Returns:
      A fluent helper to delete an existing DebitMemoReqItemText entity. To perform execution, call the execute method on the fluent helper object.
    • getAllDebitMemoReqPartner

      @Nonnull DebitMemoReqPartnerFluentHelper getAllDebitMemoReqPartner()
      Deprecated.
      Fetch multiple DebitMemoReqPartner entities.
      Returns:
      A fluent helper to fetch multiple DebitMemoReqPartner entities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getDebitMemoReqPartnerByKey

      @Nonnull DebitMemoReqPartnerByKeyFluentHelper getDebitMemoReqPartnerByKey(String debitMemoRequest, String partnerFunction)
      Deprecated.
      Fetch a single DebitMemoReqPartner entity using key fields.
      Parameters:
      partnerFunction - Partner Function

      Constraints: Not nullable, Maximum length: 2

      debitMemoRequest - Sales and Distribution Document Number

      Constraints: Not nullable, Maximum length: 10

      Returns:
      A fluent helper to fetch a single DebitMemoReqPartner entity 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 the execute method on the fluent helper object.
    • updateDebitMemoReqPartner

      @Nonnull DebitMemoReqPartnerUpdateFluentHelper updateDebitMemoReqPartner(@Nonnull DebitMemoReqPartner debitMemoReqPartner)
      Deprecated.
      Update an existing DebitMemoReqPartner entity and save it to the S/4HANA system.
      Parameters:
      debitMemoReqPartner - DebitMemoReqPartner entity object that will be updated in the S/4HANA system.
      Returns:
      A fluent helper to update an existing DebitMemoReqPartner entity. To perform execution, call the execute method on the fluent helper object.
    • deleteDebitMemoReqPartner

      @Nonnull DebitMemoReqPartnerDeleteFluentHelper deleteDebitMemoReqPartner(@Nonnull DebitMemoReqPartner debitMemoReqPartner)
      Deprecated.
      Deletes an existing DebitMemoReqPartner entity in the S/4HANA system.
      Parameters:
      debitMemoReqPartner - DebitMemoReqPartner entity object that will be deleted in the S/4HANA system.
      Returns:
      A fluent helper to delete an existing DebitMemoReqPartner entity. To perform execution, call the execute method on the fluent helper object.
    • getAllDebitMemoReqPrcgElmnt

      @Nonnull DebitMemoReqPrcgElmntFluentHelper getAllDebitMemoReqPrcgElmnt()
      Deprecated.
      Fetch multiple DebitMemoReqPrcgElmnt entities.
      Returns:
      A fluent helper to fetch multiple DebitMemoReqPrcgElmnt entities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getDebitMemoReqPrcgElmntByKey

      @Nonnull DebitMemoReqPrcgElmntByKeyFluentHelper getDebitMemoReqPrcgElmntByKey(String debitMemoRequest, String pricingProcedureStep, String pricingProcedureCounter)
      Deprecated.
      Fetch a single DebitMemoReqPrcgElmnt entity using key fields.
      Parameters:
      pricingProcedureCounter - Condition Counter

      Constraints: Not nullable, Maximum length: 3

      debitMemoRequest - Sales Document

      Constraints: Not nullable, Maximum length: 10

      pricingProcedureStep - Step Number

      Constraints: Not nullable, Maximum length: 3

      Returns:
      A fluent helper to fetch a single DebitMemoReqPrcgElmnt entity 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 the execute method on the fluent helper object.
    • updateDebitMemoReqPrcgElmnt

      @Nonnull DebitMemoReqPrcgElmntUpdateFluentHelper updateDebitMemoReqPrcgElmnt(@Nonnull DebitMemoReqPrcgElmnt debitMemoReqPrcgElmnt)
      Deprecated.
      Update an existing DebitMemoReqPrcgElmnt entity and save it to the S/4HANA system.
      Parameters:
      debitMemoReqPrcgElmnt - DebitMemoReqPrcgElmnt entity object that will be updated in the S/4HANA system.
      Returns:
      A fluent helper to update an existing DebitMemoReqPrcgElmnt entity. To perform execution, call the execute method on the fluent helper object.
    • deleteDebitMemoReqPrcgElmnt

      @Nonnull DebitMemoReqPrcgElmntDeleteFluentHelper deleteDebitMemoReqPrcgElmnt(@Nonnull DebitMemoReqPrcgElmnt debitMemoReqPrcgElmnt)
      Deprecated.
      Deletes an existing DebitMemoReqPrcgElmnt entity in the S/4HANA system.
      Parameters:
      debitMemoReqPrcgElmnt - DebitMemoReqPrcgElmnt entity object that will be deleted in the S/4HANA system.
      Returns:
      A fluent helper to delete an existing DebitMemoReqPrcgElmnt entity. To perform execution, call the execute method on the fluent helper object.
    • getAllDebitMemoReqSubsqntProcFlow

      @Nonnull DebitMemoReqSubsqntProcFlowFluentHelper getAllDebitMemoReqSubsqntProcFlow()
      Deprecated.
      Fetch multiple DebitMemoReqSubsqntProcFlow entities.
      Returns:
      A fluent helper to fetch multiple DebitMemoReqSubsqntProcFlow entities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getDebitMemoReqSubsqntProcFlowByKey

      @Nonnull DebitMemoReqSubsqntProcFlowByKeyFluentHelper getDebitMemoReqSubsqntProcFlowByKey(String debitMemoRequest, String subsequentDocument)
      Deprecated.
      Fetch a single DebitMemoReqSubsqntProcFlow entity using key fields.
      Parameters:
      debitMemoRequest - Preceding sales and distribution document

      Constraints: Not nullable, Maximum length: 10

      subsequentDocument - Subsequent Sales and Distribution Document

      Constraints: Not nullable, Maximum length: 10

      Returns:
      A fluent helper to fetch a single DebitMemoReqSubsqntProcFlow entity 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 the execute method on the fluent helper object.
    • getAllDebitMemoReqText

      @Nonnull DebitMemoReqTextFluentHelper getAllDebitMemoReqText()
      Deprecated.
      Fetch multiple DebitMemoReqText entities.
      Returns:
      A fluent helper to fetch multiple DebitMemoReqText entities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getDebitMemoReqTextByKey

      @Nonnull DebitMemoReqTextByKeyFluentHelper getDebitMemoReqTextByKey(String debitMemoRequest, String language, String longTextID)
      Deprecated.
      Fetch a single DebitMemoReqText entity using key fields.
      Parameters:
      debitMemoRequest - Debit Memo Request

      Constraints: Not nullable, Maximum length: 10

      language - Language Key

      Constraints: Not nullable, Maximum length: 2

      longTextID - Text ID

      Constraints: Not nullable, Maximum length: 4

      Returns:
      A fluent helper to fetch a single DebitMemoReqText entity 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 the execute method on the fluent helper object.
    • updateDebitMemoReqText

      @Nonnull DebitMemoReqTextUpdateFluentHelper updateDebitMemoReqText(@Nonnull DebitMemoReqText debitMemoReqText)
      Deprecated.
      Update an existing DebitMemoReqText entity and save it to the S/4HANA system.
      Parameters:
      debitMemoReqText - DebitMemoReqText entity object that will be updated in the S/4HANA system.
      Returns:
      A fluent helper to update an existing DebitMemoReqText entity. To perform execution, call the execute method on the fluent helper object.
    • deleteDebitMemoReqText

      @Nonnull DebitMemoReqTextDeleteFluentHelper deleteDebitMemoReqText(@Nonnull DebitMemoReqText debitMemoReqText)
      Deprecated.
      Deletes an existing DebitMemoReqText entity in the S/4HANA system.
      Parameters:
      debitMemoReqText - DebitMemoReqText entity object that will be deleted in the S/4HANA system.
      Returns:
      A fluent helper to delete an existing DebitMemoReqText entity. To perform execution, call the execute method on the fluent helper object.
    • getAllDebitMemoRequest

      @Nonnull DebitMemoRequestFluentHelper getAllDebitMemoRequest()
      Deprecated.
      Fetch multiple DebitMemoRequest entities.
      Returns:
      A fluent helper to fetch multiple DebitMemoRequest entities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getDebitMemoRequestByKey

      @Nonnull DebitMemoRequestByKeyFluentHelper getDebitMemoRequestByKey(String debitMemoRequest)
      Deprecated.
      Fetch a single DebitMemoRequest entity using key fields.
      Parameters:
      debitMemoRequest - Debit Memo Request

      Constraints: Not nullable, Maximum length: 10

      Returns:
      A fluent helper to fetch a single DebitMemoRequest entity 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 the execute method on the fluent helper object.
    • createDebitMemoRequest

      @Nonnull DebitMemoRequestCreateFluentHelper createDebitMemoRequest(@Nonnull DebitMemoRequest debitMemoRequest)
      Deprecated.
      Create a new DebitMemoRequest entity and save it to the S/4HANA system.
      Parameters:
      debitMemoRequest - DebitMemoRequest entity object that will be created in the S/4HANA system.
      Returns:
      A fluent helper to create a new DebitMemoRequest entity. To perform execution, call the execute method on the fluent helper object.
    • updateDebitMemoRequest

      @Nonnull DebitMemoRequestUpdateFluentHelper updateDebitMemoRequest(@Nonnull DebitMemoRequest debitMemoRequest)
      Deprecated.
      Update an existing DebitMemoRequest entity and save it to the S/4HANA system.
      Parameters:
      debitMemoRequest - DebitMemoRequest entity object that will be updated in the S/4HANA system.
      Returns:
      A fluent helper to update an existing DebitMemoRequest entity. To perform execution, call the execute method on the fluent helper object.
    • deleteDebitMemoRequest

      @Nonnull DebitMemoRequestDeleteFluentHelper deleteDebitMemoRequest(@Nonnull DebitMemoRequest debitMemoRequest)
      Deprecated.
      Deletes an existing DebitMemoRequest entity in the S/4HANA system.
      Parameters:
      debitMemoRequest - DebitMemoRequest entity object that will be deleted in the S/4HANA system.
      Returns:
      A fluent helper to delete an existing DebitMemoRequest entity. To perform execution, call the execute method on the fluent helper object.
    • getAllDebitMemoRequestItem

      @Nonnull DebitMemoRequestItemFluentHelper getAllDebitMemoRequestItem()
      Deprecated.
      Fetch multiple DebitMemoRequestItem entities.
      Returns:
      A fluent helper to fetch multiple DebitMemoRequestItem entities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getDebitMemoRequestItemByKey

      @Nonnull DebitMemoRequestItemByKeyFluentHelper getDebitMemoRequestItemByKey(String debitMemoRequest, String debitMemoRequestItem)
      Deprecated.
      Fetch a single DebitMemoRequestItem entity using key fields.
      Parameters:
      debitMemoRequestItem - Debit Memo Request Item

      Constraints: Not nullable, Maximum length: 6

      debitMemoRequest - Debit Memo Request

      Constraints: Not nullable, Maximum length: 10

      Returns:
      A fluent helper to fetch a single DebitMemoRequestItem entity 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 the execute method on the fluent helper object.
    • createDebitMemoRequestItem

      @Nonnull DebitMemoRequestItemCreateFluentHelper createDebitMemoRequestItem(@Nonnull DebitMemoRequestItem debitMemoRequestItem)
      Deprecated.
      Create a new DebitMemoRequestItem entity and save it to the S/4HANA system.
      Parameters:
      debitMemoRequestItem - DebitMemoRequestItem entity object that will be created in the S/4HANA system.
      Returns:
      A fluent helper to create a new DebitMemoRequestItem entity. To perform execution, call the execute method on the fluent helper object.
    • updateDebitMemoRequestItem

      @Nonnull DebitMemoRequestItemUpdateFluentHelper updateDebitMemoRequestItem(@Nonnull DebitMemoRequestItem debitMemoRequestItem)
      Deprecated.
      Update an existing DebitMemoRequestItem entity and save it to the S/4HANA system.
      Parameters:
      debitMemoRequestItem - DebitMemoRequestItem entity object that will be updated in the S/4HANA system.
      Returns:
      A fluent helper to update an existing DebitMemoRequestItem entity. To perform execution, call the execute method on the fluent helper object.
    • deleteDebitMemoRequestItem

      @Nonnull DebitMemoRequestItemDeleteFluentHelper deleteDebitMemoRequestItem(@Nonnull DebitMemoRequestItem debitMemoRequestItem)
      Deprecated.
      Deletes an existing DebitMemoRequestItem entity in the S/4HANA system.
      Parameters:
      debitMemoRequestItem - DebitMemoRequestItem entity object that will be deleted in the S/4HANA system.
      Returns:
      A fluent helper to delete an existing DebitMemoRequestItem entity. To perform execution, call the execute method on the fluent helper object.