Skip to Content
0
Apr 24, 2009 at 04:42 PM

How to speed up CL_CRM_BOL_CORE->START_UP Method ?

40 Views

Hello!

Is it possible to speedup execution of CL_CRM_BOL_CORE->START_UP Method ?

Execution of this method take a lot of time ( in some cases it is 70% of all execution time of program ).

I make bol initialization like: lr_bol->start_up( iv_appl_name = 'PROVIDER_ALL'

iv_display_mode_support = 'X' ).

Is it possible to reduce execution time of this method by changing parameter iv_appl_name ?