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

Output File error (SO_NEW_DOCUMENT_ATT_SEND_API1)

Former Member
0 Likes
684

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

5 REPLIES 5
Read only

Former Member
0 Likes
628

Hi,

Did you try to see the data populated in the internal passed to the FM via debugging?

Read only

0 Likes
628

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

Read only

Former Member
0 Likes
628

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...

Read only

0 Likes
628

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

Read only

Former Member
0 Likes
628

I have saloved my problem by using BCS class.