In the earlier programs it was defined as ‘DATA :ZI_loc_var_range like rrrangeexit.’
In order to avoid the error, you have to change the LIKE to TYPE. how to write report program to change the data declaration LIKE to TYPE?
In the earlier programs it was defined as ‘DATA :ZI_loc_var_range like rrrangeexit.’
In order to avoid the error, you have to change the LIKE to TYPE. how to write report program to change the data declaration LIKE to TYPE?