‎2010 Mar 05 6:04 AM
Hi Gurus,
I'm calling BAPI BAPI_FIXEDASSET_CREATE1 in my program to create an asset.
After creating an asset by the above BAPI.
In order to view the details of created Asset, When I see in Tcode AS03, in a tab by name Depreciation
Areas. Always only the second line Item is getting populated among the 4 total line items.
Kindly let me know what would be the reason for this issue.
Thanks
Natasha.
‎2010 Mar 05 6:11 AM
Hi,
Plesae kindly check the records in TABLE: DEPRECIATIONAREASX.
The total record number of DEPRECIATIONAREASX and DEPRECIATIONAREAS should be the same, and the value of field AREA should match each other.
The following is the SAP FM documentation for parameter: DEPRECIATIONAREASX
Change parameter for depreciation area data
You have to transfer a row in this change parameter for each depreciation area, for which data is transferred in the DEPRECIATIONAREAS parameter. The AREA field in this row has to have the same value as the AREA field in the DEPRECIATIONAREAS parameter.
All other fields of the change parameter are allowed to have one of these two values:
' ' - field contents of the corresponding field of the data parameter are not transferred
'X' - field contents of the corresponding field of the data parameter are transferred
Cheers,
‎2010 Mar 05 6:11 AM
Hi,
Plesae kindly check the records in TABLE: DEPRECIATIONAREASX.
The total record number of DEPRECIATIONAREASX and DEPRECIATIONAREAS should be the same, and the value of field AREA should match each other.
The following is the SAP FM documentation for parameter: DEPRECIATIONAREASX
Change parameter for depreciation area data
You have to transfer a row in this change parameter for each depreciation area, for which data is transferred in the DEPRECIATIONAREAS parameter. The AREA field in this row has to have the same value as the AREA field in the DEPRECIATIONAREAS parameter.
All other fields of the change parameter are allowed to have one of these two values:
' ' - field contents of the corresponding field of the data parameter are not transferred
'X' - field contents of the corresponding field of the data parameter are transferred
Cheers,