SAP Reports / Programs | Cross-Application Components | General Application Functions | Country-Specific Objects(CA-GTF-CSC) SAP CA

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







DMEECONVERT1 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 DMEECONVERT1 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 DMEECONVERT1. "Basic submit
SUBMIT DMEECONVERT1 AND RETURN. "Return to original report after report execution complete
SUBMIT DMEECONVERT1 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: P_CDPAGE = D Code Page (Coded Character Set
Selection Text: P_DMEIN = D File name
Selection Text: P_DMEOUT = D Name of Converted File
Selection Text: P_FORMAT = D Record Delimiter
Selection Text: P_REPORT = D Report Name
Selection Text: P_TR_ID = D Format tree
Selection Text: P_TR_TYP = D Tree Type
Selection Text: P_TYPEL2 = D File-Data Log
Selection Text: P_VARI = D Name of Variant
Selection Text: RB1_DOPS = Write to Local File
Selection Text: RB1_UPPS = Read from Local File
Selection Text: RB2_DOAS = Write to Application Server
Selection Text: RB2_UPAS = Read from Application Server
Selection Text: X_LOG1 = D Generate Error Log
Selection Text: X_SUBMIT = D Transfer File to Report
Title: DME Engine: Convert Format of Incoming DME File
Text Symbol: 001 = Incoming DME File
Text Symbol: 002 = DMEE: Format Details
Text Symbol: 003 = Converted DME File
Text Symbol: 004 = Logs
Text Symbol: 007 = Posting


INCLUDES used within this REPORT DMEECONVERT1

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:

DMEE_CHECK_TYPE_LAYER CALL FUNCTION 'DMEE_CHECK_TYPE_LAYER' EXPORTING i_treetype = p_tr_typ IMPORTING e_layer = tree_layer.

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_ABA CALL FUNCTION 'DMEE_PROCESS_INCOMING_FILE_ABA' EXPORTING i_treetype = p_tr_typ i_treeid = 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_ABA CALL FUNCTION 'DMEE_PROCESS_INCOMING_FILE_ABA' EXPORTING i_treetype = p_tr_typ i_treeid = 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 DMEECONVERT1 or its description.