sapdev logo background
sapdev logo sapdev logo
Comments

Activate event linkages using SAP workflow transaction SWE2




SWE2 - Activate event linkages
This can be done via SWDD but using this method means addition options are available to you:

-Linkage active checkbox

-Enable event queue (queue up work items until background job runs). Job can be setup in transaction SW03

-Behaviour upon error feedback
• System defaults - Error removes linkage so workflow does not run anymore. Only problem with this is that it can't be re-activated directly in prd as it is a customizing task (needs transporting)
• Do not change linkage - Does not affect workflow linkage if error happens it still allows further items to be processed.
• Check function module (create using specific signiture), Add ABAP code to check if workflow should be fired.
IF �.
Raise exception (stops workflow firing)
ENDIF
• Receive type function module
Define which receiver to fire...not really used!






comments powered by Disqus