hi
I have to pass a table to a function module. The table has only one char field with size 1000. The record iam passing has length around 280.
But when iam trying to append that field it is being truncated to 255 chars. I have tried with type lchar and string. But it is saying type mismatch.
what to do if i want to push more than 255 chars