cancel
Showing results for 
Search instead for 
Did you mean: 

Real time indexing not working with BOPF

Former Member
0 Kudos

Hi,

Real time indexing for my embedded search is not working properly through BOPF. I have actually created a determination which will be called during save of BOPF BO. Here I am calling

TRY.

      CALL METHOD cl_esh_if_data_provider_tools=>set_changepointers

        EXPORTING

          iv_home_software_component = 'ZCOMPO_SEARCH'

          iv_object_type_id          = 'ZTECHNICAL_MODEL'

          it_object_ids              = lt_object.

    CATCH cx_esh_co_hswc_det_failure .

    CATCH cx_esh_co_job_restart_failure .

    CATCH cx_esh_co_invalid_parameter .

  ENDTRY.

This is making completed entry in table ESH_EX_CPOINTER but not updating my TREX system. If I try updating 4-5 times it works once or twice. I am not sure if this is only way of calling change pointers through BOBF or I am calling it at wrong place.

Help on this will be really appreciated.

Thanks..

Regards,

Harit Bhasin

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member188458
Active Participant
0 Kudos

HI Harit ,

Please check the indexing schedule for the connector in ESH_COCKPIT .  The above method only sets the change pointers , but a job should index the change pointers in trex . So I would sugest to check the connector for your template .

Hope this helps .

Best Regards,

Rini