cancel
Showing results for 
Search instead for 
Did you mean: 

Any FM to Enable Event Queue in SWETYPV for an object type

Former Member
0 Kudos

Is there any FM to turn on the Enable Event Queue flag in SWETYPV for an object type with Event and but no Receiver Type?

The object type has Receiver Type Function Module to determine which workflow to call instead of using Receiver Type.

I would like to avoid Opening the System or create a transport in order to make the above change in production.

Thanks in advance.

Amy

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Check with the following FM

SWE_EVENT_QUEUE_RETRY_BY_OBJ

SWE_EVENT_DEQUEUE

SWE_EVENT_ENQUEUE

SWE_EVENT_ENQUEUE_KERNEL

SWE_EVENT_QUEUE_GET_DEST

SWE_EVENT_QUEUE_GET_SHARED_BUF

SWE_EVENT_QUEUE_SET_SHARED_BUF

SWE_EVENT_QUEUE_BROWSER

SWE_EVENT_QUEUE_DELETE

SWE_EVENT_QUEUE_READ

SWB_EVENT_LINKAGE_ACTIVATE

SWB_EVENT_REC_TYPE_CHECK_FB

SWB_EVENT_REC_TYPE_ENTER

Thanks

Arghadip

Former Member
0 Kudos

None of these FM will Enable the Event Queue.

Amy