cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Need to pass right data to workflow container parameters which displays as mail content

Former Member
0 Likes
143

Hi Experts,

I have a problem in displaying the mail content.

When shopping cart is present with any of the approvers ,it is deleted by requestor in check status POWL. Then a mail is triggered to requestor by workflow system  with mail content " Shopping cart is deleted by &requestor&"

But here i am getting null value in the &requestor& field.

This &requestor & is import parameter to standard workflow.Task which sends the mail is using the &requestor& field in the above mentioned mail content.

I want to know where this requestor value is passed.First of all how the workflow container will be called in abap program and where it is called.

Please help

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Likes

Hello,

"I want to know where this requestor value is passed"

You'll have to look at the workflow definition, e.g. with PFTC_DIS.

regards

Rick