cancel
Showing results for 
Search instead for 
Did you mean: 

Event Trigger

Former Member
0 Kudos

Hello All,

I want to trigger a event at R3 level.

Please let me know using which t-code ,i can trigger this.

Thanks

Atul

Accepted Solutions (1)

Accepted Solutions (1)

former_member603052
Contributor
0 Kudos

Hi Atul,

You can trigger event using T-code SM64.

Regards,

Kalyan

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

Please follow the below procedure for the resolution...

1. Create a new event, for example, MY_TEST_EVENT.

2. Define a job with a simple ABAP report and select the After event start option.

3. Click on the event possible list arrow and select your newly defined event. Save the job. It will be

released.

4.Login at the operating system level as user <sid>adm and trigger the event by using the command

sapevt "MY_TEST_EVENT" pf=/usr/sap/<SID>/SYS/profile/<instance_profile>, for example, if the

<SID> is DD1 and the instance profile DD1_DVEBMGS00, the full command is sapevt

"MY_TEST_EVENT" pf=/usr/sap/DD1/SYS/profile/DD1_DVEBMGS00.

5. In the R/3 system, check that the job has been started.

With Regards,

Krishna.