Interface CashSecurityDepositV2Service

All Known Implementing Classes:
DefaultCashSecurityDepositV2Service

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

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..

Business Documentation

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 Details

  • Method Details

    • withServicePath

      @Nonnull CashSecurityDepositV2Service 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.
    • getAllCAScrtyDepDocumentFlow

      @Nonnull GetAllRequestBuilder<ScrtyDepReqDocFlow_2> getAllCAScrtyDepDocumentFlow()
      Deprecated.
      Fetch multiple ScrtyDepReqDocFlow_2 entities.
      Returns:
      A request builder to fetch multiple ScrtyDepReqDocFlow_2 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.
    • countCAScrtyDepDocumentFlow

      @Nonnull CountRequestBuilder<ScrtyDepReqDocFlow_2> countCAScrtyDepDocumentFlow()
      Deprecated.
      Fetch the number of entries from the ScrtyDepReqDocFlow_2 entity collection matching the filter and search expressions.
      Returns:
      A request builder to fetch the count of ScrtyDepReqDocFlow_2 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.
    • getCAScrtyDepDocumentFlowByKey

      @Nonnull GetByKeyRequestBuilder<ScrtyDepReqDocFlow_2> getCAScrtyDepDocumentFlowByKey(String cASecurityDeposit, String cADocumentNumber, String cAScrtyDepositClearedDocument)
      Deprecated.
      Fetch a single ScrtyDepReqDocFlow_2 entity using key fields.
      Parameters:
      cASecurityDeposit - Security Deposit

      Constraints: Not nullable, Maximum length: 12

      cAScrtyDepositClearedDocument - Number of Cleared Document

      Constraints: Not nullable, Maximum length: 12

      cADocumentNumber - Document

      Constraints: Not nullable, Maximum length: 12

      Returns:
      A request builder to fetch a single ScrtyDepReqDocFlow_2 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.
    • createCAScrtyDepDocumentFlow

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

      @Nonnull GetAllRequestBuilder<CASecurityDeposit_2> getAllCASecurityDeposit()
      Deprecated.
      Fetch multiple CASecurityDeposit_2 entities.
      Returns:
      A request builder to fetch multiple CASecurityDeposit_2 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.
    • countCASecurityDeposit

      @Nonnull CountRequestBuilder<CASecurityDeposit_2> countCASecurityDeposit()
      Deprecated.
      Fetch the number of entries from the CASecurityDeposit_2 entity collection matching the filter and search expressions.
      Returns:
      A request builder to fetch the count of CASecurityDeposit_2 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.
    • getCASecurityDepositByKey

      @Nonnull GetByKeyRequestBuilder<CASecurityDeposit_2> getCASecurityDepositByKey(String cASecurityDeposit)
      Deprecated.
      Fetch a single CASecurityDeposit_2 entity using key fields.
      Parameters:
      cASecurityDeposit - Security Deposit

      Constraints: Not nullable, Maximum length: 12

      Returns:
      A request builder to fetch a single CASecurityDeposit_2 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.
    • createCASecurityDeposit

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

      @Nonnull GetAllRequestBuilder<CASecurityDepositReqDetail_2> getAllCASecurityDepositReqDetail()
      Deprecated.
      Fetch multiple CASecurityDepositReqDetail_2 entities.
      Returns:
      A request builder to fetch multiple CASecurityDepositReqDetail_2 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.
    • countCASecurityDepositReqDetail

      @Nonnull CountRequestBuilder<CASecurityDepositReqDetail_2> countCASecurityDepositReqDetail()
      Deprecated.
      Fetch the number of entries from the CASecurityDepositReqDetail_2 entity collection matching the filter and search expressions.
      Returns:
      A request builder to fetch the count of CASecurityDepositReqDetail_2 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.
    • getCASecurityDepositReqDetailByKey

      @Nonnull GetByKeyRequestBuilder<CASecurityDepositReqDetail_2> getCASecurityDepositReqDetailByKey(String cASecurityDeposit, String cADocumentNumber)
      Deprecated.
      Fetch a single CASecurityDepositReqDetail_2 entity using key fields.
      Parameters:
      cASecurityDeposit - Security Deposit

      Constraints: Not nullable, Maximum length: 12

      cADocumentNumber - Document

      Constraints: Not nullable, Maximum length: 12

      Returns:
      A request builder to fetch a single CASecurityDepositReqDetail_2 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.