Interface ContractAccountingDisputeCaseService

All Known Implementing Classes:
DefaultContractAccountingDisputeCaseService

@Deprecated public interface ContractAccountingDisputeCaseService
Deprecated.
The service and all its related classes are deprecated. Please use the odata generator to generate the VDM.

With this service you can create, read, and update a dispute case. Disputed objects can be added or deleted from a dispute case. A disputed object can be a business partner, contract account, contract or FI-CA document. In addition, notes and attachments can be added and read. Using the ***SetDisputeCaseToVoid*** action, a dispute case can be voided. Using the copy action, an existing dispute case can be used as a template for the creation of a new dispute case..

Business Documentation

Reference: SAP Business Accelerator Hub

Details:

OData Service: CADISPUTECASE_0001
API Version: 1.0.0
Minimum ERP Version: 2302
Communication Scenario: Finance - Contract Accounting Integration(SAP_COM_0731)
Scope Items: Contract Accounting - Open Item Management(2UJ), Contract Accounting: Open Item Management(PUJ)
Authentication Methods: x509
Service Group Name: API_CADISPUTECASE
Business Object: Contract Accounting Dispute Case
  • Field Details

  • Method Details

    • withServicePath

      @Nonnull ContractAccountingDisputeCaseService 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.
    • batch

      @Nonnull BatchRequestBuilder batch()
      Deprecated.
      Creates a batch request builder object.
      Returns:
      A request builder to handle batch operation on this service. To perform execution, call the execute method on the request builder object.
    • getAllDisputeCase

      @Nonnull GetAllRequestBuilder<DisputeCase> getAllDisputeCase()
      Deprecated.
      Fetch multiple DisputeCase entities.
      Returns:
      A request builder to fetch multiple DisputeCase entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • countDisputeCase

      @Nonnull CountRequestBuilder<DisputeCase> countDisputeCase()
      Deprecated.
      Fetch the number of entries from the DisputeCase entity collection matching the filter and search expressions.
      Returns:
      A request builder to fetch the count of DisputeCase entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • getDisputeCaseByKey

      @Nonnull GetByKeyRequestBuilder<DisputeCase> getDisputeCaseByKey(UUID caseUUID)
      Deprecated.
      Fetch a single DisputeCase entity using key fields.
      Parameters:
      caseUUID - UUID in Character Format

      Constraints: Not nullable

      Returns:
      A request builder to fetch a single DisputeCase entity using key fields. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • createDisputeCase

      @Nonnull CreateRequestBuilder<DisputeCase> createDisputeCase(@Nonnull DisputeCase disputeCase)
      Deprecated.
      Create a new DisputeCase entity and save it to the S/4HANA system.
      Parameters:
      disputeCase - DisputeCase entity object that will be created in the S/4HANA system.
      Returns:
      A request builder to create a new DisputeCase entity. To perform execution, call the execute method on the request builder object.
    • updateDisputeCase

      @Nonnull UpdateRequestBuilder<DisputeCase> updateDisputeCase(@Nonnull DisputeCase disputeCase)
      Deprecated.
      Update an existing DisputeCase entity and save it to the S/4HANA system.
      Parameters:
      disputeCase - DisputeCase entity object that will be updated in the S/4HANA system.
      Returns:
      A request builder to update an existing DisputeCase entity. To perform execution, call the execute method on the request builder object.
    • getAllDisputeCaseObject

      @Nonnull GetAllRequestBuilder<DisputeCaseObject> getAllDisputeCaseObject()
      Deprecated.
      Fetch multiple DisputeCaseObject entities.
      Returns:
      A request builder to fetch multiple DisputeCaseObject entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • countDisputeCaseObject

      @Nonnull CountRequestBuilder<DisputeCaseObject> countDisputeCaseObject()
      Deprecated.
      Fetch the number of entries from the DisputeCaseObject entity collection matching the filter and search expressions.
      Returns:
      A request builder to fetch the count of DisputeCaseObject entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • getDisputeCaseObjectByKey

      @Nonnull GetByKeyRequestBuilder<DisputeCaseObject> getDisputeCaseObjectByKey(UUID caseUUID, String objectType, String objectKey)
      Deprecated.
      Fetch a single DisputeCaseObject entity using key fields.
      Parameters:
      objectKey - Object key

      Constraints: Not nullable, Maximum length: 70

      caseUUID - UUID in Character Format

      Constraints: Not nullable

      objectType - Object Type

      Constraints: Not nullable, Maximum length: 10

      Returns:
      A request builder to fetch a single DisputeCaseObject entity using key fields. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • createDisputeCaseObject

      @Nonnull CreateRequestBuilder<DisputeCaseObject> createDisputeCaseObject(@Nonnull DisputeCaseObject disputeCaseObject)
      Deprecated.
      Create a new DisputeCaseObject entity and save it to the S/4HANA system.
      Parameters:
      disputeCaseObject - DisputeCaseObject entity object that will be created in the S/4HANA system.
      Returns:
      A request builder to create a new DisputeCaseObject entity. To perform execution, call the execute method on the request builder object.
    • deleteDisputeCaseObject

      @Nonnull DeleteRequestBuilder<DisputeCaseObject> deleteDisputeCaseObject(@Nonnull DisputeCaseObject disputeCaseObject)
      Deprecated.
      Deletes an existing DisputeCaseObject entity in the S/4HANA system.
      Parameters:
      disputeCaseObject - DisputeCaseObject entity object that will be deleted in the S/4HANA system.
      Returns:
      A request builder to delete an existing DisputeCaseObject entity. To perform execution, call the execute method on the request builder object.