SAP Knowledge Base Article - Preview

3582551 - Runtime Error GETWA_NOT_ASSIGNED when using FM SUSR_SUIM_API_GEN_RFC

Symptom

Runtime Error GETWA_NOT_ASSIGNED when using SUIM API function module SUSR_SUIM_API_GEN_RFC:

Category               ABAP programming error
Runtime Errors         GETWA_NOT_ASSIGNED
ABAP: Program          CL_SUIM_TOOLS=================CP
Application Component  BC-SEC-USR-ADM

Short Text                                                                                        
    Field symbol has not been assigned yet.       

What happened?                                                                                    
    Error in the ABAP application program.                                                        
                                                                                                  
    The current ABAP program "CL_SUIM_TOOLS=================CP" had to be                         
     terminated because it found a                                                                
    statement that could not 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 NetWeaver

SAP NetWeaver Application Server for SAP S/4HANA

ABAP PLATFORM - Application Server ABAP

Support Packages

Software Component
Release
Support Package
SAP_BASIS750SAPK-75030INSAPBASIS
751SAPK-75118INSAPBASIS
752SAPK-75214INSAPBASIS
753SAPK-75312INSAPBASIS
754SAPK-75410INSAPBASIS
755SAPK-75508INSAPBASIS
756SAPK-75606INSAPBASIS
757SAPK-75704INSAPBASIS
758SAPK-75802INSAPBASIS

Product

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

Keywords

GETWA_NOT_ASSIGNED, CL_SUIM_TOOLS=================CP, SUSR_SUIM_API_GEN, CONVERT_TO_TEXT_TABLE, lo_struc ?= cl_abap_datadescr=>describe_by_data( p_data = <fs_rec>  ) , KBA , BC-SEC-USR , User Administration , 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.