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

Insert Change Log for Custom Field

Former Member
0 Likes
5,590

Hi all,

I have appended a custom field for table VBEP.

Now I need to record the change for this field in the standard change log table CDHDR & CDPOS.

Could anybody provide me any function modules or sample code to do that?

Thank You very much.

Best regards,

Chris

1 ACCEPTED SOLUTION
Read only

Former Member
2,735

Hi,

If your requirement is just to track all changes on that field then you dont need any code to do this.Just check the option of the "change document" in the data element which is been used by the field.But make sure that the data element is used only by this field.In case you are using some Z report to track this then you can refer the Function group "SCD0".

Regards,

Kiran

Edited by: Kiran NN on Mar 5, 2008 11:48 AM

Hi,

If your requirement is just to track all changes on that field then you dont need any code to do this.Just check the option of the "change document" in the data element which is been used by the field.But make sure that the data element is used only by this field.In case you are using some Z report to track this then you can refer the Function group "SCD0".

Regards,

Kiran

Edited by: Kiran NN on Mar 5, 2008 11:48 AM

2 REPLIES 2
Read only

Former Member
2,736

Hi,

If your requirement is just to track all changes on that field then you dont need any code to do this.Just check the option of the "change document" in the data element which is been used by the field.But make sure that the data element is used only by this field.In case you are using some Z report to track this then you can refer the Function group "SCD0".

Regards,

Kiran

Edited by: Kiran NN on Mar 5, 2008 11:48 AM

Read only

jmedurey1
Explorer
0 Likes
2,735

Thank you for the response. It works.

Miguel Estévez