cancel
Showing results for 
Search instead for 
Did you mean: 

eREC: Questionnaire templates in application wizard ( External/internal)

former_member181966
Active Contributor
0 Kudos

Hello All,

I have done all the configuration T77RCF_RM*  but questionnaire step is only showing up when there is questionnaire template assign to NE object. I did assign process template on requisition as well as try to attach different questionnaire to requisition create posting and released the requisition. After releasing requisition I published internal & external posting.

When I debug questionnaire WD4A “HRRCF_C_QUESTIONNR_UI”, at the component controller level there is a method “IS_SUBCOMPONENT_NOT_VISIBLE”. It check id there is a questionnaire then show the step, otherwise don’t show it …

IF lo_node_qa_activities->get_element_count( ) <= 0.
    rv_not_visible = abap_true. “ Always coming here ---
  ELSE.
    rv_not_visible = abap_false.
  ENDIF.

our application wizard not showing questionnaire step even though there is a questionnaire assigned to requisition as well as candidate internal and external activities.Upon further investigation class CL_QA PL and QA template factory class finding a QA activities and questionnaire but not showing when I apply in the roadmap. The code I refer below it is always coming back saying there is no questionnaire attached.

WD4A “HRRCF_C_QUESTIONNR_UI” Method “IS_SUBCOMPONENT_NOT_VISIBLE

IF lo_node_qa_activities->get_element_count( ) <= 0.
    rv_not_visible = abap_true. “ Always coming here ---
  ELSE.
    rv_not_visible = abap_false.
  ENDIF.

If I looked at 5141 and activities I have created questionnaire visible flag X.

I created questions, questionnaire, and process templates from scratch and assign them to requisition as process template as well under requirements tab on requisition also added questionnaire related to job and candidates. Moreover I also assign couple of candidates with questionnaire activities to requisition. I have created posting and released it. Finally publish the posting to external and internal. When I go about applying it, it is not showing questionnaire step because of the code below I mention because system think there is no QA against NA, ND and NE object.

WD4A “HRRCF_C_QUESTIONNR_UI” Method “IS_SUBCOMPONENT_NOT_VISIBLE

IF lo_node_qa_activities->get_element_count( ) <= 0.
    rv_not_visible = abap_true. “ Always coming here ---
  ELSE.
    rv_not_visible = abap_false.
  ENDIF.


Our roadmap Z configuration is in place and it is working fine.

I have also implemented 5 OSS latest notes talks about questionnaire, process and roadmap issues but no-luck.

Any clues? What should I check?

Thanks & Regards,

Saquib Khan, PMP

“ I mentor every day, pass on wisdom to help people to anticipate rather than react. It frees people and speeds up their development.”

Accepted Solutions (1)

Accepted Solutions (1)

former_member181966
Active Contributor
0 Kudos

Resolved myself-

Former Member
0 Kudos

Saquib Khan, PMP wrote:

“ I mentor every day, pass on wisdom to help people to anticipate rather than react. It frees people and speeds up their development.”

Resolved myself-

Forgot to mentor there, didn't you?

Former Member
0 Kudos

Could you share the solution?

former_member181966
Active Contributor
0 Kudos

Here you go!

View:  V77RCF_QACAT2ACT

7030*************Equal Employment Questionnaire** 1*******     Equal Employment Information

0 Kudos

Hi Saquib,

Please help me on below mentioned thread.

http://scn.sap.com/thread/3570051

Thanks in advance.

Answers (0)