Skip to Content
0
Nov 13, 2015 at 06:37 AM

Read Archived data in Customized report

918 Views

Hi All

I am trying to read archived data (archiving object = pa_calc) from content server to show this data in my customized report becuase of the client requirement, I am using this Fm to get this data,

CALL FUNCTION 'ARCHIVE_READ_OBJECT'

CALL FUNCTION 'ARCHIVE_GET_NEXT_RECORD'

CALL FUNCTION 'ARCHIVE_CLOSE_FILE'

But in CALL FUNCTION 'ARCHIVE_GET_NEXT_RECORD' fm its giving me error of

''Archiving object/archiving clas PA_CALC is reading beyond the end of the data"

Please guide me as i am new in archiving,and correct me if my approach is not correct,

Regards,