cancel
Showing results for 
Search instead for 
Did you mean: 

Fiori Approver apps Task Type ID

Former Member
0 Kudos

Hi,

Fiori Apps for approval is tied to type ID, example Approve Purchase Order is using TS20000166.

Is there any documentation that will list down all the approval apps is using which task type ID?

Thanks.

Accepted Solutions (1)

Accepted Solutions (1)

former_member182874
Active Contributor
0 Kudos

Hi Adrian,

You should check Fiori Install guide. But I noticed, we have a bit of less information available there. Below will be helpful. These are the standard templates and task ids.

Fiori Use caseWorkflow TemplateTask ID configured
Approve Shopping CartsWS40000016TS40007953
Approve Leave RequestsWS12300111TS12300097
Approve Purchase ContractsWS20000079TS20000172
Approve Purchase OrdersWS20000075TS20000166
Approve Purchase RequisitionsWS00000038TS00007986
Approve Travel ExpensesWS20000040TS20000131
Approve Travel RequestsWS20000050TS20000118
Approve TimesheetsWS40001001TS40007901

Approve Requisitions has overall as well as Item level approval. You need to check based on the requirement.

Please note : For standard application, you dont need to configure scenario definition steps.

Regards,

Tejas

Former Member
0 Kudos

Thanks.

Yes quite limited info. I was looking for

Approve Supplier Invoices

Approve Service Entry Sheet

former_member182874
Active Contributor
0 Kudos

Best way is create a service entry sheet . Once you see the workitem in your inbox. You should click on workflow log and see the tasks associated with it.

It will take you to the graphic builder of the template.

Other way is set a breakpoint in your class, and find the business object associated.

Regards,

Tejas

former_member182874
Active Contributor
0 Kudos

Approve Supplier Invoice : standard workflow (WS20001004) and standard task (TS20000881)

Approve Service entry sheet :

WS20000383 , BUS2091

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Adrian,

Its difficult to find such a documentation. And in some cases custom workflows/ tasks might be used.

Below are few tables which might help you analyse workflows & task ids for doing Fiori configurations;


HRS1205 - Workflows in the system

SWD_STEPS  - Steps/ Task Ids in a workflow

SWWWIHEAD - Work items and associated Task Ids

SWWUSERWI - Work items and associated user information

And T-Code;

SWETYPV - Bus object type and associated workflow (receiver type)


Hope this helps.

Regards,

Dharmaraj Patil