Application Development 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: 

Need to concatenate all the fields of internal table into excel sheet having more than 255 characters

former_member365130
Discoverer
0 Kudos

Hi Experts,

I need to  concatenate all the fields of internal table into a single row , which exceeds more than 255 characters.

I have written a code snippet for the same, but it only takes 255 characters and rest of the fields are truncated.

Please help.

Thanks,

Deepika

1 REPLY 1

former_member197132
Participant
0 Kudos

Hi Deepika,

You have to convert string to xstring by using FM 'HR_KR_STRING_TO_XSTRING'

after that u have to convert xstring to binary by using FM 'SCMS_XSTRING_TO_BIANRY' to achive this object.