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: 

Change MR90 body mail

maria_merino
Active Participant
0 Kudos

Hi experts,

I've been asked to change the body and subject from email sent in MR90. when I execute MR90 and then go to SOST, I have a new message and I can see the smartform. But I need to change the email subject and body. is there any possibility to do that ?

Thanks in advance,

María

3 REPLIES 3

deepan_v_s
Active Participant
0 Kudos

Hi Maria,

The Email body and subject might be a hard coded text or a standard text (SO10 text).

Please debug the code and find the SO10 text names which are used for body and subject and change it.

If you select and press F8, there will be code to Call FM which sends mail. (Check the Subject and mail which is passed to it).

It will solve the issue.

Regards,

Deepan Swaminathan.

0 Kudos

I debugged all the code but I didn't find anything. Could you please explain it a little more ?

Thanks,

maría

0 Kudos

Try placing break point in FM- READ_TEXT.

if the text is SO10 text you will get the text name.

Note: There may be several texts maintained for the Form, pick the correct name.

Regards,

Deepan Swaminathan.