Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

screen for workflow task

Former Member
0 Likes
765

Hi everyone,

I would like to ask how to create a screen for a workflow task. Thanks in advance!

Eric

4 REPLIES 4
Read only

Former Member
0 Likes
629

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

Read only

Former Member
0 Likes
629

Hi,

If you are asking with some screen with data for approval/diaplay you can do that using Form step.

Thanks,

Prasath N

Read only

former_member150733
Contributor
0 Likes
629

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

Read only

0 Likes
629

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!