Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

error message need help

anil_kumar98
Participant
0 Kudos

Error analysis

You attempted to access an unassigned field symbol

(data segment 32821).

This error may occur if

- You address a typed field symbol before it has been set with

ASSIGN

- You address a field symbol that pointed to the line of an

internal table that was deleted

- You address a field symbol that was previously reset using

UNASSIGN or that pointed to a local field that no

longer exists

3 REPLIES 3

Former Member
0 Kudos

Hi Anil,

In this what exactly is your Question ? Please be clear

Regards,

Swapna.

Former Member
0 Kudos

Hi

Before using the Field symbol, check whether it is assigned

IF <TEMP> is assiged.

Use the field symbol.

endif.

Regards

MD

0 Kudos

Hello Anil,

The error message clearly tells you have done either of the three mistake mentioned. So to narrow down and find what mistake you have done, please copy and paste the whole code.

Regards

Farzan