cancel
Showing results for 
Search instead for 
Did you mean: 

Custom Process Types not working in SAP BPC 10.0

Former Member
0 Kudos

Hi Experts,

We have migrated from SAP BPC 7.5 NW to SAP BPC 10.0 NW.

We have three Custom Process Types created in BPC 7.5NW using the super class CL_UJD_SIMPLE_ACTOR as super class.

It has been made Obsolete and Final class in BPC 10.0NW and the Custom Process types are not running as expected.

Can you please suggest if there is any alternative for using the existing custom process types? Or do we have any alternative for creating custom process types?

*Note: We have tried replacing the superclass with CL_UJD_ACTOR instead of CL_UJD_SIMPLE_ACTOR but of no use.

Regards,

Balraj.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Valgiri,

Did you have any news about this problem?

Regards,

Aluizio

Former Member
0 Kudos

replace the super class with CL_UJ_ACTOR_BASE.

then need to make little changes in execute method because you don't need constructor anymore.

George

Former Member
0 Kudos

Hi George

This superclass doesn't exist?

Regards

Fiona

former_member200327
Active Contributor
0 Kudos

Hi Fiona,

What version of BPC are looking at? I can see it in 10.1.

-Gersh

Former Member
0 Kudos

sorry the super class should be CL_UJD_ACTOR_BASE.


I missed the D in the class name.

George

Former Member
0 Kudos

Thanks,

I resolved the issue by creating a BADI rather than a method.

Regards

Fiona