DMEECONVERT_F01 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 DMEECONVERT_F01 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!
GUI_VSS_UPLOAD CALL FUNCTION 'GUI_VSS_UPLOAD' EXPORTING filename = l_filename IMPORTING filelength = l_filelength TABLES data_tab = it_init EXCEPTIONS file_open_error = 1 file_read_error = 2 bad_data_format = 2 no_authority = 3 access_denied = 3 OTHERS = 4.
DDIF_TABL_GET CALL FUNCTION 'DDIF_TABL_GET' EXPORTING name = l_if_type TABLES dd03p_tab = lit_struc_comp EXCEPTIONS illegal_input = 1.
GUI_DOWNLOAD CALL FUNCTION 'GUI_DOWNLOAD' EXPORTING filename = l_filename filetype = 'ASC' TABLES data_tab = lit_dmeout_cut EXCEPTIONS file_not_found = 1 file_write_error = 2.
BAL_GLB_SEARCH_MSG CALL FUNCTION 'BAL_GLB_SEARCH_MSG' EXPORTING i_s_msg_filter = l_s_msg_filter EXCEPTIONS msg_not_found = 1.
BAL_DSP_PROFILE_POPUP_GET CALL FUNCTION 'BAL_DSP_PROFILE_POPUP_GET' IMPORTING e_s_display_profile = l_profile.
BAL_DSP_LOG_DISPLAY CALL FUNCTION 'BAL_DSP_LOG_DISPLAY' EXPORTING i_s_display_profile = l_profile i_amodal = 'X' EXCEPTIONS no_data_available = 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.
DMEECONVERT_F01 - DMEECONVERTF01 DMEECONVERT_ABA - DMEE: Intermediate program for indirect call from APPL DMEECONVERT_ABA - DMEE: Intermediate program for indirect call from APPL DMEECONVERT1_TOP - Include DMEECONVERT1_TOP DMEECONVERT1_SEL - Include DMEECONVERT1_SEL DMEECONVERT1_INI - Include DMEECONVERT1_INI