data: r_vkont TYPE RANGE OF fkkvk-vkona,
e_vkont LIKE LINE OF r_vkont.
So while declaring a subroutine with following parameters and r_vkont a structure of type r_vkont as below
We are getting a syntax error.
So what should be the possible solution.
FORM check_existence_zr021
TABLES t_zr006sat STRUCTURE zr006sat
t_zr021sat STRUCTURE zr021sat
t_zr006sat_zr021sat STRUCTURE e_zr006key
r_vkont STRUCTURE r_vkont.