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: 

i am getting the error in alv report: Field symbol has not yet been assigned.

Former Member
0 Kudos
101

Hi,

i want to display a report through alv.But i am getting this error.how can i solve it??

Moderator message: FAQ, please search for information before posting.

Message was edited by: Thomas Zloch

5 REPLIES 5

Former Member
0 Kudos
63

Hi

have you seen this? http://scn.sap.com/thread/1891201

let me know

a

Former Member
0 Kudos
63

It seems there is a problem with you fieldcat property.

Hope it helps you.

And if possible, please post your code here.

With Regards,
J. Rajbarath

hugo_amo
Product and Topic Expert
Product and Topic Expert
0 Kudos
63

Hi

Please, check if it gets resolved by note 1571782.

Best Regards,

Hugo

0 Kudos
63

Such problem occurs when you don't populate the field catalog properly. Your field catalog has some field names which are not there in the table.

raymond_giuseppi
Active Contributor
0 Kudos
63

(This question is a FAQ, use the search tool)

This error comes from an inconsistency between internal table, field catalog and/or layout options, check if fields assigned to selection box, format, color, icon in the layout or in the field catalog exist in the internal table. If the error does not occurs before display, try to execute The Consistency Check.

Regards,

Raymond