cancel
Showing results for 
Search instead for 
Did you mean: 

Problem in application HRRCF_A_STARTPAGE_INT_CAND

Former Member
0 Kudos

Hi experts,

I am having problem in this application : HRRCF_A_STARTPAGE_INT_CAND .

Webdynpro component : HRRCF_C_PERSONAL_DATA_UI .

For this component we have two applications :

External candidates : HRRCF_A_STARTPAGE_EXT_CAND

Internal Candidates : HRRCF_A_STARTPAGE_INT_CAND

I am attaching images for both applications :

External candidates : HRRCF_A_STARTPAGE_EXT_CAND

external candidate.png

Internal Candidates : HRRCF_A_STARTPAGE_INT_CAND

internal candidate.png

Now in this application on portal i am not getting Address details and other details.

Even i have test this application manually by se80 , and getting same result .

So it is sure that , there is some problem with application only HRRCF_A_STARTPAGE_INT_CAND .

it may happen that it could be hidden somewhere at interface or personalization etc, but not getting how to correct it .

So , pls help .

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Pankaj,

Please check the two following method in the window WDW_MAIN

HANDLEEXTERNAL_CANDIDATE

HANDLEINTERNAL_CANDIDATE

Depending if  it's an internal or external candidate, the code will change the visibilty flag for comm data, which is also used to display/hide the addresses

Best regards,

Mathieu

Answers (4)

Answers (4)

Former Member
0 Kudos

Hi Guys,

Yes it was same problem..

Now its working absolutely fine...

Thanx for helping .

Former Member
0 Kudos

Hi Gerd and Msthieu,

thanx for replying .

Yes i checked methods .

HANDLEINTERNAL_CANDIDATE

here com_data was set to abap_false .

and for external candidate it was set abap_true .

So, I guess this is probably b the solution .

i have changed it, but my portal server is down and m not able to test it .

So , i will let u know after testing.

Regards,

Pankaj

Former Member
0 Kudos

Hi Pankai,

in your case the UI Element Visibility is bound to the context. Check e.g. the UI element address in view VW_PERSONALDATA, the visible attribute is bound to context element UI.COMM_DATA_VISIBLE. In standard no configuration exists for component HRRCF_C_PERSONL_DATA_UI.

The value of the context element is set in window WDW_MAIN by the handler methods of the Inbound-plugs EXTERNAL_CANDIDATE and INTERNAL_CANDIDATE. That means the visibility of these elements depends on the type of candidate internal or external as usually the data for internal candidates should only be edited on the main HR system and not in eRec.

Best regards,

Gerd

uday_gubbala2
Active Contributor
0 Kudos

Hi Pankaj,

Have you checked if there are any enhancements done to supress these sections from within the WDDOMODIFYVIEW method? Or may be the corresponding view sections have been marked for deletion in enhancement mode?

Regards,

Uday

Former Member
0 Kudos

Hi UDAY,

I have checked the component HRRCF_C_PERSONL_DATA_UI .

VIEW : VW_PERSONLDATA .

Method : WDDOMODIFYVIEW .

wd_comp_controller->set_navigation_forbidden( iv_nav_forbidden = abap_false ).

endmethod .

Thats it .

And there is no enhancement for restricitng view and etc .

I think that it is somewhere hidden in application .

Because its working perfectly for HRRCF_A_STARTPAGE_EXT_CAND  but not for

HRRCF_A_STARTPAGE_INT_CAND .

even i test this application in Quality which is totally untouched but same result there also .

SO , pls tell me how to look at it .

Regards,

Pankaj .

Lukas_Weigelt
Active Contributor
0 Kudos

Hi Pankay,

in case what Uday already said doesn't apply; also check whether implicit personalization has been done to the corresponding applications via WDA-App WD_ANALYZE_CONFIG_USER. In case this does not apply either, check for explicit personalization, i.e. the particular settings in the component configurations (if there are any).

Cheers, Lukas

Former Member
0 Kudos

Hi Lukas,

I have checked both WDA-APP WD_ANALYZE_CONFIG_USER

I am attaching Screenshot of same .

and there is no component configuration of same .

What next , boss ?