‎2005 Sep 30 2:52 PM
Hi all,
I have been given a requirement to find out if it is possible to add entries manually into the change document tables(CDHDR, CDPOS, CDCLS...). Is this possible and is there an FM to do it or does this have done realtime i.e. when a change is actually made.
Regards
Martin
‎2005 Sep 30 3:11 PM
Hi
Every standard object has owner fm to create change document.
You can get all informations by trx SCDO
Max
‎2005 Sep 30 2:55 PM
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
‎2005 Sep 30 2:56 PM
or else you create one z tcode and create object, that changes can be captured under the object name.
cheers,
sasi
‎2005 Sep 30 3:11 PM
Hi
Every standard object has owner fm to create change document.
You can get all informations by trx SCDO
Max
‎2005 Sep 30 4:30 PM
Cheers Max that looks like exactly what i need. I will give it a try next week.
Thanks again
Mart