Hi experts,
we are using EHP4 and I have implemented and activated BADI HRRCF00_GET_DEFAULT_TEXTS for getting default Text during the posting procedure within SAP E-Recruiting based on WebDynpro.
The BADI is called from WD Controller ERC_C_REQ_MGMT_UI.
*********************************************************************************************************************
get default text values from BADI HRRCF00_GET_DEFAULTS_TEXT
wd_assist->read_default_posting_text( EXPORTING iv_language = ls_language-langu
is_post_hrobject = ls_hrobject
IMPORTING ev_company_desc_default = ls_language_tab-company
ev_department_desc_default = ls_language_tab-department
ev_project_desc_default = ls_language_tab-project
ev_task_desc_default = ls_language_tab-tasks
ev_requirement_desc_default = ls_language_tab-requirements ).
*************************************************************************************************************************
Directly after the call of BADI HRRCF00_GET_DEFAULTS_TEXT it seems that the company description is correctly filled.
But unfortunately I am not able to see the default text within the Input Field of the view.
As far that I know there should be a Button to fullfill the company description with the default text. But I can't see any button.
Is there anything else I have to configure?
Many Thanks!