Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

BAPI Issue

former_member423024
Participant
0 Likes
430

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.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
375

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,

1 REPLY 1
Read only

Former Member
0 Likes
376

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,