‎2014 Aug 07 9:15 AM
Hello,
I want to convert itab string to xstring.
Any idea?
Best regard,
Ouail.
‎2014 Aug 07 9:27 AM
Hi,
Try convert itab string to string and then CL_BCS_CONVERT=>STRING_TO_XSTRING .
Regards.
‎2014 Aug 07 9:27 AM
Hi,
Try convert itab string to string and then CL_BCS_CONVERT=>STRING_TO_XSTRING .
Regards.
‎2014 Aug 07 9:32 AM
thanks,
Do you know how to convert from itab String to String?
FM, or something....
‎2014 Aug 07 9:38 AM
Hi,
Not from the top of my head.
Loop over ITAB and create a big string using concatenate .
Any way what is the purpose of this exercise ?
Regards.
‎2014 Aug 07 9:40 AM
Hi,
You can try the following function modules as well,
ECATT_CONV_STRING_TO_XSTRING
HR_KR_STRING_TO_XSTRING
SCMS_STRING_TO_XSTRING
Regards,
Nandakumar
‎2014 Aug 07 9:43 AM
Hi,
Please search in SCN many discussions and documents are already posted.
thanks,
vidyasagar