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

Asset master creation

Former Member
0 Likes
1,673

Hi Everbody!

Regarding the Fixed Asset Master upload, i have used BAPI_FIXEDASSET_CREATE1 for new asset creation, i have passed the values and updated succesfully.. but for the old asset creation i have used BAPI_FIXEDASSET_TEST

here i have passed the Cumulative Values in the structure CUMULATEDVALUES , i have used 3 fileds ACQ_VALUE,ORD_DEP,UNP_DEP.. ASSET created sucessfully but my problem is these fields is not updating in AS03... (display mode)

please let me know any other way to update the data and whether i am using the correct BAPI to update the old asset fields..please share your thoughts..

Thanks,

Subbaraman

9 REPLIES 9
Read only

Former Member
0 Likes
1,283

Hi Subbaram,

Have you passed the depreciation area and the fiscal year in the structure.

This is needs to passed to update the value.

if this values are not passed, the system will post the value according to the transfer logic.

Thanks,

Arun

Read only

Former Member
0 Likes
1,283

Hi arun,

yes i am passing the values for FISC_YEAR and AREA in cummalitve value structure...

please let me know where the cummalitve values will get updated....i mean in which table..

please share your thoughts..

Thanks,

subbaraman v

Read only

0 Likes
1,283

hi Subbaraman,

Check table ANLB.

But when it stores in table, it will display it AS03 transaction also.

What you can do is, try creating an asset with as01 transaction and use the dep. area in it.

Check whether the transaction throws some error.

if so change the dep. area and the value.

Thanks,

Arun

Read only

Former Member
0 Likes
1,283

Hi Subba,

Can u just give us what are the values that u r passing to the FM.

Thank you,

Madhavi.S

Read only

Former Member
0 Likes
1,283

Did u use

COMMIT WORK.

Read only

Former Member
0 Likes
1,283

Hi !

arun,

i am not sure where cummlative fields getting updated in ANLB table, i can see rest of the values getting updated in ANLB table.

Madhavi,

to be truth this BAPI_FIXEDASSET_TEST getting updated without the use of commit work..

value passed

import parameters

KEY

GENERALDATA

GENERALDATAX

INVENTORY

INVENTORYX

POSTINGINFORMATION

POSTINGINFORMATIONX

TIMEDEPENDENTDATA

TIMEDEPENDENTDATAX

ALLOCATIONS

ALLOCATIONSX

ORIGIN

ORIGINX

INSURANCE

in tables

DEPRECIATIONAREAS

DEPRECIATIONAREASX

CUMULATEDVALUES

please let me know whether you want filed name where i am pasing to these structure!

Thanks

Subbaraman

Read only

0 Likes
1,283

Hi Subba,

check for table ANLC for Cumulative values.

Thank you,

Madhavi.S

Read only

0 Likes
1,283

Hi Subba,

check for table ANLC for Cumulative values.

Thank you,

Madhavi.S

Read only

Former Member
0 Likes
1,283

Hi Subba,

check for table ANLC, if your cummulative values are populated.

Thank you,

Madhavi.S