Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

problem in SWE_EVENT_CREATE_IN_UPD_TASK function module

Former Member
0 Likes
1,156

Hi,

Im using SWE_EVENT_CREATE_IN_UPD_TASK to create an event, but it is not creating any event.

i tried to check in the tranx swo1 but no event is created for that particular objecttype and objectkey.

Is ther any other activity should be done to trigger this event.

thanx

rohith

3 REPLIES 3
Read only

Former Member
767

Hi,

This function has parameter START_WITH_DELAY. Do you use that one?

In case you use it with value 'X', you need a COMMIT WORK statement afterward to fire the event.

Regards

Kameliya

Read only

0 Likes
767

Hi,

No, im not using that field.

Any answer?

Read only

0 Likes
767

Try to call SWE_EVENT_CREATE instead and see if it reports errors.

Regards

Kameliya