JIT_TEST_ALERT_MESSAGE is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). Below is the basic information available for this SAP report including which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC. Also check out the submitted Comments related to this SAP report or see any standard documentation available.
If you would like to execute this report or see the full code listing simply enter JIT_TEST_ALERT_MESSAGE into the relevant SAP transactions such as SE38 or SE80
This report can be called from another progam/report simply by using the ABAP SUBMIT statement, see below for example ABAP code snipts of how to do this.
Title: Program JIT_TEST_ALERT_MESSAGE
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
JITOUT09_READ_T100_LONG_TEXT CALL FUNCTION 'JITOUT09_READ_T100_LONG_TEXT' EXPORTING msgid_iv = jit_mssg_log_ls-msgid msgno_iv = jit_mssg_log_ls-msgno msgv1 = jit_mssg_log_ls-msgv1 msgv2 = jit_mssg_log_ls-msgv2 msgv3 = jit_mssg_log_ls-msgv3 msgv4 = jit_mssg_log_ls-msgv4 CHANGING text_cv = jit_mssg_log_ls-text.
JIT17_CREATE_ALERT_FOR_ACTION CALL FUNCTION 'JIT17_CREATE_ALERT_FOR_ACTION' EXPORTING action_iv = action_lv * APPLICATION_GUID_IV = JITDIAHD_IS = ls_jitdiahd * JITDIACO_IS = * JITDIAIT_IS = * JITTE_IS = * JITDIAHD_IT = * JITDIAIT_IT = * JITDIACO_IT = * JITTE_IT = * JIT_MSSG_RET_IS = jit_mssg_log_is = jit_mssg_log_ls * JIT_MSSG_LOG_IT = * IMPORTING * ALERT_ID_EV = EXCEPTIONS ALERT_NOT_CREATED = 1 OTHERS = 2 .
JIT14_CREATE_ALR_INPUT_SEQJIT CALL FUNCTION 'JIT14_CREATE_ALR_INPUT_SEQJIT' EXPORTING edidc_is = edidc_ls jitdiahd_is = jitdiahd_ls * jitdiapodef_is = jit_mssg_ret_is = jit_mssg_ret_ls IMPORTING alert_id_ev = alert_id_lv * JIT_MSSG_LOG_ES = EXCEPTIONS alert_not_created = 1 OTHERS = 2 .
DLCN01_CREATE_ALR_INPUT_DELCON CALL FUNCTION 'DLCN01_CREATE_ALR_INPUT_DELCON' EXPORTING edidc_is = edidc_ls jit_mssg_ret_is = jit_mssg_ret_ls delcondia_is = delcondia_ls IMPORTING alert_id_ev = alert_id_lv * JIT_MSSG_LOG_ES = EXCEPTIONS alert_not_created = 1 OTHERS = 2 .
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.