cancel
Showing results for 
Search instead for 
Did you mean: 

What is reason for cl_fpm_factory=>get_instance( ) return initial value?

Former Member
0 Kudos

In DEV system, this piece of code is working fine. However when it moves to Testing system it dump due to cl_fpm_factory=>get_instance( ) return initial value. What could be the reason for this? Thanks!


  data lo_fpm  type ref to if_fpm.
  lo_fpm = cl_fpm_factory=>get_instance( ).
  wd_this->go_message_manager = lo_fpm->mo_message_manager.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Anthony,

how sure are you that the DEV and Test system running the same Netweaver SP versions ?. My doubt is that the test system is not NW7.01 (Ehp-1) . Or some thigs are not enabled in the configuration.

Regards

Senthi

Former Member
0 Kudos

Thanks for your reply! Actually the ICF service is not activated so I just need to activate it to solve problem.

Former Member
0 Kudos

Hey Anthony . Which of ICF services did you have to activate. I have the same issue. my application and FPM services are activated. I still receive this error.

Former Member
0 Kudos

Hi, I copied standard web dynpro component HAP_Goals_main. Services are already activated in SICF.

Still I am not getting any return value for get_instance(). Please help sharing the solution you followed. Thanks.

Kay