‎2007 Dec 11 5:23 AM
hai all,
when i try to generate report for ztables i am getting the following dump
<b>error:</b>
Short text
Field symbol has not yet been assigned.
<u>Error analysis:</u>
You attempted to access an unassigned field symbol
(data segment 92).
This error may occur if
- You address a typed field symbol before it has been set wit
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
- You address a global function interface, although the
respective function module is not active - that is, is
not in the list of active calls. The list of active calls
can be taken from this short dump.
this error i am getting while executing it is coming in dump
can u please tell me the solution
regards
Sreelatha Gullapalli
‎2007 Dec 11 5:26 AM
‎2007 Dec 11 5:26 AM