|
|
|
|
FixedAsset
The business object Fixed asset is an object, a right or another
item of the enterprise's assets which is intended for long-term use, and can be individually identified in the balance sheet. The
development of the values of fixed assets can be viewed as a whole, or broken down into the component parts (sub-numbers) of assets.
Integration Assets are restricted to one company code.
A fixed asset component is part of an asset. The values of the fixed
asset component are displayed separately. There is at least one fixed
asset component for each fixed asset. In its simplest form, the fixed asset component corresponds to a single fixed asset.
Fixed assets are grouped together in asset classes. On the one hand,
the asset class provides default values for calculating the values of
fixed assets, and on the other hand it provides classification of assets for the General Ledger.
Example
Fixed asset "printing press" with fixed asset components "rollers" and "replacement spindle."
|
|
|
|
11-Dec-2005
|
|
|
|
|
Available Methods
- Change : Change Asset [ BAPI_FIXEDASSET_CHANGE ]
- CreateFromData : Create Asset [ BAPI_FIXEDASSET_CREATE ] (Obsolete in 46A)
- CreateFromData1 : Create Asset [ BAPI_FIXEDASSET_CREATE1 ]
- CreateInclValues : Create Asset with Values (Initial Legacy Data Transfer) [ BAPI_FIXEDASSET_OVRTAKE_CREATE ]
- GetDetail : Detail Information for an Asset [ BAPI_FIXEDASSET_GETDETAIL ]
- GetList : Information on Selected Assets [ BAPI_FIXEDASSET_GETLIST ]
|
|
|
|
11-Dec-2005
|
|
|
|
|
Change
Using this method, you can change asset master records in R/3. NotesIn order to change a fixed asset using this method, you need to havethe same as authorization as for changing an asset in dialog mode.
|
|
|
|
11-Dec-2005
|
|
|
|
|
CreateFromData
Caution! Method CreateFromData will not be supported in the future.Method CreateFromData1 will take over its functions on the same object type (BUS1022). If you have already used the CreateFromData method, then you have to change over to using the new method.
If you are planning to use the CreateFromData for the first time, do not use it. Instead use the CreateFromData1 method. NotesYou need the same authorizations for creating an asset using this method as you do for creating an asset in dialog mode.
|
|
|
|
11-Dec-2005
|
|
|
|
|
CreateFromData1
You can use this method to create asset master records in R/3. NotesTo create an asset using this method, you need the same authorizations as for creating an asset in dialog mode. It is not possible to transfer investment support.
|
|
|
|
11-Dec-2005
|
|
|
|
|
CreateInclValues
You can use this method to create legacy assets in R/3. Using thismethod, you can transfer both depreciation and transactions that werealready posted. The functions for legacy data transfer during the fiscal year are the same as in dialog. Notes
To create an asset using this method, you need the same authorizations as you do for creating an asset in dialog mode.
|
|
|
|
11-Dec-2005
|
|
|
|
|
GetDetail
This method displays the most important master data for an fixed asset in Asset Accounting. With this method, data which is valid on the report date is selectedfrom the time-dependent data for an asset (for example cost center).You can enter the report date as a parameter when you call up the method. If you do not specify a report date, the method uses the
current date. NotesIn order to display asset data, you require display authorization forthe objects A_S_ANLKL ("normal" asset) and A_S_ANLGR (group asset).Messages are returned in the RETURN parameter. You will find the returnvalue and its significance in the documentation for the parameters.
|
|
|
|
11-Dec-2005
|
|
|
|
|
GetList
Using this method, you can compile a quantity of asset master data. Youcan influence the volume of data that is returned by entering selectioncriteria, as well as by selecting the relevant information on the asset master records. From the time-dependent data of an asset (such as cost center), the
method returns the data that is valid on the report date. You can entera report date as a parameter when you call the method. If you do notenter a report date, the method uses today's date as the report date. NotesIn order for the method to return asset data, you must have display
authorization for the object A_S_ANLKL ("normal" assets) and/or A_S_ANLGR (group assets).Messages are returned in the RETURN parameter. See the parameterdocumentation for that parameter to see the return values and their meanings.
|
|
|
|
11-Dec-2005
|
|
|
|
|