Skip to Content
0
Former Member
Dec 01, 2010 at 12:09 PM

Quantity Feild _Short Dump_While Export_to Excel

109 Views

Hi Experts ,

I got a problem want to share with you .

We have a Custom Y-table which have 11 fields including the below mentioned 5 fields

Feild date element Refrence tab reference Feild

ON_DATE MENGE_D LIPS VRKME

DAILY_AVERAGE MENGE_D LIPS VRKME

MONTH_TO_DATE MENGE_D LIPS VRKME

PROJECTED_MONTH MENGE_D LIPS VRKME

This table gets populated with data from a custom Y-program .

Upto this it is fine .user wants to export the data in microsoft excel from se16 .if they choose option (1) Local file->spread sheet->download it is donloaded fine , no issue but if they choose (2)spreadsheet ->Excel(in MHTML format) then short dump is coming

"GETWA_NOT_ASSIGNED" " "

"CL_SALV_BS_TT_RESULT_TABLE====CP" or "CL_SALV_BS_TT_RESULT_TABLE====CM00L"

"GET_CELL_VALUE"

Error analysis

You attempted to access an unassigned field symbol

(data segment 32781).

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.

When I started analysing the dump I choosed to download the table contents witout these 5 fields and it downloaded

sucessfully . I changed the reference feild as 'MEINS' and inserted a new field 'MEINS' in table as there was no unit field in table . Now it is working and downloading sucessfully . But appneding a new field can affect some programs . So I want to solve it without insert/ delete any feild.

I am expecting Expert's Comment and helpful advice .