cancel
Showing results for 
Search instead for 
Did you mean: 

Trigger Work Flow from standard Tcode..

Former Member
0 Kudos

Hi everyone,

I am fairly new on workflows.

My requirement is that when a Measurement Document (IK11) are created or change it should trigger a workflow which inturn a PM Notification (IW21) for that Create notification automatically.

Im my problem, I find business object BUS2092 for IK11 but it doesn’t have event so I don’t know how to catch event up.

Pls suggest.

I am not sure that business object I found that is correct, if not please let me know which one is correct business object for IK11.

Accepted Solutions (1)

Accepted Solutions (1)

liam_wilkinson
Participant
0 Kudos

Find out which Object type IK11 uses by:

turning the trace function on SWELS

running IK11 and creating the Measurement Document.

view the object type and the event it uses by running SWEL.

Hope it helps

Liam

Answers (2)

Answers (2)

Former Member
0 Kudos

Another option would be create a delegated subtype of the business object and create a new custom event . Raise the event from a BADI in the transaction code .

KKilhavn
Active Contributor
0 Kudos

There are other ways of starting workflows than through event linkage, although the event linkage is usually to be preferred.

See if there are any enhancements or BAdIs available for your area that lets you perform processing when a measurement document has been created. Then you can start your workflow using function module SAP_WAPI_START_WORKFLOW.