2012 Dec 06 6:22 AM
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
2012 Dec 21 5:14 AM
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.
2012 Dec 06 6:43 AM
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.
2012 Dec 21 5:14 AM
Thanks,
i have to increase the size at the time of SCOT Config.
| User | Count |
|---|---|
| 5 | |
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |