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 structure not found in BAPI_FIXEDASSET_CREATE1

Former Member
0 Likes
1,677

Hi all

Iam doing the asset posting for AS01 using BAPI_FIXEDASSET_CREATE1.

I need to pass the values for the fields (AFASL_01, NDJAR_01, NDPER_01, AFABG_01)

Depreciation key, Useful life, Usef.life in periods,Ord.dep.start date.

But these fields not able find in the bapi structure, can anyone help me out where these fields available in the BAPI.

Thanks in advance

Regards

Arun

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
966

Hi

You can find these fields by following these steps:

1. Go to se37.

2. Open FM BAPI_FIXEDASSET_CREATE1

3 Click on Tab Tables

4. Double click on Parameter type BAPI1022_DEP_AREAS

5. For Depreciation key it has field DEP_KEY,

for Useful life it has ULIFE_YRS

for Usef.life in periods ULIFE_PRDS

and for Ord.dep.start date it has ODEP_START_DATE

If you still have any querries then revert back

Regards

Krathi

2 REPLIES 2
Read only

Former Member
0 Likes
967

Hi

You can find these fields by following these steps:

1. Go to se37.

2. Open FM BAPI_FIXEDASSET_CREATE1

3 Click on Tab Tables

4. Double click on Parameter type BAPI1022_DEP_AREAS

5. For Depreciation key it has field DEP_KEY,

for Useful life it has ULIFE_YRS

for Usef.life in periods ULIFE_PRDS

and for Ord.dep.start date it has ODEP_START_DATE

If you still have any querries then revert back

Regards

Krathi

Read only

0 Likes
966

Hi

i have one more clarification,

when i call BAPI_FIXEDASSET_CREATE1 using depreciation key and other values,

it says the error

" Depreciation area 00 is not defined in company code 5050 "

What could be the reason, whether Depreciation area has to be given in the table ?

if i give the Depreciation area value then am getting the following error.

"No change parameter given for depreciation area 01"

Pls advise me what the problem exactly.

thank in advance.

regards

Arun