Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

changedocu_archive_object

Former Member
0 Likes
368

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.

1 REPLY 1
Read only

Former Member
0 Likes
295

ok, i got it.

changedocu_archive_object has to be called prior archive_save_object.

... sometimes its that easy...