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

MEREP_ME_MSD_FORMSF03 SAP ABAP INCLUDE - Include MEREP_ME_MSD_FORMSF03







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


Text pool values


Title: Include MEREP_ME_MSD_FORMSF03


INCLUDES used within this REPORT MEREP_ME_MSD_FORMSF03

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:

F4IF_INT_TABLE_VALUE_REQUEST CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST' EXPORTING retfield = 'SCENARIO' value_org = 'S' multiple_choice = 'X' TABLES value_tab = ldt_value field_tab = ldt_dfies2 return_tab = ldt_return.

MEREP_GET_SCENARIO CALL FUNCTION 'MEREP_GET_SCENARIO' EXPORTING language = sy-langu all_flag = 'X' published_only = ' ' * IMPORTING * RETURN = TABLES scenario_id = ldt_syncboid scenario = ldt_syncbo scenario_relation = ldt_syncbo_relation structure_list = ldt_structure_list EXCEPTIONS invalid_scenario = 1 OTHERS = 2 .

GET_FIELDTAB_REMOTE CALL FUNCTION 'GET_FIELDTAB_REMOTE' EXPORTING tabname = ldf_tabname TABLES fieldtab = prt_dfies EXCEPTIONS internal_error = 1 table_has_no_fields = 2 table_not_active = 3 OTHERS = 4.

DEQUEUE_MEMSD CALL FUNCTION 'DEQUEUE_MEMSD' EXPORTING NAMESPACE = prf_memsd_namespace NAME = prf_memsd_name VERSION = prf_memsd_version .

POPUP_TO_CONFIRM_DATA_LOSS call function 'POPUP_TO_CONFIRM_DATA_LOSS' exporting * DEFAULTOPTION = 'J' titel = 'Exit editor mode'"#EC NOTEXT
* START_COLUMN = 25 * START_ROW = 6 importing answer = ldf_answer .



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