Skip to Content
0
Former Member
Mar 02, 2006 at 08:37 AM

Converting to XSTRING

111 Views

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