Skip to Content
0
Former Member
May 15, 2010 at 04:21 AM

Convert ALV report to Excel sheet

84 Views

Hi frnds,

I did one ALV reoprtExcute that report , display the output entries.

I want to convert excel sheet.

Press the 'LOCAL FILE' button, display this error msg,

Error analysis

You attempted to access an unassigned field symbol

(data segment 93).

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.

Plz any one suggest me.

Thanks in advance.