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: 

Email ID of 41 characters is getting truncated in sost

former_member569532
Participant
0 Kudos

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.

1 ACCEPTED SOLUTION

rosenberg_eitan
Active Contributor
0 Kudos

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

1 REPLY 1

rosenberg_eitan
Active Contributor
0 Kudos

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