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

Send SMS from XD01 tcode

Former Member
0 Likes
487

Hi Experts,

We have a requirement that " Send SMS from XD01 (customer Master)". Send SMS to customer's mobile after successfully creating customer master record by pressing SAVE button in XD01 tcode.

Successfully, sending SMS through the ABAP program.

How to send SMS from XD01 tcode? I tried using USER-EXIT "SAPMF02D", but it is not sending and giving error message. If I send through the program, it is sending and working fine.

Whether I have to use Work Flows or any other solutions?

Please help me out.

thanks in advance.

Regards

Saray.

3 REPLIES 3
Read only

Former Member
0 Likes
432

hai saray,

is the user exit called after the the number is generated , check for user exit which is called after saving

else u can use workflwo to trigger the same

when ever the customer is created capture created event and then call ur program that would be better

for this u have to create a z method and delegate the object , in that method u can call ur code for sms

m.a

Read only

Former Member
0 Likes
432

used BADI - self

Read only

0 Likes
432

Which BADi,can you please share?