Application Development 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: 

CHANGE DOCUMENT

Former Member
0 Kudos

dear abapers,

i want to create a report to display the <b>sales order</b> changed history.

can anyone provide code with explanation.

2 REPLIES 2

Former Member
0 Kudos

Hi,

call the function module

VERKBELEG_WRITE_DOCUMENT to log the changes..

to view the changes call the function module CHANGEDOCUMENT_READ.

onl;y passs the OBJECTCLASS as 'VERKBELEG '

space has to be there.

pass the corresponding variables..

this will work.

Message was edited by:

Sandeep S

Message was edited by:

Sandeep S

Former Member
0 Kudos

Hi

See the std report RVSCD100, you could create a copy of that.

Anyway you have to read all modification stored in change docuement tables: CDHDR and CDPOS.

The object class for sales order is VERKBELEG.

Max