Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Convert a table to XString?

Former Member
0 Likes
1,222

Hi all,

could anybody tell me how to convert a table to xstring?

I have tried all the possible forum threads related to this issue, but to no luck. If anybody has solved this issue, please do let me know how to do it.

I have already tried the combination of CONVERT_TABLE_TO_STRING and SCMS_STRING_TO_XSTRING.

Thank you.

5 REPLIES 5
Read only

Former Member
0 Likes
743

hi Laxmi,

Refer to this related thread

Read only

Former Member
0 Likes
743

Hi Laxmi,

Try using this

<b>

SOTR_SERV_TABLE_TO_STRING</b>

Reward if useful.

Thanks

Aneesh.

Read only

Former Member
0 Likes
743

I tried the above two ways but still couldnt be any lucky.

Read only

0 Likes
743

Check

CALL FUNCTION 'SCMS_FTEXT_TO_XSTRING'. 

Regards,

Santosh

Read only

Former Member
0 Likes
743

Thanks for your replies. I tried SCMS_FTEXT_TO_XSTRING function module too.