Hi Experts,
When I give TYPE instead of LIKE in this statement. It give an error message.
What is the way I can give TYPE in the below staement.
data: begin of i_listado OCCURS 10,
KUNNR like kna1-KUNNR,
LAND1 like kna1-LAND1,
TELFX like kna1-TELFX,
end of i_listado.
DATA LS_LISTADO TYPEi_listado."Work area