Hi all,
I want to send in error my process chain by abap code, because i've a routine in transfer structure and on the particular conditions this code must stop the load.
How to send in error my process chain by abap?
The following code send in error the infopackage but not the routine in trasfer roule.
l_s_errorlog-msgid = 'Z_my_message_class'.
l_s_errorlog-msgty = 'E'.
l_s_errorlog-msgno = '001'.
APPEND l_s_errorlog TO g_t_errorlog.
thanks,
Alessandro