Skip to Content
0
Former Member
Dec 05, 2008 at 02:20 PM

how to create the event in the report for jobs scheduling.

84 Views

Hi Experts,

i have a requirement like as follows:

The following triggers for Batch Jobs in the SCM system will be created.i.

Background Processing Event = u201CAPO Background Processing Eventu201D. After sending the Event, write a Log Report line u201CEvent u201CAPO Background Processing Eventu201D sentu201D.

Could you please suggest me how we create the Event or which transaction ?

Please give me a steps for creating events so that based on these events we use

CALL METHOD cl_batch_event=>raise

EXPORTING

i_eventid = p_bpeve

i_server = p_server

i_ignore_incorrect_server = p_ignore

EXCEPTIONS

excpt_raise_failed = 1

excpt_server_accepts_no_events = 2

excpt_raise_forbidden = 3

excpt_unknown_event = 4

excpt_no_authority = 5

OTHERS = 6.

Right now i received message "APO Background Processing Event" is doesn't exists.

Thanks in Advance.

Puneet.