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

Regarding Change Documents.

Former Member
0 Likes
411

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.

2 REPLIES 2
Read only

Former Member
0 Likes
382

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

Read only

0 Likes
382

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.