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

Sending SMS

Former Member
0 Likes
506

hi,

I am sending sms using FM 'SO_NEW_DOCUMENT_SEND_API1' but it will allow only

160 to 170 Character but i want to send more than it.

is there any way to send SMS more than long char length.

Thanks & Regrds,

Mahipalsinh

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
455

Thanks,

i have to increase the size at the time of SCOT Config.

Thanks,

i have to increase the size at the time of SCOT Config.

2 REPLIES 2
Read only

KiranJ
Active Participant
0 Likes
455

Hi,

         try with is fill the DOCUMENT_DATA-DOC_SIZE FM importing field with lengh .

Ex. logic.

     

  w_doc_data-doc_size =

      ( w_lines - 1 ) * 255 + strlen( your message ).

hope it solve your probelm.

Read only

Former Member
0 Likes
456

Thanks,

i have to increase the size at the time of SCOT Config.