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

Event Creation Doubt

Former Member
0 Likes
778

Hi all,

I tried event creation for background job..

I created event in sm62.

plz anyone can provide step by step process for creating event based on background jobs?

Do anone have screen shots?..

Share ur ideas to proceed further..

Thanks in Advance

Regards,

Hema

5 REPLIES 5
Read only

saumya_govil
Active Contributor
0 Likes
745

Hi Hema,

Could you please re-phrase your query.

I am not able to understand the exact issue.

Regards,

Saumya

Read only

0 Likes
745

hi,

i want to schedule the background jobs based on events..

I want to know step by step procedure...

Could u get me?

Thanks in Advance

Read only

0 Likes
745

Hi Hema,

If I get you correct, you want to do soem processing whenever an event is triggered. This processing shoudl be done in background.

If yes, then you can do that by associating a FM as a recipient of the BO event. This linkage can be done in SWETYPV t-code. You can write the logic to be processed when ever the event is triggered in this FM. Make the linkage active and save.

Now, whenever this BO event gets triggered in the system, the callback FM would get executed and the processign would be done in background.

Do let me know if you ahve some specific query.

Regards,

Saumya

Read only

Former Member
0 Likes
745

i found the screenshots and got it finally

Read only

0 Likes
745

can you forward the link which contains the screenshot. because i am trying to do the same and i am looking for same screenshot.