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

change document tables

Former Member
0 Likes
803

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
753

Hi

Every standard object has owner fm to create change document.

You can get all informations by trx SCDO

Max

4 REPLIES 4
Read only

Former Member
0 Likes
753

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

Read only

Former Member
0 Likes
753

or else you create one z tcode and create object, that changes can be captured under the object name.

cheers,

sasi

Read only

Former Member
0 Likes
754

Hi

Every standard object has owner fm to create change document.

You can get all informations by trx SCDO

Max

Read only

0 Likes
753

Cheers Max that looks like exactly what i need. I will give it a try next week.

Thanks again

Mart