Dear sir
i hav Created One RFC for data base archive..
My archive program was working fine.. i used function module for read the data...
while executing This RFC its shows one popup for selecting session and files ..
under this pop up its shows all the archive objects like 000623 , 000573 number like that.,
manually i am selecting the number instead of how can fetch all numbers in back ground..
CALL FUNCTION 'ARCHIVE_OPEN_FOR_READ'
EXPORTING
ARCHIVE_DOCUMENT = '000623'
ARCHIVE_NAME = ' '
object = 'SD_VBRK'
MAINTAIN_INDEX = ' '
IMPORTING
archive_handle = handle
NOT_AUTHORIZED = 7
OTHERS = 8 .
Thanks
praksh