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
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.
Title: Include MEREP_ME_MSD_FORMSF03
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
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 .
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
MEREP_ME_MSD_FORMSF03 - Include MEREP_ME_MSD_FORMSF03 MEREP_ME_MSD_FORMSF02 - Include MEREP_ME_MSD_FORMSF02 MEREP_ME_MSD_FORMSF01 - Include MEREP_ME_MSD_FORMSF01 MEREP_MEMSD_TOP - Include MEREP_MEMSD_TOP MEREP_MAXJOBS_FORMS - Forms for Background Jobs to Get/Release Job Number MEREP_MACRO_RANGE - Macros for RANGEs