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
Please guide me as i am new in archiving,and correct me if my approach is not correct,
Regards,