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

Formatting issues while sending attachment as Excel File

Former Member
0 Likes
473

Hello..

I am sending an internal table as an excel email attachment...the internal table lenght is more than 255 characters..so the output would go in binary format. I am getting the output..but some times my data ex: material description has hexa decimal values in it..so the tha data is being interpreted as command and i am getting line breakage...i can't check for material description with hexa codes as it could have various codes...

Please let me know how to fix this issue, if any body has faced it.

Rajeev

Hello..

I am sending an internal table as an excel email attachment...the internal table lenght is more than 255 characters..so the output would go in binary format. I am getting the output..but some times my data ex: material description has hexa decimal values in it..so the tha data is being interpreted as command and i am getting line breakage...i can't check for material description with hexa codes as it could have various codes...

Please let me know how to fix this issue, if any body has faced it.

Rajeev

3 REPLIES 3
Read only

Former Member
0 Likes
452

hello,

i solved myself.

Rajeev

Read only

Former Member
0 Likes
452

Hello,

What was the final solution ?

Thanks in advance.

Read only

0 Likes
452

We changed the material master to remove # as we had only 15 materials..of that description.

Rajeev