Application Development 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: 

Regarding Passing takeover values in BAPI_FIXEDASSET_CREATE1

Former Member
0 Kudos

Hi,

SAP Gurus,

My requirement is as follows,

I am using BAPI "BAPI_FIXEDASSET_CREATE1" to create asset through AS91.

I am able to pass all the data expect "take over values" in Depreciation Area Tab.

I want to pass fields like - Cum.acquis.val., Accm.ord.deprec and Ord.dep.posted.


Please suggest,



regards

Pavan


1 ACCEPTED SOLUTION

venkateswaran_k
Active Contributor
0 Kudos

Dear Pavan,

You may have to use the following BAPI. (to upload the legacy data as you mentioned).

BAPI_FIXEDASSET_OVRTAKE_CREAT

You have to assing values for the table structure - BAPI1022_CUMVAL

You will get all necessary fields of your requirement.

Let me know if it is helping you

Regards,

Venkat

4 REPLIES 4

venkateswaran_k
Active Contributor
0 Kudos

Dear Pavan,

You may have to use the following BAPI. (to upload the legacy data as you mentioned).

BAPI_FIXEDASSET_OVRTAKE_CREAT

You have to assing values for the table structure - BAPI1022_CUMVAL

You will get all necessary fields of your requirement.

Let me know if it is helping you

Regards,

Venkat

0 Kudos

Hi,

Thanks for the reply,

I am using the suggested BAPI,

I am passing the fields CUMULATEDVALUES-AREA, ACQ_VALUE, ORD_DEP, FISC_YEAR.

It is showing me the error, Ordinary dep posive in area and

Correction to ordinary dep. greater than acc. dep. in area

Pls suggest

0 Kudos

Hi Pavan,

Verify this.

1. IMG > Finaincial Accounting > Asset Account > Depreciation > Determine Deprication Area

2. Selected  All Value Allowed.

Please consult with your FI Consultant as well.

Also check that,  the Asset that you are using is completely Depreciated ?

That may be the reason for the error Correction to ordinary dep. greater than acc. dep. in area

Regards,

Venkat

0 Kudos

Hi Pavan -

Please pass ORD_DEP as a negative value. Say if you are passing 1. Then pass it as -1.

I was getting same error for the IDoc Type - FIXEDASSET_CREATEINCLVALUES02.

Hope this will resolve your issue.

Let us know, in case any furthe help.

Thank you.

Regards,

Atul Mohanty