cancel
Showing results for 
Search instead for 
Did you mean: 

How to achieve Due Date Functionality in Guided Procedure

Former Member
0 Kudos

Hi all,

Here is my requirement which is to be implemented in Guided Procedure,

1. User1 Will initiate a Process and it goes to his team leader for Approval.

2. If the team leader Approves(User2) User1 request, it will go to the HR and the

process will comlete.

3. If User2 does not approve the User1's request within 24 Hours, it should go to

the User2's Manager (User3) for the approval.

4. If User3 approves, it should go to HR and the process will complete.

I need help on step 3 and how to achive the step3 scenario.

Have anyone worked on the similar scenario, please give me some inputs.

Thanks in advance

Ponnusamy P

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

Please go through <a href="http://help.sap.com/saphelp_nw04s/helpdata/en/93/a45542f156be30e10000000a155106/content.htm">this</a>. You need to set due date for the action.

Regards,

Satyajit.

Former Member
0 Kudos

Dear Satyajit,

Thanks for your answer.

I tried due date in the action. It is asking to choose the Callable Object.

When I click on Choose and Click on the folder where my callable object is

available, the object is not displayed under that folder. So I was unable to

proceed. How to make the object available there.

Thanks again

Ponnusamy P

Former Member
0 Kudos

Hi,

Only background callable object can be used for notifications and due date. You need to put the implementation of your callable object, which implement the IGPBackgroundCallableObject interface in a library like for any other background callable object.

Regards,

Satyajit.

Former Member
0 Kudos

Dear Satyajit,

Thanks again for your valuable answer.

As I said earlier in my message, my GP Application works fine for the steps 1,2

and 4, with out due date functions.

To achieve step 3, I have created a callable object, which is for managers

approval(user3). I have to include this callable to action in step 2. I have created

Callable object which is working fine when I test, But when I try to call this

callable object in due date on click on choose button, when Select the folder

where I created the callable object, the object is not displayed to select.

Can u please help how to proceed.

Thanks Again,

Ponnusamy P