‎2010 Aug 19 11:20 AM
Dear Experts,
I am sending a text attachment through SO_NEW_DOCUMENT_ATT_SEND_API1,
the mail attachment contains everything right till 127th char,
after that the data is not coming instead some special characters are coming.
Below I am sending the sample of the file i n which u can sewe that after the 127th char i.e. closu---->爀攀(Special char are coming)
LR No.,Vehicle No.,Route Name,Consigner Name,Consignee Name,Dispatch Date,Dispatch Time,Carrier Name,Expected Consignment Closu 爀攀 u2020
327457,MH12327457,Pune-hosur,TIPD Hinjewadi TATA AUTOCOMP SYSTEMS LTD.,Ashok Leyland hosur,18.02.2010,12:21:21,,u2020
Thanks for your support and co-operation
Regards,
Vikas
‎2010 Aug 19 1:21 PM
Hi,
Did you try to see the data populated in the internal passed to the FM via debugging?
‎2010 Aug 20 4:54 AM
Dear Vinraaj,
I debugged and found that while doing hexa conversion the system is taking only 132 char and whatever is there after 132 it is not converting the FM, it is using SO_SOLITAB_TO_SOLIXTAB.
Thanks for your response.
Regards,
Vikas
‎2010 Aug 19 1:51 PM
Got a CR/LF (carriage return, line feed hex '0D0A') stuck on the end of the line? That's what it looks like to me...
‎2010 Aug 20 4:58 AM
Hi,
I did not get it,
Got a CR/LF (carriage return, line feed hex '0D0A') stuck on the end of the line? That's what it looks like to me...
can u please elobrate it,
Thanks for your response,
Regards.
Vikas
‎2010 Aug 26 10:18 AM