Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

problem with alv report

Former Member
0 Likes
486

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

3 REPLIES 3
Read only

Former Member
0 Likes
459

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

Read only

Former Member
0 Likes
459

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

Read only

Former Member
0 Likes
459

THANKS STILL MY PROB IS NOT RESOLVED.