‎2006 Mar 02 7:15 AM
Hi everyone,
I have a non-character like structure and i wanna print it by passing the vallues of it into an xstring. So can anyone tell me is there anyone class which can be helpful in this process. If anyone has used it please try sending me the code snippet.
please revert.
thanks n regards,
Bhargava.
‎2006 Mar 02 7:19 AM
non-character like structure? i didnt get that .
anyhow to convert string to Xstring you can use the following FM
CALL FUNCTION 'SCMS_STRING_TO_XSTRING'
EXPORTING
text = output " variable type string
IMPORTING
buffer = outputx. " variable type xstring
Regards
Raja
‎2006 Mar 02 8:22 AM