Application Development 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: 

Creation of event for background processing

0 Kudos
380

Hi all,

      I have a requirement that whenever the user check the checkbox in user status of status display in general data in tcode reorof/recn, a event should be triggered for background process.

     Can anyone please suggest me how to achieve this?

     PFA.

Thanks,

Sai

2 REPLIES 2

roberto_vacca2
Active Contributor
0 Kudos
110

Hi.

Implicit enhancement for your reorof/recn with background custom function call or custom event raising.

Hope to help

Bye

raymond_giuseppi
Active Contributor
0 Kudos
110

You should look for a BAdI (RE_CN?) or Exit triggered at save in your transaction(s), there you can get the list of changed status (e.g. calling STATUS_CHANGES_GET) to be able to raise an event (usijng FM BP_EVENT_RAISE or method CL_BATCH_EVENT=>RAISE)

Regards,

Raymond