- Trending Categories
Data Structure
Networking
RDBMS
Operating System
Java
MS Excel
iOS
HTML
CSS
Android
Python
C Programming
C++
C#
MongoDB
MySQL
Javascript
PHP
Physics
Chemistry
Biology
Mathematics
English
Economics
Psychology
Social Studies
Fashion Studies
Legal Studies
- Selected Reading
- UPSC IAS Exams Notes
- Developer's Best Practices
- Questions and Answers
- Effective Resume Writing
- HR Interview Questions
- Computer Glossary
- Who is Who
Getting error not assigned on running SAP ABAP program
The error is in field symbol. In future if you encounter such issue you can go through the logs created by ST22. It will help you in detail to understand the issue and its root cause. The reason of your error is that the field symbol is not initialized and you are trying to use it. You should have a habit of checking the content before using.
check <field_Symbol> is ASSIGNED
- Related Articles
- Getting a syntax error unknown fields in SAP ABAP
- Getting error while running SAP oData service “HTTP Open failed: PLUGIN_NOT_ACTIVE”
- Getting error message: Scalar type not allowed in SAP HANA
- Getting unauthorized exception in SAP ABAP
- Getting an error on creating an Index in SAP HANA
- Error while using LOOP…..WHERE in SAP ABAP
- Getting error while extracting data from SAP
- Error while selecting into field-symbol in SAP ABAP
- Getting error message while using SAP Scripting Tool
- Getting error- is not an internal table “OCCURS n” specification is missing in SAP method
- Getting memory error while doing UNION in SAP HANA
- Getting error while using schema in SAP HANA Modeling
- Running T-code me51n again in SAP system throws an error
- Getting an error invalid Object Name in SAP Business One
- Getting this error: "Element is not clickable at point"

Advertisements