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 ?