RNNLDBC_VALIDATE 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 RNNLDBC_VALIDATE 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.
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
ISH_ACCESSIBILITY_MODE_GET CALL FUNCTION 'ISH_ACCESSIBILITY_MODE_GET' IMPORTING accessibility = gv_acc_mode EXCEPTIONS its_not_available = 1 OTHERS = 2.
ISH_NL_VAL_BACKGROUND CALL FUNCTION 'ISH_NL_VAL_BACKGROUND' EXPORTING i_einri = pa_einri i_dbcnr = wa_dbcnr i_testlauf = pa_test TABLES t_list = it_val_list.
ISH_CALL_LIST_HEAD CALL FUNCTION 'ISH_CALL_LIST_HEAD' EXPORTING einri = pa_einri line_size = 120 repid = g_repid title_lin1 = 'Fehlerliste validieren'(t03) title_lin2 = g_header_txt EXCEPTIONS OTHERS = 0.
FORMAT_MESSAGE CALL FUNCTION 'FORMAT_MESSAGE' EXPORTING id = g_bapiret2-id lang = sy-langu no = g_bapiret2-number v1 = g_bapiret2-message_v1 v2 = g_bapiret2-message_v2 v3 = g_bapiret2-message_v3 v4 = g_bapiret2-message_v4 IMPORTING msg = g_msg EXCEPTIONS OTHERS = 0.
ISH_NL_VAL_GET_EXTERNAL_STATUS CALL FUNCTION 'ISH_NL_VAL_GET_EXTERNAL_STATUS' EXPORTING i_einri = pa_einri i_billable = co_billable i_check = co_check IMPORTING e_billable_ext = g_billable_ext e_check_ext = g_check_ext e_billable_txt = g_billable_txt e_check_txt = g_check_txt EXCEPTIONS OTHERS = 0.
ISH_CALL_LIST_HEAD CALL FUNCTION 'ISH_CALL_LIST_HEAD' EXPORTING ausbegdt = so_begdt-low ausenddt = so_enddt-high einri = pa_einri line_size = 120 repid = g_repid title_lin1 = 'Validieren DBC'(t01) title_lin2 = g_header_txt EXCEPTIONS OTHERS = 0.
ISH_CALL_LIST_HEAD CALL FUNCTION 'ISH_CALL_LIST_HEAD' EXPORTING ausbegdt = so_begdt-low ausenddt = so_enddt-high einri = pa_einri line_size = 120 repid = g_repid title_lin1 = 'Validieren DBC'(t01) title_lin2 = g_header_txt EXCEPTIONS OTHERS = 0.
FORMAT_MESSAGE CALL FUNCTION 'FORMAT_MESSAGE' EXPORTING id = g_bapiret2-id lang = sy-langu no = g_bapiret2-number v1 = g_bapiret2-message_v1 v2 = g_bapiret2-message_v2 v3 = g_bapiret2-message_v3 v4 = g_bapiret2-message_v4 IMPORTING msg = g_msg EXCEPTIONS OTHERS = 0.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.