Interface ContractAccountingDisputeCaseService
- All Known Implementing Classes:
DefaultContractAccountingDisputeCaseService
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
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 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.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.
-
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.
-
batch
Deprecated.Creates a batch request builder object.- Returns:
- A request builder to handle batch operation on this service. To perform execution, call the
executemethod on the request builder object.
-
getAllDisputeCase
Deprecated.Fetch multipleDisputeCaseentities.- 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.Fetch the number of entries from theDisputeCaseentity collection matching the filter and search expressions.- 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.Fetch a singleDisputeCaseentity using key fields.- 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
Deprecated.Create a newDisputeCaseentity and save it to the S/4HANA system.- 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
Deprecated.Update an existingDisputeCaseentity and save it to the S/4HANA system.- 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.Fetch multipleDisputeCaseObjectentities.- 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.Fetch the number of entries from theDisputeCaseObjectentity collection matching the filter and search expressions.- 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 GetByKeyRequestBuilder<DisputeCaseObject> getDisputeCaseObjectByKey(UUID caseUUID, String objectType, String objectKey) Deprecated.Fetch a singleDisputeCaseObjectentity using key fields.- Parameters:
objectKey- Object keyConstraints: Not nullable, Maximum length: 70
caseUUID- UUID in Character FormatConstraints: Not nullable
objectType- Object TypeConstraints: Not nullable, Maximum length: 10
- 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 CreateRequestBuilder<DisputeCaseObject> createDisputeCaseObject(@Nonnull DisputeCaseObject disputeCaseObject) Deprecated.Create a newDisputeCaseObjectentity and save it to the S/4HANA system.- 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 DeleteRequestBuilder<DisputeCaseObject> deleteDisputeCaseObject(@Nonnull DisputeCaseObject disputeCaseObject) Deprecated.Deletes an existingDisputeCaseObjectentity in the S/4HANA system.- 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.
-