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

SCDO for new modification document

Former Member
0 Likes
366

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.

1 REPLY 1
Read only

Former Member
0 Likes
317

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.