SAP Reports / Programs

JIT_TEST_ALERT_MESSAGE SAP ABAP Report - Program JIT_TEST_ALERT_MESSAGE







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


ABAP code to call this SAP report using the submit statement

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.






SUBMIT JIT_TEST_ALERT_MESSAGE. "Basic submit
SUBMIT JIT_TEST_ALERT_MESSAGE AND RETURN. "Return to original report after report execution complete
SUBMIT JIT_TEST_ALERT_MESSAGE VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Program JIT_TEST_ALERT_MESSAGE


INCLUDES used within this REPORT JIT_TEST_ALERT_MESSAGE

No INCLUDES are used within this REPORT code!


TABLES used within REPORT and the associated SELECT statement:





No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

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 .



Contribute (Add Comments)

Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.







The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.

This will then be available for everyone to easily find by simply searching on the report name JIT_TEST_ALERT_MESSAGE or its description.