2015 Apr 21 4:23 AM
Hi Experts,
We have an email of 41 characters .This email ID is getting truncated in SOST.I have observed that the field length of email ID in SOST is 35 characters only.But the below method can take the email id upto 241 characters.
lr_recipient = cl_cam_address_bcs=>create_internet_address(
* lw_email-email ).
i_address_string = lw_email-email
i_incl_sapuser = 'X' ).
After we sent the email from sost to outlook,email ID getting truncated in outlook.Can anyone advise,how to ressolve this issue.
Thanks & Regards,
Anusha.
2015 Apr 21 5:12 AM
Hi,
Looks like a Sost is showing only the first 35 char in the list
but if you drill down you will see the full length.
Regards.
scrolling.......
2015 Apr 21 5:12 AM
Hi,
Looks like a Sost is showing only the first 35 char in the list
but if you drill down you will see the full length.
Regards.
scrolling.......