Hi
Enhancing an eRecruitment view for HRRCF_C_SEARCH_UI by adding a new column to a table.
I have created the UI element and a new attribute in the appropriate context node of the view. The column contains a textview and the text property is mapped to the context_node attribute.
However at runtime an error occurs with the following.The URL http://fcrsapderecfs.app.netr.kent.police.uk:8000/sap/bc/webdynpro/sap/hrrcf_a_unreg_job_search/ was not called due to an error
"ASSERTION_FAILED" " " |
"CL_WDR_VIEW_ELEMENT_ADAPTER===CP" or "CL_WDR_VIEW_ELEMENT_ADAPTER===CM008" |
"GET_BOUND_ELEMENT" |
Termination occurred in the ABAP program "CL_WDR_VIEW_ELEMENT_ADAPTER===CP" - |
in "GET_BOUND_ELEMENT". |
The main program was "SAPMHTTP ". |
In the source code you have the termination point in line 76 |
of the (Include) program "CL_WDR_VIEW_ELEMENT_ADAPTER===CM008". |
I've tried debugging and used the usual resources but so far I've not uncovered the problem.
Thanks in advance.
Jon