cancel
Showing results for 
Search instead for 
Did you mean: 

No Delta Records for 0FI_AA_11, 12

amrita_goswami
Participant
0 Kudos


Hi All,

In our project we are using the Asset accounting extractors.

BADI - FIAA_BW_DELTA_UPDATE has been activated on 14.11.2013.

Then the datasource have been initialized (Initialize with Data transfer):

0ASSET_ATTR_TEXT Initilized on 26.11.2013 07:06:24

0ASSET_AFAB_ATTR Initilized on 26.11.2013 07:09:30

0FI_AA_11 Initialized on 26.11.2013 on 07:11:13

0FI_AA_12 Initialized on 26.11.2013 on 07:17:52

There are entries in the following tables:

BWFIAA_AEDAT_TR - 50

BWFIAA_AEDAT_AS - 8
BWFIAA_AEDAT_AB - 35

However when I execute the delta infopackages I get delta records only for 0ASSET_ATTR_TEXT. All the other extractors fetch 0 delta records although I am executing them in the same sequence as given above.

Any help or pointers to solve this issues is appreciated.

Thanks,

Amrita

Accepted Solutions (1)

Accepted Solutions (1)

Colin4
Employee
Employee
0 Kudos

Please apply the below notes: 1477420 on its own should solve the
issue.

1477420 0FI_AA_12: Delta extraction does not load any data
1483612 0FI_AA_12: Runtime error GETWA_NOT_ASSIGNED for delta
1477665 0FI_AA_12:Incorr. val. after unscheduled depreciation run(2)

Colin

amrita_goswami
Participant
0 Kudos

Thanks Colin!

Can you do me a favor and paste the contents or the gist of the SAP Note in this thread ?


Colin4
Employee
Employee
0 Kudos

https://websmp130.sap-ag.de/sap(bD1lbiZjPTAwMQ==)/bc/bsp/sno/ui_entry/entry.htm?param=69765F6D6F6465...https://websmp130.sap-ag.de/sap(bD1lbiZjPTAwMQ==)/bc/bsp/sno/ui_entry/entry.htm?param=69765F6D6F6465...

1477420 - 0FI_AA_12: Delta extraction does not load any data

Symptom

The delta extraction of the DataSource 0FI_AA_12 does not return any data
even though there are posted depreciation values to be loaded since the last
extraction. There is no error in the log.

If you test the extraction
using the extractor checker in the source system (transaction RSA3), this
terminates with the message RJ 012 "Errors occurred during the extraction".
However, if you then display the log for the extraction, there is no error
listed here.

Other Terms

FORM get_areas_x093d.

Reason and Prerequisites

This problem may occur if several fiscal years are processed during the
extraction for a company code. This is the case if depreciation posting runs
have been carried out in several fiscal years since the day of the previous
extraction (including the day of the extraction) in one company code.

Solution

Implement the attached correction instructions.

Colin

Answers (1)

Answers (1)

RamanKorrapati
Active Contributor
0 Kudos

Amrita,

After 26.11.2013, is any change were applied on ecc system? if yes then better to reactivate your data sources again thru program and check it later.

Thanks

amrita_goswami
Participant
0 Kudos

Hi Raman, 

thanks for you suggestion.

I was able to pul delta after doing replication and activation through program for the following datasources:

0ASSET_ATTR_TEXT

0ASSET_AFAB_ATTR and

0FI_AA_11

However this approach is not working for 0FI_AA_12. I am getting the error:

Errors in source system RSM 340

This error gets removed when I run Init with Data transfer again. However I noticed that in Table BWOM2_TIMEST only the Init timestamp is populated and the subsequent deltas ( with zero records) are not populating any timestamp in the table.

Is there any way to debug the BADI ( IF_EX_FIAA_BW_DELTA_UPDATE~UPDATE_DEPRECIATIONS) and test why the delta loads are not populating timestamp in the table BWOM2_TIMEST?

Thanks in advance

Amrita

RamanKorrapati
Active Contributor
0 Kudos

Hi Amrita,

If any of your ABAP expert was familiar with BADIs then take his/her help and debug your badi(if allowed at prod system).

BADI debug steps you can get form Google by search(how to debug badi).

Thanks