2011 Mar 05 3:23 AM
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
2011 Mar 05 12:26 PM
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
2011 Mar 05 12:26 PM
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
2011 Mar 05 4:58 PM
Thank you,
Pls. let me know where i have to see the SWELS report after switching 'ON', because, yes i just switched on.
2011 Mar 05 7:35 PM
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