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: 

Field length shows more in excel sheet which is sent via email

Former Member
0 Kudos

I am sending excel sheet through email. I have data in internal table which i move to the email internal table and data is been sent via email using a excel sheet.

Now, when I open the excel sheet, i see that all fields get displayed but the last field is shown as too much length meaning field length is 15 chars but in excel sheet it shows as almost 40 - 50 chars.

1 ACCEPTED SOLUTION

Former Member
0 Kudos

as per user requirement added a enter character at the last which has solved the problem.

4 REPLIES 4

Former Member
0 Kudos

Decalre one more field in your internal table ,which should be last field.

and do not pass header for this field and just pass the empty value to this field.

if not use this FM : EXCEL_OLE_STANDARD_DAT

Reward Points if it is helpful

Thanks

Seshu

Former Member
0 Kudos

solved in alternative way...

0 Kudos

Care to share your resolution?

Former Member
0 Kudos

as per user requirement added a enter character at the last which has solved the problem.