DMEECONVERT 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 DMEECONVERT 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.
Selection Text: X_SUBMIT = Transfer File to Report
Selection Text: X_LOG1 = Generate Check Results
Selection Text: RB2_UPAS = Read from Application Server
Selection Text: RB2_DOAS = Write to Application Server
Selection Text: RB1_UPPS = Read from Local File
Selection Text: RB1_DOPS = Write to Local File
Selection Text: P_VARI = Variant Name
Selection Text: P_TYPEL2 = Log File Contents
Selection Text: P_TR_TYP = Tree Type
Selection Text: P_TR_ID = Format Tree
Selection Text: P_STAND = Record Format
Selection Text: P_REPORT = Report Name
Selection Text: P_FORMAT = Record Format
Selection Text: P_DMEOUT = File Name
Selection Text: P_DMEIN = File Name
Title: DME Engine: Convert Format of Incoming DME File
Text Symbol: 007 = Posting
Text Symbol: 004 = Logs
Text Symbol: 003 = Converted DME File
Text Symbol: 002 = DMEE: Format Details
Text Symbol: 001 = Incoming DME File
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
RS_REFRESH_FROM_SELECTOPTIONS CALL FUNCTION 'RS_REFRESH_FROM_SELECTOPTIONS' "read selection fields EXPORTING curr_report = sy-repid TABLES selection_table = it_selection_fields.
DMEE_PROCESS_INCOMING_FILE CALL FUNCTION 'DMEE_PROCESS_INCOMING_FILE' EXPORTING i_tree_type = p_tr_typ i_tree_id = p_tr_id i_parameter = log_selection IMPORTING e_logh_summary = logh_summary e_logh_error = logh_error TABLES file_input = it_dmeein result_tab1 =
EXCEPTIONS tree_incomplete = 1 tree_inconsistent = 2.
DMEE_PROCESS_INCOMING_FILE CALL FUNCTION 'DMEE_PROCESS_INCOMING_FILE' EXPORTING i_tree_type = p_tr_typ i_tree_id = p_tr_id i_parameter = log_selection IMPORTING e_logh_summary = logh_summary e_logh_error = logh_error TABLES file_input = it_dmeein result_tab1 =
result_tab2 = EXCEPTIONS tree_incomplete = 1 tree_inconsistent = 2.
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 - 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 DMC_XPRA_SUPPLY_STATUS - MWB: XPRA to align receiver fields to supply status DMC_XPRA_SET_READING_TYPE - update reading type in container (and possibly MT_TABLES) DMC_XPRA_SET_READING_TYPE - update reading type in container (and possibly MT_TABLES)