I want to convert a string to xstring. I know that there is a function module named "SCMS_STRING_TO_XSTRING"
But since itβs not a good habit to use function modules anymore, a class-based solution would be my preferred way.
I know that there is a class
cl_abap_conv_in_ce
but I can only verify that this class can convert xstrings to string. I wand to have the opposite case. Does anyone have experience with this class?
Felix source share