hi,
how can you add the entries directly to the change document tables. I thing is not possible.
you can retrieve the change documents by using
CALL FUNCTION 'CHANGEDOCUMENT_READ'
EXPORTING
objectclass = k_orderdoc
objectid = '2938383'
TABLES
editpos = l_itab_editpos
cheers,
sasi
Add comment