Hi
Try to find if any part of the Process_Event method has a code to read the CR...If not you may need to enhance by reading CR info from application context like below -
lo_context TYPE REF TO if_usmd_app_context,
lo_context->get_attributes(
IMPORTING
ev_crequest_id = lv_crequest_no ).
Thanks
Praveen