Hi,
I am getting the error in following snippet:
DATA: BEGIN OF TP OCCURS 10, ID, NR(8), TEXT(255), END OF TP.
READ TEXTPOOL SY-REPID INTO TP LANGUAGE SY-LANGU.
Error is:
A line type of "TP" must be compatible with one of the types "TEXTPOOL".
Any pointers would be highly appreciated.
Thanks and Regards
Rishika Bawa