Interface FixedAssetPostAssetAcquisitionService

All Known Implementing Classes:
DefaultFixedAssetPostAssetAcquisitionService

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

This service contains the following nodes that are necessary for posting acquisition, including: ledger, valuation, item amount..

Business Documentation

Reference: SAP Business Accelerator Hub

Details:

OData Service: CE_FIXEDASSETACQUISITION_0001
API Version: 1.0.0
Minimum ERP Version: 2302
Communication Scenario: Finance - Fixed Asset Integration(SAP_COM_0563)
Scope Items: Asset Accounting(J62), Asset Accounting(O62), Asset Accounting - Group Ledger IFRS(1GB), Asset Under Construction - Group Ledger IFRS(1GF), Asset Accounting - Group Ledger US GAAP(33F), Asset Under Construction - Group Ledger US GAAP(33G), Asset Under Construction(BFH), Asset Under Construction(OFH)
Authentication Methods: x509
Service Group Name: API_FIXEDASSETACQUISITION
Business Object: FixedAssetPostingOriginalInput
  • Field Details

  • Method Details

    • withServicePath

      @Nonnull FixedAssetPostAssetAcquisitionService 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.
    • getAllFixedAssetAcquisition

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

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

      @Nonnull GetByKeyRequestBuilder<FixedAssetAcquisition> getFixedAssetAcquisitionByKey(UUID fixedAssetPostingUUID, String referenceDocumentItem)
      Deprecated.
      Fetch a single FixedAssetAcquisition entity using key fields.
      Parameters:
      fixedAssetPostingUUID - Fixed Asset Posting: UUID

      Constraints: Not nullable

      referenceDocumentItem - Reference Document Line Item

      Constraints: Not nullable, Maximum length: 6

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

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

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

      @Nonnull GetByKeyRequestBuilder<FixedAssetAcqnItemAmount> getFixedAssetAcquisitionItmAmountByKey(UUID fixedAssetPostingUUID, String referenceDocumentItem, String companyCode, String ledger, String assetDepreciationArea, String subLedgerAcctLineItemType)
      Deprecated.
      Fetch a single FixedAssetAcqnItemAmount entity using key fields.
      Parameters:
      companyCode - Company Code

      Constraints: Not nullable, Maximum length: 4

      ledger - Ledger in General Ledger Accounting

      Constraints: Not nullable, Maximum length: 2

      fixedAssetPostingUUID - Fixed Asset Posting: UUID

      Constraints: Not nullable

      assetDepreciationArea - Depreciation Area Real or Derived

      Constraints: Not nullable, Maximum length: 2

      referenceDocumentItem - Reference Document Line Item

      Constraints: Not nullable, Maximum length: 6

      subLedgerAcctLineItemType - Subledger-Specific Line Item Type

      Constraints: Not nullable, Maximum length: 5

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

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

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

      @Nonnull GetByKeyRequestBuilder<FixedAssetAcquisitionLedger> getFixedAssetAcquisitionLedgerByKey(UUID fixedAssetPostingUUID, String referenceDocumentItem, String ledger)
      Deprecated.
      Fetch a single FixedAssetAcquisitionLedger entity using key fields.
      Parameters:
      ledger - Ledger in General Ledger Accounting

      Constraints: Not nullable, Maximum length: 2

      fixedAssetPostingUUID - Fixed Asset Posting: UUID

      Constraints: Not nullable

      referenceDocumentItem - Reference Document Line Item

      Constraints: Not nullable, Maximum length: 6

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

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

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

      @Nonnull GetByKeyRequestBuilder<FixedAssetAcqnValuation> getFixedAssetAcquisitionValuationByKey(UUID fixedAssetPostingUUID, String referenceDocumentItem, String ledger, String assetDepreciationArea)
      Deprecated.
      Fetch a single FixedAssetAcqnValuation entity using key fields.
      Parameters:
      ledger - Ledger in General Ledger Accounting

      Constraints: Not nullable, Maximum length: 2

      fixedAssetPostingUUID - Fixed Asset Posting: UUID

      Constraints: Not nullable

      assetDepreciationArea - Real depreciation area

      Constraints: Not nullable, Maximum length: 2

      referenceDocumentItem - Reference Document Line Item

      Constraints: Not nullable, Maximum length: 6

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