cancel
Showing results for 
Search instead for 
Did you mean: 

How to create schedule job and event trigger in XI to start a ABAP program?

Former Member
0 Kudos

Dear All:

Here are what i need to do:

1.To run a ABAP program to start an XI scenario per hour.

2.To run a ABAP program to start an XI scenario per day at 6 PM.

3.To run a ABAP program used event trigger to make sure that XI scenario has finished the process and after that wait for 10 min later and run again.

only i know is used sm36 & sm37 to set up a schedule job.

but what i don't know is how to do it step by step.

especially point 3.

are there any step by step example can show me how?

it better be simple and details...

thanks you all

Regards

Jack Lee

Accepted Solutions (0)

Answers (5)

Answers (5)

Former Member
0 Kudos

thanks for all your help.

Former Member
0 Kudos
To run a ABAP program used event trigger to make sure that XI scenario has finished the process and after that wait for 10 min later and run again.

Create program1 to trigger an event (Say E1) after getting response from SAP XI

in SM 36 Define Job Scheduling Time "After E1 Event".. trigger Second Program2.

Former Member
0 Kudos

Hi,

If you want to trigger the event manually from within SAP, use transaction

SM64

in SAP this is done by scheduling a job

once a new customer is entered

your scheduled report sends customer master data

you can schedule your report (TCODE - BD12 I think) to one day or every 5 minutes... it depend on your needs and the system performence

Regards,

Surya

Former Member
0 Kudos

Hi Jack,

1.To run a ABAP program to start an XI scenario per hour.

Ans : Goto SE38 Give the Program Name and goto

program->execute->background , click on schedule and mention that u need to execute after 1 hour.

2.To run a ABAP program to start an XI scenario per day at 6 PM.

And :Goto SE38 Give the Program Name and goto

program->execute->background , click on joboverview and give the job strat and end time.

'"Award points if helpful"

Regards,

jayasimha Jangam

Former Member
0 Kudos