2016 Sep 06 8:57 AM
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
2016 Sep 06 9:20 AM
Hi.
Implicit enhancement for your reorof/recn with background custom function call or custom event raising.
Hope to help
Bye
2016 Sep 06 9:20 AM
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