cancel
Showing results for 
Search instead for 
Did you mean: 

Asset Management - Blocked Asset Not extracted

Former Member
0 Kudos

Hi,

I am quite new to SAP.

We are investigating one extraction case between 2 different reports

ReportA: Extracting data from ANLAV, ANLB, ANLCV and T095T.

- Extract reports which is registered since 2007.

ReportB: Extracting data from ANLAV, ANLV, ANLCV, ANEPV, ANEK, ANKA and ANKT.

- Asset history sheet

The 2 reports do not restrict any extraction condition of getting the data from ANLAV, as the code use "get ANLAV" in the ABAP code.

Scenario: One of the asset was blocked (cost $10K). The blocked asset shld be supposedly appeared in the 2 reports. Instead, the asset was only shown in ReportB.

The blocked asset has 3 transactions in ANEP table. The 1st was the asset posting value. The 2nd was the asset posted wrongly, say $2K, however the reversal was done on $2K in the 3rd transaction.

Have read the code, as the program will pass the data in ANLAV and further the processing in the report. No checking on the particular AssetBlocked field for ANLAV.

From the scenario given, can someone shed some lights on that?

Appreciate that.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

Added to the question,

1. The unblocked asset can be extracted in ReportA if we extracted base on the asset class. It will not be appeared in the ReportA if we extracted purely base on company code.

2. We approached user to unblock the asset, and rerun the reportA (either base on asset class or company code), now we can extract the asset.

Pls assist and thank you in advance!