SAP for Utilities Discussions
Connect with fellow SAP users to share best practices, troubleshoot challenges, and collaborate on building a sustainable energy future. Join the discussion.
cancel
Showing results for 
Search instead for 
Did you mean: 

Deleting change documents?

Former Member
0 Kudos
472

Hi, how can we delete some of the change documents that can be seen in Business Partners, Contract Accounts and Contracts? I know that these records are in CDHDR and CDPOS. Is it safe to manually delete these using the DELETE statement and just add conditions? Or is there a function module out there for this?

1 ACCEPTED SOLUTION

Former Member
0 Kudos
170

You can use this FM : TB_LIMIT_DELETE_CDHDR in this Function module macro will be work to delete the entry in CDHDR.

BUS_PCDHDR_DELETE is also useful to delete the entry in cdhdr.

TB_LIMIT_DELETE_CDPOS for CDPOS.

Please Allot Points If It Helps

Regards,

Shiva Kumar

View solution in original post

1 REPLY 1

Former Member
0 Kudos
171

You can use this FM : TB_LIMIT_DELETE_CDHDR in this Function module macro will be work to delete the entry in CDHDR.

BUS_PCDHDR_DELETE is also useful to delete the entry in cdhdr.

TB_LIMIT_DELETE_CDPOS for CDPOS.

Please Allot Points If It Helps

Regards,

Shiva Kumar