public class FixedAssetService extends Object
Business Object: BUS1022
Constructor and Description |
---|
FixedAssetService() |
Modifier and Type | Method and Description |
---|---|
static FixedAssetChangeCommand |
change(CompanyCode companycode,
MainAssetNumber asset,
AssetSubnumber subnumber)
Change asset
|
static FixedAssetCreateFromData1Command |
createFromData1(FixedAssetReferenceAssetForCreating key)
Create asset
|
static FixedAssetGetListCommand |
getList(CompanyCode companyCode)
Information on Selected Assets
|
public static FixedAssetChangeCommand change(@NonNull CompanyCode companycode, @NonNull MainAssetNumber asset, @NonNull AssetSubnumber subnumber)
BAPI_FIXEDASSET_CHANGE
companycode
- Companycodesubnumber
- Subnumberasset
- Assetpublic static FixedAssetCreateFromData1Command createFromData1(@NonNull FixedAssetReferenceAssetForCreating key)
BAPI_FIXEDASSET_CREATE1
key
- Key of Asset Being Createdpublic static FixedAssetGetListCommand getList(@NonNull CompanyCode companyCode)
BAPI_FIXEDASSET_GETLIST
companyCode
- Company CodeCopyright © 2017 SAP SE. All rights reserved.