2007 Feb 05 11:01 AM
hi experts.
I have created a new Object in SCDO to get the modification documents on an object. This object is a material ( this case is a test for zobjects, because i know already exits and object for this) . After create it I´m going to mm02 and i update a field of this material, and then i go to the cdhdr but here it dosen´t appear th modification document Z* that I created, but the standard document appears.
I need to make something else that make the entry in SCDO?? thank very much.
2007 Feb 05 12:01 PM
Hi
You have call a function with your object to write the document to database .
It will the save function module which it will generate when you create ur SCDO object .Chekc for generate program it will create a Function Module for writing the object details to table.
that function module has to be included in the exit of MM02.
Please reward if useful.