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: 

Dump when executing the custom program using REUSE_ALV_HIERSEQ_LIST_DISPLAY

Former Member
0 Kudos
93

Hi,

We upgraded from 4.7 to ECC 6 .

I got the following dump when i excute the custom program.

I called the fm REUSE_ALV_HIERSEQ_LIST_DISPLAY

When it goes into the FM the dump is coming as shown below

Program                                 SAPLKKBL*
 *Include                                 LKKBLF99*
*Module Name                             GEN_LINE_OUT_HS*

*Field symbol has not yet been assigned.*
*You attempted to access an unassigned field symbol*
*(data segment 67).*

*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

Regards

Jai

1 REPLY 1

sridhar_meesala
Active Contributor
0 Kudos
53

Hi,

This kind of error occurs when the field catalog is not filled properly. Please check whether you are filling all the values in the field catalog properly or not.

Thanks,

Sri.