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

regarding archive

Former Member
0 Likes
480

Hi all

I have a Accounting Doc no

i want 2 take a accounting value

but the accounting value is present in Archieve Files

if i use the Archieve object (Fi_document ) , it takes all the data

but i dont want 2 take all the data , if any functional module is available for taking a data for the particular account no with object ,

so that time vill be reduced

otherwise it takes all the files , & i want 2 compare the data with files, in which leads to Even a Dump.

so , help me out

here we hav a probs , if i am trying to take

Plz give the solution

Thanks.

Prakash

Hi all

I have a Accounting Doc no

i want 2 take a accounting value

but the accounting value is present in Archieve Files

if i use the Archieve object (Fi_document ) , it takes all the data

but i dont want 2 take all the data , if any functional module is available for taking a data for the particular account no with object ,

so that time vill be reduced

otherwise it takes all the files , & i want 2 compare the data with files, in which leads to Even a Dump.

so , help me out

here we hav a probs , if i am trying to take

Plz give the solution

Thanks.

Prakash

2 REPLIES 2
Read only

Former Member
0 Likes
464

hi,

use 'ARCHIVE_OPEN_FOR_READ'

'ARCHIVE_GET_NEXT_OBJECT'

'ARCHIVE_CLOSE_FILE'.

thanks

Read only

Former Member
0 Likes
464

Dear sir

Already i have used this function module while executing it will take all the archived data. im having some archived account document no (FI_documnt) in Z table ...

how can i pass this account document no and get the other details in the archive database.

plz give the solution.

thanks