Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.fixedassetpostassetacquisition.FixedAssetAcquisitionLedger
Packages that use FixedAssetAcquisitionLedger
Package
Description
-
Uses of FixedAssetAcquisitionLedger in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.fixedassetpostassetacquisition
Fields in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.fixedassetpostassetacquisition with type parameters of type FixedAssetAcquisitionLedgerModifier and TypeFieldDescriptionstatic final SimpleProperty<FixedAssetAcquisitionLedger>FixedAssetAcquisitionLedger.ALL_FIELDSSelector for all available fields of FixedAssetAcquisitionLedger.static final SimpleProperty.Guid<FixedAssetAcquisitionLedger>FixedAssetAcquisitionLedger.FIXED_ASSET_POSTING_UUIDstatic final SimpleProperty.String<FixedAssetAcquisitionLedger>FixedAssetAcquisitionLedger.LEDGERstatic final SimpleProperty.String<FixedAssetAcquisitionLedger>FixedAssetAcquisitionLedger.REFERENCE_DOCUMENT_ITEMFixedAssetAcquisitionLedger.TO__FIXED_ASSET_POSTINGUse with available request builders to apply the _FixedAssetPosting navigation property to query operations.FixedAssetAcqnValuation.TO__FIXED_ASSET_POSTING_LEDGERUse with available request builders to apply the _FixedAssetPostingLedger navigation property to query operations.FixedAssetAcquisition.TO__FIXED_ASSET_POSTING_LEDGERUse with available request builders to apply the _FixedAssetPostingLedger navigation property to query operations.FixedAssetAcquisitionLedger.TO__FIXED_ASSET_POSTING_VALUATIONUse with available request builders to apply the _FixedAssetPostingValuation navigation property to query operations.Methods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.fixedassetpostassetacquisition that return FixedAssetAcquisitionLedgerModifier and TypeMethodDescriptionFixedAssetAcquisitionLedger.FixedAssetAcquisitionLedgerBuilder.build()Methods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.fixedassetpostassetacquisition that return types with arguments of type FixedAssetAcquisitionLedgerModifier and TypeMethodDescriptionio.vavr.control.Option<FixedAssetAcquisitionLedger>FixedAssetAcqnValuation.getFixedAssetPostingLedgerIfPresent()Retrieval of associated FixedAssetAcquisitionLedger entity (one to one).io.vavr.control.Option<List<FixedAssetAcquisitionLedger>>FixedAssetAcquisition.getFixedAssetPostingLedgerIfPresent()Retrieval of associated FixedAssetAcquisitionLedger entities (one to many).FixedAssetAcquisitionLedger.getType()Methods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.fixedassetpostassetacquisition with parameters of type FixedAssetAcquisitionLedgerModifier and TypeMethodDescriptionvoidFixedAssetAcquisition.addFixedAssetPostingLedger(FixedAssetAcquisitionLedger... entity) Adds elements to the list of associated FixedAssetAcquisitionLedger entities.FixedAssetAcqnValuation.FixedAssetAcqnValuationBuilder.fixedAssetPostingLedger(FixedAssetAcquisitionLedger value) Navigation property _FixedAssetPostingLedger for FixedAssetAcqnValuation to single FixedAssetAcquisitionLedger.FixedAssetAcquisition.FixedAssetAcquisitionBuilder.fixedAssetPostingLedger(FixedAssetAcquisitionLedger... value) Navigation property _FixedAssetPostingLedger for FixedAssetAcquisition to multiple FixedAssetAcquisitionLedger.voidFixedAssetAcqnValuation.setFixedAssetPostingLedger(FixedAssetAcquisitionLedger value) Overwrites the associated FixedAssetAcquisitionLedger entity for the loaded navigation property _FixedAssetPostingLedger.Method parameters in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.fixedassetpostassetacquisition with type arguments of type FixedAssetAcquisitionLedgerModifier and TypeMethodDescriptionvoidFixedAssetAcquisition.setFixedAssetPostingLedger(List<FixedAssetAcquisitionLedger> value) Overwrites the list of associated FixedAssetAcquisitionLedger entities for the loaded navigation property _FixedAssetPostingLedger.Constructors in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.fixedassetpostassetacquisition with parameters of type FixedAssetAcquisitionLedgerModifierConstructorDescriptionFixedAssetAcqnValuation(UUID fixedAssetPostingUUID, String referenceDocumentItem, String ledger, String assetDepreciationArea, FixedAssetAcquisition to_FixedAssetPosting, FixedAssetAcquisitionLedger to_FixedAssetPostingLedger) -
Uses of FixedAssetAcquisitionLedger in com.sap.cloud.sdk.s4hana.datamodel.odatav4.services
Methods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.services that return types with arguments of type FixedAssetAcquisitionLedgerModifier and TypeMethodDescriptionDefaultFixedAssetPostAssetAcquisitionService.countFixedAssetAcquisitionLedger()Deprecated.FixedAssetPostAssetAcquisitionService.countFixedAssetAcquisitionLedger()Deprecated.Fetch the number of entries from theFixedAssetAcquisitionLedgerentity collection matching the filter and search expressions.DefaultFixedAssetPostAssetAcquisitionService.getAllFixedAssetAcquisitionLedger()Deprecated.FixedAssetPostAssetAcquisitionService.getAllFixedAssetAcquisitionLedger()Deprecated.Fetch multipleFixedAssetAcquisitionLedgerentities.DefaultFixedAssetPostAssetAcquisitionService.getFixedAssetAcquisitionLedgerByKey(UUID fixedAssetPostingUUID, String referenceDocumentItem, String ledger) Deprecated.FixedAssetPostAssetAcquisitionService.getFixedAssetAcquisitionLedgerByKey(UUID fixedAssetPostingUUID, String referenceDocumentItem, String ledger) Deprecated.Fetch a singleFixedAssetAcquisitionLedgerentity using key fields.