Class DefaultCashSecurityDepositV2Service
- All Implemented Interfaces:
OperationsOnEntityCollections,ServiceWithNavigableEntities,CashSecurityDepositV2Service
The service contains a list of security deposits. With this service you can create, read, and update cash security deposits. You can change header information, add request documents, reverse, clear, release, partially release, or reset the release of specific cash security deposits. After a request to fetch security deposits is sent, all filtered security deposits are returned. After a security deposit has been created using the Create operation, a new security deposit number and the message header are returned. After a security deposit has been revised, for example, by using the Change or Create Request operation, the number of that revised security deposit and the message header are returned..
Reference: SAP Business Accelerator Hub
Details:
| OData Service: | CE_CASECURITYDEPOSIT_0002 |
| API Version: | 2.0.0 |
| Minimum ERP Version: | 2302 |
| Communication Scenario: | Finance - Contract Accounting Security Deposits Integration(SAP_COM_0380) |
| Scope Items: | Contract Accounting - Open Item Management(2UJ), Contract Accounting: Open Item Management(PUJ) |
| Authentication Methods: | x509 |
| Service Group Name: | API_CASECURITYDEPOSIT |
| Business Object: | Contract Accounting Security Deposit |
-
Field Summary
Fields inherited from interface com.sap.cloud.sdk.s4hana.datamodel.odatav4.services.CashSecurityDepositV2Service
DEFAULT_SERVICE_PATH -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.Creates a service usingCashSecurityDepositV2Service.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 theScrtyDepReqDocFlow_2entity collection matching the filter and search expressions.Deprecated.Fetch the number of entries from theCASecurityDeposit_2entity collection matching the filter and search expressions.Deprecated.Fetch the number of entries from theCASecurityDepositReqDetail_2entity collection matching the filter and search expressions.createCAScrtyDepDocumentFlow(ScrtyDepReqDocFlow_2 scrtyDepReqDocFlow_2) Deprecated.Create a newScrtyDepReqDocFlow_2entity and save it to the S/4HANA system.createCASecurityDeposit(CASecurityDeposit_2 cASecurityDeposit_2) Deprecated.Create a newCASecurityDeposit_2entity and save it to the S/4HANA system.Deprecated.Fetch multipleScrtyDepReqDocFlow_2entities.Deprecated.Fetch multipleCASecurityDeposit_2entities.Deprecated.Fetch multipleCASecurityDepositReqDetail_2entities.getCAScrtyDepDocumentFlowByKey(String cASecurityDeposit, String cADocumentNumber, String cAScrtyDepositClearedDocument) Deprecated.Fetch a singleScrtyDepReqDocFlow_2entity using key fields.getCASecurityDepositByKey(String cASecurityDeposit) Deprecated.Fetch a singleCASecurityDeposit_2entity using key fields.getCASecurityDepositReqDetailByKey(String cASecurityDeposit, String cADocumentNumber) Deprecated.Fetch a singleCASecurityDepositReqDetail_2entity using key fields.Deprecated.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
-
DefaultCashSecurityDepositV2Service
public DefaultCashSecurityDepositV2Service()Deprecated.Creates a service usingCashSecurityDepositV2Service.DEFAULT_SERVICE_PATHto send the requests.
-
-
Method Details
-
withServicePath
Deprecated.Description copied from interface:CashSecurityDepositV2ServiceOverrides the default service path and returns a new service instance with the specified service path. Also adjusts the respective entity URLs.- Specified by:
withServicePathin interfaceCashSecurityDepositV2Service- 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:CashSecurityDepositV2ServiceCreates a batch request builder object.- Specified by:
batchin interfaceCashSecurityDepositV2Service- Returns:
- A request builder to handle batch operation on this service. To perform execution, call the
executemethod on the request builder object.
-
getAllCAScrtyDepDocumentFlow
Deprecated.Description copied from interface:CashSecurityDepositV2ServiceFetch multipleScrtyDepReqDocFlow_2entities.- Specified by:
getAllCAScrtyDepDocumentFlowin interfaceCashSecurityDepositV2Service- Returns:
- A request builder to fetch multiple
ScrtyDepReqDocFlow_2entities. 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.
-
countCAScrtyDepDocumentFlow
Deprecated.Description copied from interface:CashSecurityDepositV2ServiceFetch the number of entries from theScrtyDepReqDocFlow_2entity collection matching the filter and search expressions.- Specified by:
countCAScrtyDepDocumentFlowin interfaceCashSecurityDepositV2Service- Returns:
- A request builder to fetch the count of
ScrtyDepReqDocFlow_2entities. 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.
-
getCAScrtyDepDocumentFlowByKey
@Nonnull public GetByKeyRequestBuilder<ScrtyDepReqDocFlow_2> getCAScrtyDepDocumentFlowByKey(String cASecurityDeposit, String cADocumentNumber, String cAScrtyDepositClearedDocument) Deprecated.Description copied from interface:CashSecurityDepositV2ServiceFetch a singleScrtyDepReqDocFlow_2entity using key fields.- Specified by:
getCAScrtyDepDocumentFlowByKeyin interfaceCashSecurityDepositV2Service- Parameters:
cASecurityDeposit- Security DepositConstraints: Not nullable, Maximum length: 12
cADocumentNumber- DocumentConstraints: Not nullable, Maximum length: 12
cAScrtyDepositClearedDocument- Number of Cleared DocumentConstraints: Not nullable, Maximum length: 12
- Returns:
- A request builder to fetch a single
ScrtyDepReqDocFlow_2entity 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.
-
createCAScrtyDepDocumentFlow
@Nonnull public CreateRequestBuilder<ScrtyDepReqDocFlow_2> createCAScrtyDepDocumentFlow(@Nonnull ScrtyDepReqDocFlow_2 scrtyDepReqDocFlow_2) Deprecated.Description copied from interface:CashSecurityDepositV2ServiceCreate a newScrtyDepReqDocFlow_2entity and save it to the S/4HANA system.- Specified by:
createCAScrtyDepDocumentFlowin interfaceCashSecurityDepositV2Service- Parameters:
scrtyDepReqDocFlow_2-ScrtyDepReqDocFlow_2entity object that will be created in the S/4HANA system.- Returns:
- A request builder to create a new
ScrtyDepReqDocFlow_2entity. To perform execution, call theexecutemethod on the request builder object.
-
getAllCASecurityDeposit
Deprecated.Description copied from interface:CashSecurityDepositV2ServiceFetch multipleCASecurityDeposit_2entities.- Specified by:
getAllCASecurityDepositin interfaceCashSecurityDepositV2Service- Returns:
- A request builder to fetch multiple
CASecurityDeposit_2entities. 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.
-
countCASecurityDeposit
Deprecated.Description copied from interface:CashSecurityDepositV2ServiceFetch the number of entries from theCASecurityDeposit_2entity collection matching the filter and search expressions.- Specified by:
countCASecurityDepositin interfaceCashSecurityDepositV2Service- Returns:
- A request builder to fetch the count of
CASecurityDeposit_2entities. 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.
-
getCASecurityDepositByKey
@Nonnull public GetByKeyRequestBuilder<CASecurityDeposit_2> getCASecurityDepositByKey(String cASecurityDeposit) Deprecated.Description copied from interface:CashSecurityDepositV2ServiceFetch a singleCASecurityDeposit_2entity using key fields.- Specified by:
getCASecurityDepositByKeyin interfaceCashSecurityDepositV2Service- Parameters:
cASecurityDeposit- Security DepositConstraints: Not nullable, Maximum length: 12
- Returns:
- A request builder to fetch a single
CASecurityDeposit_2entity 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.
-
createCASecurityDeposit
@Nonnull public CreateRequestBuilder<CASecurityDeposit_2> createCASecurityDeposit(@Nonnull CASecurityDeposit_2 cASecurityDeposit_2) Deprecated.Description copied from interface:CashSecurityDepositV2ServiceCreate a newCASecurityDeposit_2entity and save it to the S/4HANA system.- Specified by:
createCASecurityDepositin interfaceCashSecurityDepositV2Service- Parameters:
cASecurityDeposit_2-CASecurityDeposit_2entity object that will be created in the S/4HANA system.- Returns:
- A request builder to create a new
CASecurityDeposit_2entity. To perform execution, call theexecutemethod on the request builder object.
-
getAllCASecurityDepositReqDetail
@Nonnull public GetAllRequestBuilder<CASecurityDepositReqDetail_2> getAllCASecurityDepositReqDetail()Deprecated.Description copied from interface:CashSecurityDepositV2ServiceFetch multipleCASecurityDepositReqDetail_2entities.- Specified by:
getAllCASecurityDepositReqDetailin interfaceCashSecurityDepositV2Service- Returns:
- A request builder to fetch multiple
CASecurityDepositReqDetail_2entities. 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.
-
countCASecurityDepositReqDetail
Deprecated.Description copied from interface:CashSecurityDepositV2ServiceFetch the number of entries from theCASecurityDepositReqDetail_2entity collection matching the filter and search expressions.- Specified by:
countCASecurityDepositReqDetailin interfaceCashSecurityDepositV2Service- Returns:
- A request builder to fetch the count of
CASecurityDepositReqDetail_2entities. 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.
-
getCASecurityDepositReqDetailByKey
@Nonnull public GetByKeyRequestBuilder<CASecurityDepositReqDetail_2> getCASecurityDepositReqDetailByKey(String cASecurityDeposit, String cADocumentNumber) Deprecated.Description copied from interface:CashSecurityDepositV2ServiceFetch a singleCASecurityDepositReqDetail_2entity using key fields.- Specified by:
getCASecurityDepositReqDetailByKeyin interfaceCashSecurityDepositV2Service- Parameters:
cASecurityDeposit- Security DepositConstraints: Not nullable, Maximum length: 12
cADocumentNumber- DocumentConstraints: Not nullable, Maximum length: 12
- Returns:
- A request builder to fetch a single
CASecurityDepositReqDetail_2entity 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.
-
getServicePath
Deprecated.- Specified by:
getServicePathin interfaceServiceWithNavigableEntities
-