DMEECONVERT1_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 DMEECONVERT1_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.
Title: Include DMEECONVERT1_F01
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.
DMEE_READ_DB_ABA CALL FUNCTION 'DMEE_READ_DB_ABA' EXPORTING i_tabname = 'TYPE' i_treetype = p_tr_typ IMPORTING e_type = lwa_type EXCEPTIONS OTHERS = 1.
DDIF_TABL_GET CALL FUNCTION 'DDIF_TABL_GET' EXPORTING name = l_if_type TABLES dd03p_tab = lit_struc_comp EXCEPTIONS illegal_input = 1.
DMEE_READ_DB_ABA CALL FUNCTION 'DMEE_READ_DB_ABA' EXPORTING i_tabname = 'TYPE' i_treetype = p_tr_typ IMPORTING e_type = lwa_tree_type EXCEPTIONS OTHERS = 1.
SO_SPLIT_FILE_AND_PATH CALL FUNCTION 'SO_SPLIT_FILE_AND_PATH' "boi 1809918 EXPORTING full_name = l_filename IMPORTING stripped_name = l_filename file_path = l_filepath EXCEPTIONS x_error = 1 OTHERS = 2. "eoi 1809918
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.
DMEECONVERT1_F01 - Include DMEECONVERT1_F01 DMEECONVERT1 - DME Engine: Convert Format of Incoming DME File DMEECONVERT1 - DME Engine: Convert Format of Incoming DME File DMEECONVERT - DME Engine: Convert Format of Incoming DME File DMEECONVERT - DME Engine: Convert Format of Incoming DME File DMC_XPRA_SUPPLY_STATUS - MWB: XPRA to align receiver fields to supply status