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

Runtime error in ALV

Former Member
0 Likes
468

Hi,

I have a report to display in ALV list display, It give a runtime error when i run the report ,

error message : in INCLUDE LKKBLF99 - Field symbol not assigned.

I am not usning any field symbols in my report, can anyone suggest what could be the problem.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
437

Hi,

While creating fieldcatalog table you should give the fieldname and the tabname in capital letters.

for eg.

fcat-fieldname = 'MATNR'.

regards,

Santosh Thorat.

3 REPLIES 3
Read only

Former Member
0 Likes
438

Hi,

While creating fieldcatalog table you should give the fieldname and the tabname in capital letters.

for eg.

fcat-fieldname = 'MATNR'.

regards,

Santosh Thorat.

Read only

Former Member
0 Likes
437

Hi,

I guess problem is in defining the field catalogue.

it would be helpful if u paste ur code.

Regards,

Pavan

Read only

Former Member
0 Likes
437

Hi All,

Issue solved when I changed the fileds to Upper case letters.