SAP Reports / Programs | Basis Components | SAP NetWeaver Mobile - Use subcomponents(BC-MOB) SAP BC

MEREP_DIALOGF01 SAP ABAP INCLUDE - MEREPDIALOGF01







MEREP_DIALOGF01 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 MEREP_DIALOGF01 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 MEREP_DIALOGF01. "Basic submit
SUBMIT MEREP_DIALOGF01 AND RETURN. "Return to original report after report execution complete
SUBMIT MEREP_DIALOGF01 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


INCLUDES used within this REPORT MEREP_DIALOGF01

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:

MEREP_WHERE_CL_GET call function 'MEREP_WHERE_CL_GET' tables it_203 = me->gdt_filter et_wtab = ldt_wtab.

RS_SYNTAX_CHECK call function 'RS_SYNTAX_CHECK' exporting i_program = 'MEREP_ALERT' importing o_error_line = ldf_error_line o_error_message = ldf_error_message o_error_offset = ldf_error_offset tables i_source = ldt_source.

MEREP_GENERATE_411 call function 'MEREP_GENERATE_411' EXPORTING i_syncbo = ldf_syncbo i_synctype = lds_401-synctype i_mass_data = lds_401-mass_data IMPORTING E_411 = ldt_411.

LVC_FIELDCATALOG_MERGE call function 'LVC_FIELDCATALOG_MERGE' EXPORTING i_structure_name = 'MEREP_CRITERIA' CHANGING ct_fieldcat = et_fieldcat.

DDUT_DOMVALUES_GET call function 'DDUT_DOMVALUES_GET' EXPORTING name = 'DDOPTION' langu = sy-langu TABLES dd07v_tab = ldt_dd07v.

DDUT_DOMVALUES_GET call function 'DDUT_DOMVALUES_GET' EXPORTING name = 'MEREP_OPEN' langu = sy-langu TABLES dd07v_tab = ldt_dd07v2.

DDUT_DOMVALUES_GET call function 'DDUT_DOMVALUES_GET' EXPORTING name = 'MEREP_CLOSE' langu = sy-langu TABLES dd07v_tab = ldt_dd07v3.

MEREP_CONV_EX_2_IN_DTEL call function 'MEREP_CONV_EX_2_IN_DTEL' EXPORTING input_external = ldf_paravalue dtel = ldf_dtel reference_type = 'MEREP_LOW' IMPORTING return = lds_return EXCEPTIONS ddut_input_check = 3 others = 4.

MEREP_TYPEP_CHECK call function 'MEREP_TYPEP_CHECK' EXPORTING nfield = ldf_paravalue imp_decimals = -decimals imp_sign = -signflag imp_intlength = -intlength IMPORTING number = lds_return-number.

MEREP_CONV_EX_2_IN_DTEL call function 'MEREP_CONV_EX_2_IN_DTEL' EXPORTING input_external = ldf_input dtel = ldf_dtel reference_type = 'MEREP_LOW' IMPORTING output_internal = ldf_output EXCEPTIONS ddut_input_check = 3 others = 4.

TRINT_TRANSLATE_TO_UPPER call function 'TRINT_TRANSLATE_TO_UPPER' CHANGING cv_string = e_output.

TRINT_TRANSLATE_TO_UPPER call function 'TRINT_TRANSLATE_TO_UPPER' CHANGING cv_string = .

LVC_FIELDCATALOG_MERGE call function 'LVC_FIELDCATALOG_MERGE' EXPORTING i_structure_name = 'MEREP_406' CHANGING ct_fieldcat = et_fieldcat.

LVC_FIELDCATALOG_MERGE call function 'LVC_FIELDCATALOG_MERGE' EXPORTING i_structure_name = 'MEREP_406T' CHANGING ct_fieldcat = et_fieldcat.

LVC_FIELDCATALOG_MERGE call function 'LVC_FIELDCATALOG_MERGE' EXPORTING i_structure_name = 'MEREP_407' CHANGING ct_fieldcat = et_fieldcat.

DDUT_DOMVALUES_GET call function 'DDUT_DOMVALUES_GET' EXPORTING name = 'MEREP_CLOSE' langu = sy-langu TABLES dd07v_tab = ldt_dd07v3.

MEREP_CONV_EX_2_IN_DTEL call function 'MEREP_CONV_EX_2_IN_DTEL' exporting input_external = ldf_paravalue dtel = -rollname reference_type = 'MEREP_LOW' importing * OUTPUT_INTERNAL = return = lds_return exceptions ddut_input_check = 1 others = 2 .

MEREP_CONV_EX_2_IN_DTEL call function 'MEREP_CONV_EX_2_IN_DTEL' destination me->gdf_rfcdest EXPORTING input_external = ldf_input dtel = -rollname reference_type = 'MEREP_LOW' IMPORTING output_internal = ldf_output.

RS_CONV_EX_2_IN_DTEL





* call function 'RS_CONV_EX_2_IN_DTEL' * exporting * input_external = i_input * dtel = -rollname * importing * output_internal = * exceptions * input_not_numerical = 1 * too_many_decimals = 2 * more_than_one_sign = 3 * ill_thousand_separator_dist = 4 * too_many_digits = 5 * sign_for_unsigned = 6 * too_large = 7 * too_small = 8 * invalid_date_format = 9 * invalid_date = 10 * invalid_time_format = 11 * invalid_time = 12 * invalid_hex_digit = 13 * unexpected_error = 14 * invalid_dtel = 15 * field_and_dtel_incompatible = 16 * input_too_long = 17 * others = 18.

MEREP_CONV_IN_2_EX_DTEL call function 'MEREP_CONV_IN_2_EX_DTEL' destination me->gdf_rfcdest EXPORTING dtel = -rollname input_internal = ldf_output reference_type = 'MEREP_LOW' IMPORTING output_external = ldf_input.



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 MEREP_DIALOGF01 or its description.