When I append this field symbol to internal table , I am not able to do it only first 255 characters are transferred to internal table.
Even if field symbol or work area contains 1000 characters , after appending a row to internal table only 255 characters are getting transferred and rest data is truncated.
I have tried internal table of type string, edid4-sdata and idocline.
but none of the above worked, also in debug mode if I try to enter more than 255 characters in a line of internal table , it gives me warning only 255 characters will be transferred.
Thanks,
Sanjana