J_3RTAX21_09_DMEE is a standard ABAP INCLUDE 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 J_3RTAX21_09_DMEE 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!
DMEE_START call function 'DMEE_START' exporting i_tree_type = tree_typ i_tree_id = l_tree_id item = decl_data tables file_output = output.
DMEE_PUT_ITEM call function 'DMEE_PUT_ITEM' exporting item = decl_data tables file_output = output.
DMEE_PUT_ITEM call function 'DMEE_PUT_ITEM' exporting item = decl_data tables file_output = output.
DMEE_PUT_ITEM call function 'DMEE_PUT_ITEM' exporting item = decl_data tables file_output = output.
DMEE_PUT_ITEM call function 'DMEE_PUT_ITEM' exporting item = decl_data tables file_output = output.
DMEE_END call function 'DMEE_END' tables file_output = output.
SCP_GET_CODEPAGE_NUMBER call function 'SCP_GET_CODEPAGE_NUMBER' importing appl_codepage = cp_from exceptions internal_error = 1 others = 2.
J_3RT_CONV_STRING_TO_XSTRING call function 'J_3RT_CONV_STRING_TO_XSTRING' exporting im_string = l_xml importing ex_xstring = s_xml.
REUSE_ALV_LIST_DISPLAY call function 'REUSE_ALV_LIST_DISPLAY' exporting i_callback_program = g_repid i_callback_pf_status_set = g_status i_callback_user_command = g_user_command it_fieldcat = gt_field_catalog i_save = 'A' is_variant = g_variant is_layout = gs_layout it_events = gt_events is_print = gs_print tables t_outtab = table_output.
REUSE_ALV_EVENTS_GET call function 'REUSE_ALV_EVENTS_GET' exporting i_list_type = 0 importing et_events = ct_events exceptions list_type_wrong = 1 others = 2.
REUSE_ALV_COMMENTARY_WRITE call function 'REUSE_ALV_COMMENTARY_WRITE' exporting it_list_commentary = lt_list_commentary.
NLS_GET_FRONTEND_CP call function 'NLS_GET_FRONTEND_CP' exporting langu = lang importing frontend_codepage = cp_from exceptions illegal_syst_codepage = 1 no_frontend_cp_found = 2 internal_or_db_error = 3 others = 4.
SCP_CODEPAGE_FOR_LANGUAGE call function 'SCP_CODEPAGE_FOR_LANGUAGE' exporting language = lang importing codepage = cp_to exceptions no_codepage = 1 others = 2.
SCMS_XSTRING_TO_BINARY call function 'SCMS_XSTRING_TO_BINARY' exporting buffer = p_data importing output_length = gt_len tables binary_tab = gt_srctab.
SCMS_BINARY_TO_XSTRING * call function 'SCMS_BINARY_TO_XSTRING' * exporting * input_length = gt_len * importing * buffer = p_data * tables * binary_tab = gt_srctab.
GUI_UPLOAD call function 'GUI_UPLOAD' exporting filename = l_filename filetype = 'BIN' importing filelength = filelength tables data_tab = gt_srctab exceptions others = 1.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.