‎2009 Feb 12 8:30 AM
hi there,
i am developing an achiving object but have a problem with implementing the archiving class changedocu.
it does not save the changedocuments into the archive file.
according to the manual, to write the changedocs i only have to use the function changedocu_archive_object.
that is what i already do.
when i look into table cdhdr with se16 i can see the changedocs with the same parameters i submit the archving class (archive_handle client objectclass objectid object_delete_flag).
does anyone have an spontaneous idea what i miss?
btw. i am an abap noob.
‎2009 Feb 12 9:08 AM
ok, i got it.
changedocu_archive_object has to be called prior archive_save_object.
... sometimes its that easy...