@Named public class DefaultFixedAssetService extends Object implements FixedAssetService
Business Object: BUS1022
FixedAssetService
Constructor and Description |
---|
DefaultFixedAssetService() |
Modifier and Type | Method and Description |
---|---|
FixedAssetChangeFunction |
change(CompanyCode companycode,
MainAssetNumber12 asset,
AssetSubnumber4 subnumber)
Change asset
|
FixedAssetCreateFromData1Function |
createFromData1(FixedAssetReferenceAssetForCreating key)
Create asset
|
FixedAssetGetListFunction |
getList(CompanyCode companyCode)
Information on Selected Assets
|
public FixedAssetCreateFromData1Function createFromData1(@Nonnull FixedAssetReferenceAssetForCreating key)
BAPI_FIXEDASSET_CREATE1
createFromData1
in interface FixedAssetService
key
- Key of Asset Being Createdpublic FixedAssetChangeFunction change(@Nonnull CompanyCode companycode, @Nonnull MainAssetNumber12 asset, @Nonnull AssetSubnumber4 subnumber)
BAPI_FIXEDASSET_CHANGE
change
in interface FixedAssetService
companycode
- Companycodeasset
- Assetsubnumber
- Subnumberpublic FixedAssetGetListFunction getList(@Nonnull CompanyCode companyCode)
BAPI_FIXEDASSET_GETLIST
getList
in interface FixedAssetService
companyCode
- Company CodeCopyright © 2018 SAP SE. All rights reserved.