2020 Mar 31 9:07 PM
I have created a Change Document Object via (SCDO)
I added an entry via SM30 to /BOFU/I_OBM_CDO
This turned on Change Documents but the system is also logging all the changes to the draft table too.
Anyone know how to make it only log changes to the "real" table?
I have created a Change Document Object via (SCDO)
I added an entry via SM30 to /BOFU/I_OBM_CDO
This turned on Change Documents but the system is also logging all the changes to the draft table too.
Anyone know how to make it only log changes to the "real" table?
2020 Apr 01 4:20 PM
I manged to work around it by redefining method get_filtered_keys
of class /BOFU/CL_CDO_BO_GENRICCALLBACK
Was looking for a cleaner solution.