SAP Reports / Programs | Financial Accounting | Localization(FI-LOC) SAP FI

DMEECONVERT SAP ABAP Report - DME Engine: Convert Format of Incoming DME File







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


ABAP code to call this SAP report using the submit statement

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.






SUBMIT DMEECONVERT. "Basic submit
SUBMIT DMEECONVERT AND RETURN. "Return to original report after report execution complete
SUBMIT DMEECONVERT VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


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


INCLUDES used within this REPORT DMEECONVERT

No INCLUDES are used within this REPORT code!


TABLES used within REPORT and the associated SELECT statement:





No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

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.



Contribute (Add Comments)

Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.







The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.

This will then be available for everyone to easily find by simply searching on the report name DMEECONVERT or its description.