Hello All,
We are doing a development where we require to store data in z-tables.
We store data in a similar way to data storage in IDOCs.
Field length of SDATA is 1000.
Now how to store data for the structures with characters morethan 1000 characters.
I am currently using the methods FILL_CONTAINER_C and READ_CONTAINER_C
of the class CL_ABAP_CONTAINER_UTILITIES to convert data.
But when the fields are of type CHAR like CHAR with length 100 etc,
getting # characters while converting into structure form SDATA.
Can you suggest way how to model the data storage.
Thank you in advance.
with regards,
sandeep akella.