‎2011 Dec 22 2:20 PM
Hi,
we are getting extra spaces in mail body.
class used is : cl_document_ bs
method : create document
Text passed in the document is in proper format. But the document generated has extra spaces in it.
Has anyone faced a similar issue?
kindly guide me to resolve this.
Thanks!
Faria
‎2011 Dec 22 3:04 PM
Hi Faria,
If you are using i_type = 'RAW' then change it to 'TXT' and it should solve your issue. I faced this recently and that's the change I had to make to fix the problem with the extra spaces.
Regards,
Ryan Crosby
‎2011 Dec 26 11:21 AM
It worked the other way around for me.
Ic hanged the type from 'TXT' to 'RAW'.