cancel
Showing results for 
Search instead for 
Did you mean: 

Get the active tabstrip in ECM iview

Former Member
0 Kudos

Hi experts,

I have a problem on ECM iviews on ECC5 which i'm struggling to resolve. Basically the iview is based on tabstrips, and in order to make various checks and execute bits of codes, i need to know on which tabstrip i am. Do you have any idea on how i can, from the backend system, get the frontend tabstrip which is active in the user interface ? I have tried to debug, trace, etc... but i didn't find any place or variable where the active navigation is written. I have also tried to search for function modules which could give me this information but i didn't find anything.

Thanks,

Sylvain.

Accepted Solutions (0)

Answers (1)

Answers (1)

suresh_datti
Active Contributor
0 Kudos

>

I have tried to debug, trace, etc... but i didn't find any place or variable where the active navigation is written. I have also tried to search for function modules which could give me this information but i didn't find anything.

> Sylvain.

Put an external breakpoint in HR_ECM_READ_GLOBAL_COMP_DATA.

~Suresh

Former Member
0 Kudos

Hi Suresh,

Thanks, but i had already looked in there and i don't know why, at the line :

IF active_cplan IS REQUESTED.
    active_cplan = global_active_cplan.
  endif.

The system doesn't go into the loop so i never get the active_cplan. Any idea why ?

Thanks,

Sylvain.

suresh_datti
Active Contributor
0 Kudos

then try your luck with HR_ECM_HANDLE_PROCESS_DATA.. as this is the PAI for the CompPlanning iView.

~Suresh