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

Error in reading table.

Former Member
0 Likes
341

READ TABLE mat_tab INDEX ind.

IF sy-subrc = 0.

mat_tab-act_ind = 'A'.

mat_tab-proc_ind = 'X'.

WRITE MAT_TAB TO MAT_TAB INDEX IND.

Here I am getting error 'MAT_TAB cannot be converted to char type field.'

plz help me.

1 REPLY 1
Read only

Former Member
0 Likes
294

I think instead of

WRITE MAT_TAB TO MAT_TAB INDEX IND.

you need

modify MAT_TAB INDEX IND.