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

Unicode issue

vijay_kumar134
Participant
0 Likes
642

Hi Friends,

Please help me out for the belwow issue, i have attached the error screeshots.

Thanks.

Vijay.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
603

you have declared ls_fieldcat using wrong type.

do this:

declare like this:

data ls_fieldcat type slis_fieldcat_alv.

or

data  ls_fieldcat like line of vt_fieldcat.

2 REPLIES 2
Read only

Former Member
0 Likes
604

you have declared ls_fieldcat using wrong type.

do this:

declare like this:

data ls_fieldcat type slis_fieldcat_alv.

or

data  ls_fieldcat like line of vt_fieldcat.

Read only

0 Likes
603

Thanks Abhishek.

Vijay.