SAP Knowledge Base Article - Preview

2967176 - POWL - 500 Internal Server Error when opening Internal Agreements Worklist application

Symptom

There is 500 Internal Server Error - Field symbol has not been assigned yet - when opening Internal Agreements - Worklist application.

Category               ABAP programming error
Runtime Errors         GETWA_NOT_ASSIGNED
ABAP Program           /SCMTMS/CL_FAG_Q_POWL=========CP
Application Component  TM-FRA
Short text
Field symbol has not been assigned yet.
What happened?
The current ABAP program "/SCMTMS/CL_FAG_Q_POWL=========CP" had to be
  terminated because it found a
 statement that could not be executed.
Source Code Extract
           ASSIGN COMPONENT 'AGR_DESC' OF STRUCTURE <fs_data> TO <fs_agr_desc>.
           ASSIGN COMPONENT 'PARENT_KEY' OF STRUCTURE <fs_fag_root_text> TO <fs_fag_root_text
           CHECK <fs_fag_root_key> IS ASSIGNED.
           CHECK <fs_fag_root_text_par_key> IS ASSIGNED.
           IF <fs_fag_root_text_par_key> = <fs_fag_root_key>.
             ASSIGN COMPONENT 'AGR_SYLANGU_DESC' OF STRUCTURE <fs_data> TO <fs_sylangu_desc>.
             CHECK <fs_sylangu_desc> IS ASSIGNED.
               <fs_sylangu_desc> = <fs_desc>.
               <fs_agr_desc> = <fs_sylangu_desc>.
           ENDIF.
         ENDLOOP.
       ENDIF.
     ENDIF.
   ENDLOOP.

 >>>>IF <fs_agr_desc> IS INITIAL.
     LOOP AT lt_fag_root_text ASSIGNING <fs_fag_root_text> WHERE language = 'E'.
     ASSIGN COMPONENT 'DESCRIPTION' OF STRUCTURE <fs_fag_root_text> TO <fs_desc>.
     CHECK <fs_desc> IS ASSIGNED.
     LOOP AT ct_data ASSIGNING <fs_data>.

 


Read more...

Environment

  • Personal Object Worklist - POWL
  • SAP Transportation Management
  • SAP NetWeaver
  • SAP NetWeaver Application Server for SAP S/4HANA
  • ABAP PLATFORM - Application Server ABAP

Product

ABAP platform all versions ; SAP NetWeaver Application Server for SAP S/4HANA all versions ; SAP NetWeaver all versions ; SAP Transportation Management all versions

Keywords

Personal Object Worklist, POWL, POWL_GDPR, POWLSTD, dump, ST22, agreement desc., FRA, Overview freight agreement management, different languages, /SCMTMS/CL_FAG_Q_POWL, /SCMTMS/WDA_POWL_OVP,  <fs_agr_desc>, IF <fs_agr_desc> IS INITIAL, /SCMTMS/CL_UI_POW_FD_FA_2 , KBA , BC-MUS-POW , Personal Object Worklist , TM-FRA , Freight Agreement Management , 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.