Skip to Content
0
Former Member
Apr 23, 2009 at 11:44 AM

Unicode error: READING TEXT POOL

260 Views

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