on 2007 May 01 10:53 PM
Hi All,
We have a requirement for Travel-Trip workflow template - WS20000040.
We are on ECC 6.0 EP 7.0.
When a Manager clicks on Rejection button or Send back for corrections,
they would like to see a popup window, where they can enter the reason
text and send it to Employee. As I recollect, we were able to achieve
this using ITS.
Currently, STD Workflow creates a new workitem in UWL for the manager
to open the task where he can enter the reason and send it across. But
we need a solution with popup window.
Is it possible to trigger a popup window for the rejection reason and
capture the reason to send it across to Employee??.
Please let me know if need more details.
Thanks in Advance !!.
Thanks
Aravind
Hi Aravind,
You need to customize it and create a method.Use the Function Module EDIT_TEXT in the method.Now for each outcome of the Approvers Decision step, create a task and use this method.
Regards,
Srinivas.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Aravind,
Say decision Step has two outcomes 1.Accept 2.Reject
Under each outcome call a method.In this method use the Function Module
EDIT_TEXT to accept the Approvers Reason.This text will be stored in SAP as standard Text.Now you can rereive the text and use itaccordingly.
Regards,
Srinivas.
User | Count |
---|---|
70 | |
8 | |
8 | |
7 | |
7 | |
6 | |
6 | |
6 | |
6 | |
6 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.