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

Fixed Asset Report datewise

Former Member
0 Likes
772

Hai Experts,

My report requirement is to get list of Fixed Asset by date wise. Now i am using BAPI_FIXEDASSET_GETDETAIL.

This BAPI is giving output by year (Fiscal year).

Please help me is there any other BAPI or Function Module to solve my issue. Also tell me the alternative solution for this.

Thank you,

Hai Experts,

My report requirement is to get list of Fixed Asset by date wise. Now i am using BAPI_FIXEDASSET_GETDETAIL.

This BAPI is giving output by year (Fiscal year).

Please help me is there any other BAPI or Function Module to solve my issue. Also tell me the alternative solution for this.

Thank you,

3 REPLIES 3
Read only

andreas_mann3
Active Contributor
0 Likes
684

no chance.

you can create your own report (e.g. with LDB ADA) but how would you value your assets datewise (because asset valuation is always on months-values)

A.

Read only

Former Member
0 Likes
684

check these

BAPI_FIXEDASSET_CHANGE Changes an Asset

BAPI_FIXEDASSET_CREATE Creates an Asset

BAPI_FIXEDASSET_CREATE1 Creates an Asset

BAPI_FIXEDASSET_GETDETAIL Display Detailed Information on a Fixed Asset

BAPI_FIXEDASSET_GETLIST Information on Selected Assets

BAPI_FIXEDASSET_OVRTAKE_CREATE BAPI for Legacy Data Transfer

BAPI_FIXEDASSET_TEST BAPI for Legacy Data Transfer

AMFA Fixed asset posting BAPIs

Thanks nd Regards,

Karthik

Read only

Former Member
0 Likes
684

Thank you for your replies.