‎2005 Aug 22 5:49 AM
Hello All,
Currently i have been assigned with transforming an existing ZObject which accesses the data from Custom table ZZXG1A (GL Line Items, Actuals), SKAT, BKPF etc. I was able to build the selection screen and i was able to select the Archive file (text files) using the FM 'FI_ARCHIVES_SELECT' It would be great if any one can provide the steps and the FMs to be used to Open the Archive file, Read the archive file based on the selection screen parameters etc.
If any code available it would be great if the same is forwarded.
Thank you.
- PSK
‎2005 Aug 22 7:30 AM
Hi,
You can use ARCHIVE_OPEN_FOR_READ function module.
Make sure you study the archving object and see if the table ZZXG1A has been included while creating the archive file.
Since the archive file has multiple lines with header and line item data for the same document, you need to first find how its been written into the file, only then you can read it.
Hope this helps,
Ravi.
‎2005 Sep 08 6:37 PM
Hi
anybody did archiving in sap,after delete option the material is deleted but it is not writing to an output file it is giving error :IO error file i have set the logical path to unix sys ,please mail me if u have answers
thanks
‎2005 Aug 22 9:40 AM