Class DefaultContractAccountingDisputeCaseService
- All Implemented Interfaces:
OperationsOnEntityCollections,ServiceWithNavigableEntities,ContractAccountingDisputeCaseService
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..
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 Summary
Fields inherited from interface com.sap.cloud.sdk.s4hana.datamodel.odatav4.services.ContractAccountingDisputeCaseService
DEFAULT_SERVICE_PATH -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.Creates a service usingContractAccountingDisputeCaseService.DEFAULT_SERVICE_PATHto send the requests. -
Method Summary
Modifier and TypeMethodDescriptionbatch()Deprecated.Creates a batch request builder object.Deprecated.Fetch the number of entries from theDisputeCaseentity collection matching the filter and search expressions.Deprecated.Fetch the number of entries from theDisputeCaseObjectentity collection matching the filter and search expressions.createDisputeCase(DisputeCase disputeCase) Deprecated.Create a newDisputeCaseentity and save it to the S/4HANA system.createDisputeCaseObject(DisputeCaseObject disputeCaseObject) Deprecated.Create a newDisputeCaseObjectentity and save it to the S/4HANA system.deleteDisputeCaseObject(DisputeCaseObject disputeCaseObject) Deprecated.Deletes an existingDisputeCaseObjectentity in the S/4HANA system.Deprecated.Fetch multipleDisputeCaseentities.Deprecated.Fetch multipleDisputeCaseObjectentities.getDisputeCaseByKey(UUID caseUUID) Deprecated.Fetch a singleDisputeCaseentity using key fields.getDisputeCaseObjectByKey(UUID caseUUID, String objectType, String objectKey) Deprecated.Fetch a singleDisputeCaseObjectentity using key fields.Deprecated.updateDisputeCase(DisputeCase disputeCase) Deprecated.Update an existingDisputeCaseentity 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 class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.sap.cloud.sdk.datamodel.odatav4.core.ServiceWithNavigableEntities
applyAction, applyAction, applyFunction, applyFunction, forEntity, withFunction, withFunction
-
Constructor Details
-
DefaultContractAccountingDisputeCaseService
public DefaultContractAccountingDisputeCaseService()Deprecated.Creates a service usingContractAccountingDisputeCaseService.DEFAULT_SERVICE_PATHto send the requests.
-
-
Method Details
-
withServicePath
@Nonnull public DefaultContractAccountingDisputeCaseService withServicePath(@Nonnull String servicePath) Deprecated.Description copied from interface:ContractAccountingDisputeCaseServiceOverrides the default service path and returns a new service instance with the specified service path. Also adjusts the respective entity URLs.- Specified by:
withServicePathin interfaceContractAccountingDisputeCaseService- Parameters:
servicePath- Service path that will override the default.- Returns:
- A new service instance with the specified service path.
-
batch
Deprecated.Description copied from interface:ContractAccountingDisputeCaseServiceCreates a batch request builder object.- Specified by:
batchin interfaceContractAccountingDisputeCaseService- Returns:
- A request builder to handle batch operation on this service. To perform execution, call the
executemethod on the request builder object.
-
getAllDisputeCase
Deprecated.Description copied from interface:ContractAccountingDisputeCaseServiceFetch multipleDisputeCaseentities.- Specified by:
getAllDisputeCasein interfaceContractAccountingDisputeCaseService- Returns:
- A request builder to fetch multiple
DisputeCaseentities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the request builder object.
-
countDisputeCase
Deprecated.Description copied from interface:ContractAccountingDisputeCaseServiceFetch the number of entries from theDisputeCaseentity collection matching the filter and search expressions.- Specified by:
countDisputeCasein interfaceContractAccountingDisputeCaseService- Returns:
- A request builder to fetch the count of
DisputeCaseentities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the request builder object.
-
getDisputeCaseByKey
Deprecated.Description copied from interface:ContractAccountingDisputeCaseServiceFetch a singleDisputeCaseentity using key fields.- Specified by:
getDisputeCaseByKeyin interfaceContractAccountingDisputeCaseService- Parameters:
caseUUID- UUID in Character FormatConstraints: Not nullable
- Returns:
- A request builder to fetch a single
DisputeCaseentity 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 theexecutemethod on the request builder object.
-
createDisputeCase
@Nonnull public CreateRequestBuilder<DisputeCase> createDisputeCase(@Nonnull DisputeCase disputeCase) Deprecated.Description copied from interface:ContractAccountingDisputeCaseServiceCreate a newDisputeCaseentity and save it to the S/4HANA system.- Specified by:
createDisputeCasein interfaceContractAccountingDisputeCaseService- Parameters:
disputeCase-DisputeCaseentity object that will be created in the S/4HANA system.- Returns:
- A request builder to create a new
DisputeCaseentity. To perform execution, call theexecutemethod on the request builder object.
-
updateDisputeCase
@Nonnull public UpdateRequestBuilder<DisputeCase> updateDisputeCase(@Nonnull DisputeCase disputeCase) Deprecated.Description copied from interface:ContractAccountingDisputeCaseServiceUpdate an existingDisputeCaseentity and save it to the S/4HANA system.- Specified by:
updateDisputeCasein interfaceContractAccountingDisputeCaseService- Parameters:
disputeCase-DisputeCaseentity object that will be updated in the S/4HANA system.- Returns:
- A request builder to update an existing
DisputeCaseentity. To perform execution, call theexecutemethod on the request builder object.
-
getAllDisputeCaseObject
Deprecated.Description copied from interface:ContractAccountingDisputeCaseServiceFetch multipleDisputeCaseObjectentities.- Specified by:
getAllDisputeCaseObjectin interfaceContractAccountingDisputeCaseService- Returns:
- A request builder to fetch multiple
DisputeCaseObjectentities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the request builder object.
-
countDisputeCaseObject
Deprecated.Description copied from interface:ContractAccountingDisputeCaseServiceFetch the number of entries from theDisputeCaseObjectentity collection matching the filter and search expressions.- Specified by:
countDisputeCaseObjectin interfaceContractAccountingDisputeCaseService- Returns:
- A request builder to fetch the count of
DisputeCaseObjectentities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the request builder object.
-
getDisputeCaseObjectByKey
@Nonnull public GetByKeyRequestBuilder<DisputeCaseObject> getDisputeCaseObjectByKey(UUID caseUUID, String objectType, String objectKey) Deprecated.Description copied from interface:ContractAccountingDisputeCaseServiceFetch a singleDisputeCaseObjectentity using key fields.- Specified by:
getDisputeCaseObjectByKeyin interfaceContractAccountingDisputeCaseService- Parameters:
caseUUID- UUID in Character FormatConstraints: Not nullable
objectType- Object TypeConstraints: Not nullable, Maximum length: 10
objectKey- Object keyConstraints: Not nullable, Maximum length: 70
- Returns:
- A request builder to fetch a single
DisputeCaseObjectentity 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 theexecutemethod on the request builder object.
-
createDisputeCaseObject
@Nonnull public CreateRequestBuilder<DisputeCaseObject> createDisputeCaseObject(@Nonnull DisputeCaseObject disputeCaseObject) Deprecated.Description copied from interface:ContractAccountingDisputeCaseServiceCreate a newDisputeCaseObjectentity and save it to the S/4HANA system.- Specified by:
createDisputeCaseObjectin interfaceContractAccountingDisputeCaseService- Parameters:
disputeCaseObject-DisputeCaseObjectentity object that will be created in the S/4HANA system.- Returns:
- A request builder to create a new
DisputeCaseObjectentity. To perform execution, call theexecutemethod on the request builder object.
-
deleteDisputeCaseObject
@Nonnull public DeleteRequestBuilder<DisputeCaseObject> deleteDisputeCaseObject(@Nonnull DisputeCaseObject disputeCaseObject) Deprecated.Description copied from interface:ContractAccountingDisputeCaseServiceDeletes an existingDisputeCaseObjectentity in the S/4HANA system.- Specified by:
deleteDisputeCaseObjectin interfaceContractAccountingDisputeCaseService- Parameters:
disputeCaseObject-DisputeCaseObjectentity object that will be deleted in the S/4HANA system.- Returns:
- A request builder to delete an existing
DisputeCaseObjectentity. To perform execution, call theexecutemethod on the request builder object.
-
getServicePath
Deprecated.- Specified by:
getServicePathin interfaceServiceWithNavigableEntities
-