Hi everyone,
I have a structure.
BEGIN OF x,
firstname(20) TYPE c,
lastname(20) TYPE c,
age TYPE i,
END OF x.
I want to compile the data of the structure into a conatiner which is of type string or xstring. Is there any class that had this functionality.
Please revert.
Thanks and Regards,
Bhargav.Kavuri