SAP Knowledge Base Article - Preview

2846718 - Employee replication: Dump GETWA_NOT_ASSIGNED on CL_ECPAO_IN_SERVICE_ITF_FACADECP

Symptom

  • You are replicating an employee from Success Factors (Employee Central) to SAP HCM (ERP/ECP)
  • You get a dump as below:

Category               ABAP Programming Error

Runtime Errors         GETWA_NOT_ASSIGNED

ABAP Program           CL_ECPAO_IN_SERVICE_ITF_FACADECP

Application Component  CA

Date and Time          01.10.2019 11:24:47

     "GETWA_NOT_ASSIGNED" " "

     "CL_ECPAO_IN_SERVICE_ITF_FACADECP" or "CL_ECPAO_IN_SERVICE_ITF_FACADECM00V"

     "SET_FINAL_DATES"

Error analysis

    You attempted to access an unassigned field symbol

    (data segment "-1").

   LOOP AT db_pnnnn_seco_tab ASSIGNING <db_pnnnn>.

     ASSIGN COMPONENT 'BEGDA' OF STRUCTURE <db_pnnnn> TO <db_begda>.

>>>>     ASSIGN COMPONENT 'BEGDA' OF STRUCTURE <pnnnn> TO <begda>.

     IF <db_begda> LT <begda>.

       CREATE DATA ref_data LIKE LINE OF db_pnnnn_seco_tab.

       ASSIGN ref_data->* TO <db_pnnnn_new>.

       IF <db_pnnnn_new> IS ASSIGNED.

         <db_pnnnn_new> = <db_pnnnn>.

         ASSIGN COMPONENT 'ENDDA' OF STRUCTURE <db_pnnnn_new> TO <db_endda>.

         IF <db_endda> GT <begda>.

           <db_endda> = <begda>.

         ENDIF.

         INSERT <db_pnnnn_new> INTO <pnnnn_tab> INDEX pnnnn_index ASSIGNING <db_pnnnn_new>.

         ASSIGN COMPONENT 'ENDDA' OF STRUCTURE <db_pnnnn_new> TO <prev_endda>.

         pnnnn_index = pnnnn_index + 1.

       ENDIF.

     ELSE.

       EXIT.

     ENDIF.

   ENDLOOP.

 * Avoid splits ( secondary infotype)


Read more...

Environment

  • Human Capital Management (HCM)
  • SAP R/3
  • SAP ERP Core Component
  • SAP ERP
  • SAP enhancement package for SAP ERP
  • SAP enhancement package for SAP ERP, version for SAP HANA

Product

SAP ERP Central Component for discrete industries all versions ; SAP ERP all versions ; SAP enhancement package for SAP ERP all versions ; SAP enhancement package for SAP ERP, version for SAP HANA all versions

Keywords

SF, Success Factors, Employee Central, ERP, SAP, xml file, SRTUTIL, SLG1, payload, ST22 , KBA , LOD-EC-INT-EE , Employee Integration EC to ERP On Premise , LOD-SF-INT-SAP , Please use LOD-EC-INT* , PA-PA-GB , Great Britain , Problem

About this page

This is a preview of a SAP Knowledge Base Article. Click more to access the full version on SAP for Me (Login required).

Search for additional results

Visit SAP Support Portal's SAP Notes and KBA Search.