‎2006 Nov 23 1:31 PM
Hi everyone,
I would like to ask how to create a screen for a workflow task. Thanks in advance!
Eric
‎2006 Nov 23 2:52 PM
Hi Eric,
the workflow step itself will present a screen if maintained correctly where user can confirm that he worked the step.
If you want to know how to call a screen you or someone else created in a program, create a dialogue task and if you work with business objects and methods, call your screen within the method.
If you are not familiar with coding, please ask someone who is.
Hth
Ute
‎2006 Nov 24 3:56 AM
Hi,
If you are asking with some screen with data for approval/diaplay you can do that using Form step.
Thanks,
Prasath N
‎2006 Nov 24 4:19 AM
One way of doing this is,
1. Create a screen/transaction, if one is not available.
2. Call this screen transaction from a function module
3. The workfow task should call the method of the Business object. This method should be based on the above function module.
Regards,
Anish Thomas
‎2006 Nov 24 4:35 AM
Hi,
Thanks for your responses!
Actually I had already made a task for this workflow step. This step will be triggered if the the Purchase Requisition is rejected by the Approver. For this step, there will be a screen where the Approver will specify the rejection reasons.
The task I created has an object type FORM and method HTMLPROCESS like other tasks with same functionality . But my problem is how to generate the screen. I saw some module pools for other task with this name format, example: SAPMYZNMSPTS90500062H. If you go to the screen painter, this is also the program that is used for the screen. The module pool is automatically generated and I can't figure out where is this module pool generated.
Thanks!