SAP Knowledge Base Article - Preview

3153448 - GETWA_NOT_ASSIGNED dump in program CL_AGS_BPA_DATAPROV

Symptom

GETWA_NOT_ASSIGNED dump in ST22 for program CL_AGS_BPA_DATAPROV with details:

Category               ABAP Programming Error
Runtime Errors         GETWA_NOT_ASSIGNED
ABAP Program           CL_AGS_BPA_DATAPROV===========CP
Application Component  SV-SMG-MON-BPM-ANA

 Short Text
     Field symbol has not been assigned yet.

 What happened?
     Error in the ABAP Application Program

     The current ABAP program "CL_AGS_BPA_DATAPROV===========CP" had to be
      terminated because it has
     come across a statement that unfortunately cannot be executed.
  
Error analysis
    An attempt was made to access a field symbol that has not been assigned
    yet (data segment number "-1").

    That error occurs if
    - a typed field symbol is addressed before it has been set with ASSIGN,
    or
    - a field symbol is addressed that points to a row in an internal table
    that has been deleted, or
    - a field symbol is addressed that was previously reset using UNASSIGN,
    or that pointed to a local field that no longer exists, or
    - a parameter of a global function interface is address, although the
    corresponding function module is not active (is not in the list of
    active calls). The list of active calls can be taken from this short
    dump.


Read more...

Environment

SAP Solution Manager 7.2 SP11

Product

SAP Solution Manager 7.2

Keywords

Solman, dump, dump issue, GETWA_NOT_ASSIGNED, CL_AGS_BPA_DATAPROV===========CP, CL_AGS_BPA_DATAPROV, field symbol, data segment number "-1" , KBA , SV-SMG-MON-BPM-ANA , Analytics , 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.