‎2007 May 17 10:34 AM
Hi all,
iam getting shortdump when i executes alv report, short dump is as follows and program is terminating at FM reuse_alv_list_display.
shortdump-
You attempted to access an unassigned field symbol
(data segment 95).
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
- 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.
please let me know what is the problem.
Regards
Ravi
‎2007 May 17 10:38 AM
Hi
Check something was wrongly assigned to field sysmbol or assigned thing may not be active
give the code.
it will be easy to find what's the wrong in it.
Reward points if useful
Regards
Anji
‎2007 May 17 10:38 AM
Hi Ravi,
Please check if the data that you are passing to the Function module are type compatible or not... I mean please check in SE37 whether the data you are passing is of same type as that declared there..
Regards.
Jayant
‎2007 May 17 11:31 AM