Application Development 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: 

ALV going to short dump

Former Member
0 Kudos

Hi Folks,

I am trying to enhance a normal report to ALV report by adding some new fields. Data coming correctly to the final internal table. But when executing, program going to short dump. its going dump just while executing the FM REUSE_ALV_GRID_DISPLAY. I am displaying the error analysis it showing, Could any one tell me what is the error and how to solve it..pls...Thanks...

Error analysis

You attempted to access an unassigned field symbol

(data segment 32821).

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.

Edited by: shyam prasad on Jul 9, 2008 5:45 AM

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi,

Error in Fieldcatlog.

1. Check the itab Field name and yur field catlog name is same or not. ( Check charter by charter).

2. In yur fieldcatlog field same should be Caps only.

3. Same think check in yur Sort catlog and layout.

Otherwise post yur itab and fieldcatlog i will try to slove.

Reward if usefull......

Thanks,

Durai.V

7 REPLIES 7

jj
Active Contributor
0 Kudos

check whether the field catalog is mapped correctly

Former Member
0 Kudos

Hi Joffy,

Yes, mapping of field catalogue is correct. Thanks,

Former Member
0 Kudos

Hi,

Error in Fieldcatlog.

1. Check the itab Field name and yur field catlog name is same or not. ( Check charter by charter).

2. In yur fieldcatlog field same should be Caps only.

3. Same think check in yur Sort catlog and layout.

Otherwise post yur itab and fieldcatlog i will try to slove.

Reward if usefull......

Thanks,

Durai.V

Former Member
0 Kudos

Hi Shyam,

Could you send me the code so that I can clear your short dump.I will let you know where the problem was.

Thanks & regards,

Khan.

0 Kudos

Hi everybody,

Thanks for your answers. Problem solved.

Thanks.

former_member761936
Active Participant
0 Kudos

Hi Shayam,

I think there is some problem with field symbols.May be you are using some field symbols (or) while excuting function module some data is missing and in the function module there may be case that it is somme field symbol which is not assigned.

If you give me code i think i can clear your problem

Former Member
0 Kudos

Hi Shyam,

I hope you have checked the internal table that the data is coming correctly..., now first thing you check whether the fields of intenal table and the fields of field catalog is in same order .. i guess your problem is related to this only if you find fields in different order then report will go to short dump bcoz field value you r assigning to field catalog does not find the correct type ....

I hope ur problem will be sorted out..

Thanks & Regards

Ashu Singh

dont forget to give the reward points if u find this helpful...