cancel
Showing results for 
Search instead for 
Did you mean: 

work flow for invoice verification

Former Member
0 Kudos

I would like to know how to find out/display the workflow related to MIRO transaction code, miro is invoice verification, how to find the z table created for this workflow.

given a work flow template number, how to view this template

thanks

Accepted Solutions (0)

Answers (2)

Answers (2)

p190355
Active Contributor
0 Kudos

Hello,

For MIRO the associated :

1) BOR : BUS2081

2) Workflow : WS20001004

Can you elaborate your requirement on z table?

If i have correctly understood your requirement :

To display the workflow template, run Tcode SWDD or

PFTC, select WS Workflow Template and give the workflow number without the prefix 'WS'

To make sure the Workflow is triggered, make sure the entry SWETYPV.

Run SWELS, and switch on Trace.

Run TCode : MIRO and check in SWEL, to make sure the Workflow has triggered without errors.

To start with, i hope this helps...

Cheers,

Remi

Former Member
0 Kudos

I have found there are two customized workflows 9000672 and 9000378, looks like related to MIRO, can you tell me in which SPRO configuration, we can find the work flow assigned to MIRO?

I want to put some manager's email ID in a z table, how to assign this Z table to MIRO workflow, so the emails will be forwarded to manager during workflow execution?

p190355
Active Contributor
0 Kudos

Hi,

Assuming you are a Workflow consultant, Instead of SPRO configuration

If you take Basic data (Ctrl+ F8) in Start Events Tab you will find to which event the Workflow is linked.

Now, add an additional step as an Background task, which picks the manager's email address from the z table.

ie, basically you will have z bor, with a method, that sets a container that serves as an expression to the Send mail task.

== Or else ==

you can create a task which calls a method of a BOR:

1) Select email address

2) call SO_DOCUMENT_SEND_API1 against the selected email address.

Please revert for more queries

Cheers,

Remi

madhu_vadlamani
Active Contributor
0 Kudos

Hi Chew,

Go a head with this link.

http://www.sap-hefte.de/download/dateien/1067/083_leseprobe.pdf given by Stephen Birchal

What is ztable here?.

Regards,

Madhu