cancel
Showing results for 
Search instead for 
Did you mean: 

if the workflow doesnot have any event to trigger it in the basic data section how to find out how does it get triggered?

Former Member
0 Kudos

Hi guys,

If i am given with a wf without any event in its basic data than how am i suppose to find out how is it getting triggered please help.

Regards,

Accepted Solutions (0)

Answers (6)

Answers (6)

Former Member
0 Kudos

i got the solution in hit& trial so once i get the proper solution that is sharable will post it.....................

Former Member
0 Kudos

thanks guys .........issue is solved

former_member185167
Active Contributor
0 Kudos

Hello,

Please give details about how your issue was resolved, it's common courtesy to the people who tried to help you and for future users with the same problem.

regards

Rick

former_member189849
Contributor
0 Kudos

So Please close the thread

Regards

Mahesh

anjan_paul
Active Contributor
0 Kudos

HI,

   You can start debugging with putting the breakpoint at the following FMs suggested by Paul from new debugger from menu.

BREAKPOINTS -> BREAKPOINT AT -> BREAKPOINT AT FUNCTION MODULE

Former Member
0 Kudos

You can set a break-point in the function modules Paul mentioned above. Then, perform the action that starts the workflow and see whether either one of those function modules is called. you should also turn the event trace on just in case there was an event that you didn't know about.

Former Member
0 Kudos

If i want to find the source of trigger than by using where used list on above FMs will give lot of unnecessary hits, is there any easy way to pin point the source...................... nyway thanks for your suggestion

paul_bakker2
Active Contributor
0 Kudos

Hi,

But did you actually try it? I thought you would be able to narrow down the hit list pretty quickly - especially if it's a custom workflow / custom Z program.

If not, your other option is to use the code inspector (transaction SCI) to search for your workflow template id (eg WS90000010).

cheers

Paul

paul_bakker2
Active Contributor
0 Kudos

Hi,

  If you can't find any triggering events, the it's possible that the workflow is started directly from a program (yuk), or perhaps from a form.

Try doing a where-used search on the function modules SAP_WAPI_START_WORKFLOW, SWU_START_WORKFLOW, SWW_WI_START and so on.

cheers

Paul