cancel
Showing results for 
Search instead for 
Did you mean: 

fi_documnt archive job canceled with errors:

Former Member
0 Kudos

Hi all!

i want archive FI_documnt object.
previously been archived 2007 2008 year, now need to back up 2009, 2010.
In Maintain account type life and Maintain document type life i set value 730.

If i choose 31.12.2009 for variant 2009 in field key date .

Job finished but not arhiving:

Job started
Step 001 started (program FI_DOCUMNT_WRI, variant 2009, user ID adm1)
Period version  is not defined
The OPEN_DI of BTE 00002910 could not determine any function modules
Use of obsolete function module LOGICAL_DOCUMENT_REORG of BTE 00002920
Use of obsolete function module FI_PSO_EVENT_00002920 of BTE 00002920
The OPEN_DI of BTE 00002930 could not determine any function modules
The OPEN_DI of BTE 00002940 could not determine any function modules
The OPEN_DI of BTE 00002950 could not determine any function modules
The OPEN_DI of BTE 00002960 could not determine any function modules
Archiving session 000071 is being created
Total of documents read/archived: 0/0
Total of documents read/archived: 0/0
Job finished

If i choose current date for variant 2009 i have Canceled job with error

Job started
Step 001 started (program FI_DOCUMNT_WRI, variant 2009, user ID adm1)
Period version  is not defined
The OPEN_DI of BTE 00002910 could not determine any function modules
Use of obsolete function module LOGICAL_DOCUMENT_REORG of BTE 00002920
Use of obsolete function module FI_PSO_EVENT_00002920 of BTE 00002920
The OPEN_DI of BTE 00002930 could not determine any function modules
The OPEN_DI of BTE 00002940 could not determine any function modules
The OPEN_DI of BTE 00002950 could not determine any function modules
The OPEN_DI of BTE 00002960 could not determine any function modules
Archiving session 000072 is being created
Total of documents read/archived: 0/0
Archiving run failed; archiving not possible
Job cancelled after system exception ERROR_MESSAGE

I try set 1460 in Maintain account type life and Maintain document type life.
But its not's helps me

I dont understand in what could be my problem? And how solve it
In that: Period version  is not defined?
Or that:
The OPEN_DI of BTE 00002910 could not determine any function modules
Use of obsolete function module LOGICAL_DOCUMENT_REORG of BTE 00002920
Use of obsolete function module FI_PSO_EVENT_00002920 of BTE 00002920
The OPEN_DI of BTE 00002930 could not determine any function modules

Thanks for help .

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

The job not get cancelled because of 'Period version not defined' could you post the dump error in detail

'Job cancelled after system exception ERROR_MESSAGE' could you double click on this message and let me know what is the dump error.

Former Member
0 Kudos

if double click i have this long text:

Job cancelled after system exception ERROR_MESSAGE

Message no. 00564

Former Member
0 Kudos

can u pls post the screen shot, because it got to be have further information.

Further double click on the long test you will get the actual reason.

Former Member
Former Member
0 Kudos

'Archiving run failed; archiving not possible' pls click on this message and you will find some hint,

Former Member
0 Kudos

long text:

Archiving run failed; archiving not possible

Message no. FI344

Former Member
0 Kudos

Based on the message i have gone through the program and i have found the area where the job is getting cancelled. Try setting the break point and see what happens and also please post the input for which you have given for write job.

Program name - LFMFAU02

IF l_arcdt IS INITIAL.
       select single arcdt from fmadate into L_arcdt
         where fikrs = l_fikrs
       IF sy-subrc <> 0.
         MESSAGE e344.
       ENDIF.

       SELECT * FROM fmsapf048b
         INTO TABLE l_t_fmsapf048b.                          "#EC *
       IF sy-subrc <> 0.
         MESSAGE e344.
        ENDIF.

Former Member
0 Kudos

thanks for help ... i try

Former Member
0 Kudos

try posting the findings after you debug the program..!!!

Former Member
0 Kudos

i find this note 1304065

I dont have this patch or correction instructions but 2007- 2008 years archived without patch and without errors

Former Member
0 Kudos

why dont you implement and give a try if it is applicable..!!

Former Member
0 Kudos

because  we dont have sap support and  cant download patches

Former Member
0 Kudos

I am sure that this is an bug which you can raise an OSS to SAP.

Mean while can you post your FI_DOCUMNT write program screen shot with input which you have provided for the cancelled job, lets see if we can get some info from that.