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: 

From where we can fetch values described in Transaction AS03

Former Member
0 Kudos
1,193

Hi all,

we have to display 38 lines of output G/L account and its value, which we have to breakup in 3 sets as 13,13 and 12 lines. (Check transaction AS03->Asset Values->Planned Values/Posted Values)

1. First 13 lines we have to display with net book value.

2. Second 13 lines we have to display as accumulative order depriciation value.(in Posted Values)

3. Third 12 line we have to display as order deprociation values.

All these vallues are inside AS03->Asset Values->Planned/Posted Values

But we are not able to identify where we can get these values, in which database table these values are stored.

Can anyone suggest how these values are populated in AS03 ?

Regards,

Neha

1 ACCEPTED SOLUTION

brauliocorrea
Participant
0 Kudos
587

check a funciton AM_SHOW_POST_DEPR

att.

Braulio Correa

4 REPLIES 4

Former Member
0 Kudos
587

Hi,

These values come form anla table.

former_member189059
Active Contributor
0 Kudos
587

Check the table ANLA

Former Member
0 Kudos
587

ANLA is asset master data, not postings - the details you want are in ANLC for Asset value fields, ANEK / ANEP for asset documents and lines, ANLP for asset periodic values (depreciation), ANEA for asset proportional line items.

Check other AN* tables for additional asset data - SE16 lets you see if it is relevant to your requirements.

Andrew

brauliocorrea
Participant
0 Kudos
588

check a funciton AM_SHOW_POST_DEPR

att.

Braulio Correa