cancel
Showing results for 
Search instead for 
Did you mean: 

I cannt see the mail in the inbox

Former Member
0 Kudos

Hello all,

My senario is this ' when a person creates a travel request it will be sent for six levels of approvel and after getting the approvel a mail has to sent to the user who created the travel request saying that your request is approved or rejected. If the user's travel request is approved then details of the travel has to be sent to the travel adminstrators.

For sending mail to the travel administrator i am calling a function module in the method and i am exporting the urserid and the trip number from the method.

In the function module i am getting the travel admin's userid and i am sending the mail using the function module 'SO_OBJECT_SEND' .

My question is :

1. If i run the method alone i can able to see the mail in the inbox

but through workflow i cant see the mail in the inbox i saw the log in the workflow it says that the step is completed but i cant see the mail in the inbox can you guys please help in this issue.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Balaji ,

Is your problem resolved...

Please check whether the mail appears in tcode : SOST.

From this transaction , you can select the required mail and select the menu

Start Send Process.

Contact your BASIS team for the required configuration...

Thank you

Srinivas

Former Member
0 Kudos

Hi Balaji,

In the workflow log try to view the value of the container elements that you pass as parameters for the method that calls SO_OBJECT_SEND. Check for proper values to be passed. If the values are not getting passed check for the bindings between

Worflow ==> Task ==> method containers. Also check whether these container elements in the WF container are marked as "Export".

If yes then check whether you have used SWC_GET_* Macros to read the data properly (As u said it is working fine as a method i think this should be fine)

And is it not possible to use a normal sendmail step for your scenario?

Thanks,

Prasath N