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

CL_BATCH_EVENT doesnt exist in ecc5

Former Member
0 Likes
461

Hi all,

I want to trigger an event for background processing, For that i have created an event in sm62

when i want to raise that event from class CL_BATCH_EVENT from Abap in ECC5, I got an error message " Class donot exist ".

need help on this

Thanks & regards

Pavan

3 REPLIES 3
Read only

Former Member
0 Likes
424

hi,

Use this FM BP_EVENT_RAISE to raise the event.

Read only

0 Likes
424

Just FYI, BP_RAISE_EVENT becomes deprecated in the near future.

Read only

Former Member
0 Likes
424

Thanks for the input