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

Which table stores the created work-flow event?

Former Member
0 Likes
790

Hello,

When am executing FM of 'SWE_EVENT_CREATE' in my custom program, its executing with SY-SUBRC = 0, but, am not getting any email to my SAP inbox!

1) pls. let me know the reason?

2) Atleast how to know that (where to see, any table) an EVENT is created each successful execution (SY-SUBRC = 1) of this FM/my custom prog?

Thank you

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
751

Halo Raju,

Just check by switching the event trace on by event SWELS - Switch Event Trace On/Off.

If you want to know the tables that are used in the event then you can use the trace on ST05 and check which all tables have been updated

Regards

Arshad

Hello,

When am executing FM of 'SWE_EVENT_CREATE' in my custom program, its executing with SY-SUBRC = 0, but, am not getting any email to my SAP inbox!

1) pls. let me know the reason?

2) Atleast how to know that (where to see, any table) an EVENT is created each successful execution (SY-SUBRC = 1) of this FM/my custom prog?

Thank you

3 REPLIES 3
Read only

Former Member
0 Likes
752

Halo Raju,

Just check by switching the event trace on by event SWELS - Switch Event Trace On/Off.

If you want to know the tables that are used in the event then you can use the trace on ST05 and check which all tables have been updated

Regards

Arshad

Read only

0 Likes
751

Thank you,

Pls. let me know where i have to see the SWELS report after switching 'ON', because, yes i just switched on.

Read only

0 Likes
751

Halo Raju

1 Switch on the event trace using the transaction SWELS.

2 Now execute your program developed . Now switch-off the event trace using the same transaction SWELS.

3 Now go to transaction SWEL. Here you can list out the events triggered in the particular period of time. Here is the event-trace list:

Regards

Arshad