Skip to Content
0
Former Member
Mar 05, 2008 at 10:53 AM

method ON_SAVE of class CL_STEP_SIGNATURE_POC

36 Views

Hi Experts,

We are doing upgrade from 4.7 to 6.0.

In 4.7 when we send process messages with CO54 and CO60 the method ON_SAVE of class CL_STEP_SIGNATURE_POC is triggered updating entries in tables TC74 and TC71.

But in 6.0 the method ON_SAVE of class CL_STEP_SIGNATURE_DS_POC is triggered. This method is empty in 6.0 and so not updating entries in tables. The method is protected method. So we cannot call it from any other class.

Can anybody tell any way out.

Thanks in advance.