‎2006 Sep 28 6:15 AM
Hi,
In the transaction SCDO i have created change document object for one of my Ztable. The Includes, Function Group are all generated. I have checked the "Change Document" checkbox at the data element level at one of my table fields.
But eventhough i go to transaction SM30 and change the contents of that field, they changes are not getting recorded.
Could anyone please tell me the reason, why, eventhough i have activated at the data element level, and created change document object for that table the changes are not getting tracked. Do i need to code this in the Table Maintenance Generator (Table maintenace dialog) for becoming effective.
Points are guaranteed for every answer.
Thanks and Regards,
Raghavendra Goutham P.
‎2006 Sep 28 6:22 AM
Hello,
After generating the Change Document object
in SCDo Please look into generation info, you can see a function module., Which you have to explicitly handle in the program
call function 'FNAME'
exporting
objectid = g_f_objectid
tcode = g_f_tcode
utime = g_f_utime
udate = g_f_udate
username = g_f_username
upd = 'U'.
Reward points if helps.
Regards,
Krishnakumar
‎2006 Sep 28 6:25 AM
Hi krishna,
Thanks for your early response.
I want the change documents to be creted when the table is maintained by transaction SM30.
Could you please tell me where exactly i need to code for the change documents.
With warm Regards,
Goutham.