‎2009 Jan 07 3:47 AM
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.
‎2009 Jan 07 3:49 AM
Hi,
While creating fieldcatalog table you should give the fieldname and the tabname in capital letters.
for eg.
fcat-fieldname = 'MATNR'.
regards,
Santosh Thorat.
‎2009 Jan 07 3:49 AM
Hi,
While creating fieldcatalog table you should give the fieldname and the tabname in capital letters.
for eg.
fcat-fieldname = 'MATNR'.
regards,
Santosh Thorat.
‎2009 Jan 07 3:53 AM
Hi,
I guess problem is in defining the field catalogue.
it would be helpful if u paste ur code.
Regards,
Pavan
‎2009 Jan 07 3:56 AM
Hi All,
Issue solved when I changed the fileds to Upper case letters.