cancel
Showing results for 
Search instead for 
Did you mean: 

Prevent LSMW to trigger Workflow

Former Member
0 Kudos

Hello Experts,

I have configured a workflow for PO release (Release strategy) which send notification mails to the users.

To implement this functionality, i had to activate the RFC Configuration in transaction SWU3.

The workflow is working fine. However, i am encountering an issue on LSMW. When a LSMW is being executed, the LSMW is triggering a workflow and is creating IDocs in mass which is causing a performance issue. The system is slowed down.

Before activating the RFC Configuration, the LSMW was not generating the IDocs.

Is there any possibility to prevent the LSMW to trigger the workflow without causing any regression to the PO release?

Apparently, the user WF-BATCH is activated when we enable the RFC configuration and the LSMW also do the processing of IDocs based on the user WF-BATCH.

Grateful if you could help me.

Thanking you,

Kind Regards,

Monish

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member186746
Active Contributor
0 Kudos

Hi,

You can put a condition on the event-->Wf binding with SWB_COND there you can exclude it if the event creator is wf-batch.

Kind regards, Rob Dielemans

Former Member
0 Kudos

Hello Rob,

Thanks for your reply.

We have seen that a standard task is being run when the LSMW is executed. We have disabled the standard task and the problem has been solved.

Regards,

Monish