Interface FixedAssetPostAssetAcquisitionService
- All Known Implementing Classes:
DefaultFixedAssetPostAssetAcquisitionService
This service contains the following nodes that are necessary for posting acquisition, including: ledger, valuation, item amount..
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 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 theFixedAssetAcquisitionentity collection matching the filter and search expressions.Deprecated.Fetch the number of entries from theFixedAssetAcqnItemAmountentity collection matching the filter and search expressions.Deprecated.Fetch the number of entries from theFixedAssetAcquisitionLedgerentity collection matching the filter and search expressions.Deprecated.Fetch the number of entries from theFixedAssetAcqnValuationentity collection matching the filter and search expressions.Deprecated.Fetch multipleFixedAssetAcquisitionentities.Deprecated.Fetch multipleFixedAssetAcqnItemAmountentities.Deprecated.Fetch multipleFixedAssetAcquisitionLedgerentities.Deprecated.Fetch multipleFixedAssetAcqnValuationentities.getFixedAssetAcquisitionByKey(UUID fixedAssetPostingUUID, String referenceDocumentItem) Deprecated.Fetch a singleFixedAssetAcquisitionentity using key fields.getFixedAssetAcquisitionItmAmountByKey(UUID fixedAssetPostingUUID, String referenceDocumentItem, String companyCode, String ledger, String assetDepreciationArea, String subLedgerAcctLineItemType) Deprecated.Fetch a singleFixedAssetAcqnItemAmountentity using key fields.getFixedAssetAcquisitionLedgerByKey(UUID fixedAssetPostingUUID, String referenceDocumentItem, String ledger) Deprecated.Fetch a singleFixedAssetAcquisitionLedgerentity using key fields.getFixedAssetAcquisitionValuationByKey(UUID fixedAssetPostingUUID, String referenceDocumentItem, String ledger, String assetDepreciationArea) Deprecated.Fetch a singleFixedAssetAcqnValuationentity using key fields.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.
-
getAllFixedAssetAcquisition
Deprecated.Fetch multipleFixedAssetAcquisitionentities.- Returns:
- A request builder to fetch multiple
FixedAssetAcquisitionentities. 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.
-
countFixedAssetAcquisition
Deprecated.Fetch the number of entries from theFixedAssetAcquisitionentity collection matching the filter and search expressions.- Returns:
- A request builder to fetch the count of
FixedAssetAcquisitionentities. 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.
-
getFixedAssetAcquisitionByKey
@Nonnull GetByKeyRequestBuilder<FixedAssetAcquisition> getFixedAssetAcquisitionByKey(UUID fixedAssetPostingUUID, String referenceDocumentItem) Deprecated.Fetch a singleFixedAssetAcquisitionentity using key fields.- Parameters:
fixedAssetPostingUUID- Fixed Asset Posting: UUIDConstraints: Not nullable
referenceDocumentItem- Reference Document Line ItemConstraints: Not nullable, Maximum length: 6
- Returns:
- A request builder to fetch a single
FixedAssetAcquisitionentity 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.
-
getAllFixedAssetAcquisitionItmAmount
Deprecated.Fetch multipleFixedAssetAcqnItemAmountentities.- Returns:
- A request builder to fetch multiple
FixedAssetAcqnItemAmountentities. 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.
-
countFixedAssetAcquisitionItmAmount
Deprecated.Fetch the number of entries from theFixedAssetAcqnItemAmountentity collection matching the filter and search expressions.- Returns:
- A request builder to fetch the count of
FixedAssetAcqnItemAmountentities. 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.
-
getFixedAssetAcquisitionItmAmountByKey
@Nonnull GetByKeyRequestBuilder<FixedAssetAcqnItemAmount> getFixedAssetAcquisitionItmAmountByKey(UUID fixedAssetPostingUUID, String referenceDocumentItem, String companyCode, String ledger, String assetDepreciationArea, String subLedgerAcctLineItemType) Deprecated.Fetch a singleFixedAssetAcqnItemAmountentity using key fields.- Parameters:
companyCode- Company CodeConstraints: Not nullable, Maximum length: 4
ledger- Ledger in General Ledger AccountingConstraints: Not nullable, Maximum length: 2
fixedAssetPostingUUID- Fixed Asset Posting: UUIDConstraints: Not nullable
assetDepreciationArea- Depreciation Area Real or DerivedConstraints: Not nullable, Maximum length: 2
referenceDocumentItem- Reference Document Line ItemConstraints: Not nullable, Maximum length: 6
subLedgerAcctLineItemType- Subledger-Specific Line Item TypeConstraints: Not nullable, Maximum length: 5
- Returns:
- A request builder to fetch a single
FixedAssetAcqnItemAmountentity 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.
-
getAllFixedAssetAcquisitionLedger
Deprecated.Fetch multipleFixedAssetAcquisitionLedgerentities.- Returns:
- A request builder to fetch multiple
FixedAssetAcquisitionLedgerentities. 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.
-
countFixedAssetAcquisitionLedger
Deprecated.Fetch the number of entries from theFixedAssetAcquisitionLedgerentity collection matching the filter and search expressions.- Returns:
- A request builder to fetch the count of
FixedAssetAcquisitionLedgerentities. 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.
-
getFixedAssetAcquisitionLedgerByKey
@Nonnull GetByKeyRequestBuilder<FixedAssetAcquisitionLedger> getFixedAssetAcquisitionLedgerByKey(UUID fixedAssetPostingUUID, String referenceDocumentItem, String ledger) Deprecated.Fetch a singleFixedAssetAcquisitionLedgerentity using key fields.- Parameters:
ledger- Ledger in General Ledger AccountingConstraints: Not nullable, Maximum length: 2
fixedAssetPostingUUID- Fixed Asset Posting: UUIDConstraints: Not nullable
referenceDocumentItem- Reference Document Line ItemConstraints: Not nullable, Maximum length: 6
- Returns:
- A request builder to fetch a single
FixedAssetAcquisitionLedgerentity 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.
-
getAllFixedAssetAcquisitionValuation
Deprecated.Fetch multipleFixedAssetAcqnValuationentities.- Returns:
- A request builder to fetch multiple
FixedAssetAcqnValuationentities. 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.
-
countFixedAssetAcquisitionValuation
Deprecated.Fetch the number of entries from theFixedAssetAcqnValuationentity collection matching the filter and search expressions.- Returns:
- A request builder to fetch the count of
FixedAssetAcqnValuationentities. 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.
-
getFixedAssetAcquisitionValuationByKey
@Nonnull GetByKeyRequestBuilder<FixedAssetAcqnValuation> getFixedAssetAcquisitionValuationByKey(UUID fixedAssetPostingUUID, String referenceDocumentItem, String ledger, String assetDepreciationArea) Deprecated.Fetch a singleFixedAssetAcqnValuationentity using key fields.- Parameters:
ledger- Ledger in General Ledger AccountingConstraints: Not nullable, Maximum length: 2
fixedAssetPostingUUID- Fixed Asset Posting: UUIDConstraints: Not nullable
assetDepreciationArea- Real depreciation areaConstraints: Not nullable, Maximum length: 2
referenceDocumentItem- Reference Document Line ItemConstraints: Not nullable, Maximum length: 6
- Returns:
- A request builder to fetch a single
FixedAssetAcqnValuationentity 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.
-