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

Itab string to xstring

former_member445510
Active Participant
0 Likes
1,291

Hello,

I want to convert itab string to xstring.

Any idea?

Best regard,

Ouail.

1 ACCEPTED SOLUTION
Read only

rosenberg_eitan
Active Contributor
0 Likes
1,175

Hi,

Try convert itab string to string and then CL_BCS_CONVERT=>STRING_TO_XSTRING .

Regards.

5 REPLIES 5
Read only

rosenberg_eitan
Active Contributor
0 Likes
1,176

Hi,

Try convert itab string to string and then CL_BCS_CONVERT=>STRING_TO_XSTRING .

Regards.

Read only

0 Likes
1,175

thanks,

Do you know how to convert from itab String to String?

FM, or something....

Read only

0 Likes
1,175

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.

Read only

nandakumar_sasidharan
Product and Topic Expert
Product and Topic Expert
0 Likes
1,175

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

Read only

former_member212124
Active Participant
0 Likes
1,175

Hi,

Please search in SCN many discussions and documents are already posted.

thanks,

vidyasagar