cancel
Showing results for 
Search instead for 
Did you mean: 

Two Activities of type Advance with Dialog

Former Member
0 Kudos

I have Two Activities of type Advance with Dialog.

First is the Creation of Absence Notification and the Other is the Apprval for Notification.

I created a Org Object and assigned the my user id as manager .

and the manager pos is assigned to the possible agents

I am receving the Leave request for immediately I execute the WF but the Leave Approval is not coming as dialog.

Regards

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member554978
Active Contributor
0 Kudos

Open your task in PFTC in change mode

Make your task as dialog and uncheck the background processing.

Former Member
0 Kudos

Hi,

But both the Tasks are in foreground mode.

I doubt that in the second task the Agent responsible is not filling up at the run time.

How to check whether the Agent is filled up during run time or not.

As explained I done the agent assignment with my Org Object.

and I have manually done the binding for the container element APPROVER( user defined ) and system field &_WI_ACTUAL_AGENT&

And I used this APPROVER as the agent to drive the task.

The APPROVER has the following data type : SWP_AGENT

In tcode SWI1 for the WorkItem Id Generated I could see only one step in the WF

In the log I could see that other activity is in READY state

In the Work Flow log When I click on Agents button I see that Status Message " No Agents"

but in the Possible Agents I can see my User

Regards

Edited by: SAP LEARNER on Oct 7, 2009 9:23 AM

Edited by: SAP LEARNER on Oct 7, 2009 9:27 AM

former_member554978
Active Contributor
0 Kudos

Make your task as a general task.

And in agent assignment...choose exprression and select your variable which has the approver

paul_bakker2
Active Contributor
0 Kudos

Hello,

"and I have manually done the binding for the container element APPROVER( user defined ) and system field &_WI_ACTUAL_AGENT&"

If you mean you're giving &_WI_ACTUAL_AGENT& a value, then don't do that.

Try hardcoding the agent first. Could you give an example of an APPROVER value. Is it like US......

regards

Paultje Bakker

Hanabi Technology

Former Member
0 Kudos

Hi,

No I am not giving &_WI_ACTUAL_AGENT& any value.

I want the value in it to be populated into APPROVER so that the task is executable by that person.

its my user-id with which I log in my system

Regards