Skip to Content
0
Former Member
Jun 03, 2008 at 06:34 AM

ALV

18 Views

Dump Error occured whenever we are executing CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY'

Error analysis

You attempted to access an unassigned field symbol

(data segment 92).

This error may occur for any of the following reasons:

- You address a typed field symbol before it is set using ASSIGN

- You address a field symbol that points to a line in an internal table

that has been deleted

- You address a field symbol that had previously been reset using

UNASSIGN, or that pointed to a local field that no longer exists

- You address a global function interface parameter, even

though the relevant function module is not active,

that is it is not in the list of active calls. You can get the list

of active calls from the this short dump.