@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,
MainAssetNumber asset,
AssetSubnumber subnumber)
Change asset
|
FixedAssetCreateFromData1Function |
createFromData1(FixedAssetReferenceAssetForCreating key)
Create asset
|
FixedAssetGetListFunction |
getList(CompanyCode companyCode)
Information on Selected Assets
|
public FixedAssetChangeFunction change(@NonNull CompanyCode companycode, @NonNull MainAssetNumber asset, @NonNull AssetSubnumber subnumber)
BAPI_FIXEDASSET_CHANGE
change
in interface FixedAssetService
companycode
- Companycodeasset
- Assetsubnumber
- Subnumberpublic FixedAssetCreateFromData1Function createFromData1(@NonNull FixedAssetReferenceAssetForCreating key)
BAPI_FIXEDASSET_CREATE1
createFromData1
in interface FixedAssetService
key
- Key of Asset Being Createdpublic FixedAssetGetListFunction getList(@NonNull CompanyCode companyCode)
BAPI_FIXEDASSET_GETLIST
getList
in interface FixedAssetService
companyCode
- Company CodeCopyright © 2017 SAP SE. All rights reserved.