SAP Message SMOE_MESSAGE667 - The called function module cannot write client independent queue entries

Diagnosis
You are using function module SMOE_SUBSIT_DEL to delete assignmentsbetween sites and subscriptions. You are calling it with set parametersI_CLIENT_SPECIFIED = 'X'.
A client independent filling of the replication and realignment queuesis currently not possible, therefore the given assignments betweensites and subscriptions will not be deleted.

Procedure
Call your program on every used client with parameter I_CLIENT_SPECIFIED<> 'X'.