‎2009 Aug 31 10:04 AM
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.
‎2009 Sep 01 4:28 AM
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
‎2009 Oct 03 9:40 AM
‎2009 Oct 03 9:52 AM