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

Change Documents and CDS Generated BOPF With Draft Capabilities

pmcfarling
Participant
0 Likes
1,234

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?

1 REPLY 1
Read only

pmcfarling
Participant
0 Likes
757

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.