MEREPMI_MSD_FORMS 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 MEREPMI_MSD_FORMS 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.
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
LVC_FIELDCATALOG_MERGE CALL FUNCTION 'LVC_FIELDCATALOG_MERGE' EXPORTING i_structure_name = p_structurename i_client_never_display = 'X' CHANGING ct_fieldcat = pt_fieldcat * EXCEPTIONS * INCONSISTENT_INTERFACE = 1 * PROGRAM_ERROR = 2 * OTHERS = 3 .
DYNP_GET_STEPL CALL FUNCTION 'DYNP_GET_STEPL' "#EC * IMPORTING povstepl = l_stepl EXCEPTIONS stepl_not_found = 1 OTHERS = 2.
F4IF_FIELD_VALUE_REQUEST CALL FUNCTION 'F4IF_FIELD_VALUE_REQUEST' "#EC * EXPORTING tabname = p_tabname fieldname = p_fieldname searchhelp = p_searchhelp shlpparam = ' ' stepl = l_stepl TABLES return_tab = lt_return EXCEPTIONS field_not_found = 1 no_help_for_field = 2 inconsistent_help = 3 no_values_found = 4 OTHERS = 5.
ME_UPD_APP_CONDITIONS * CALL FUNCTION 'ME_UPD_APP_CONDITIONS' * EXPORTING * name = p_name ** NAMESPACE = p_namespace * version = p_version * TABLES * condition_values = lt_interface_dep * EXCEPTIONS * app_not_found = 1 * error_during_creation = 2 * OTHERS = 3 .
POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING titlebar = p_titlebar * DIAGNOSE_OBJECT = ' ' text_question = p_question text_button_1 = p_text_button_1 * ICON_BUTTON_1 = ' ' text_button_2 = p_text_button_2 * ICON_BUTTON_2 = ' ' default_button = p_default_button display_cancel_button = space * USERDEFINED_F1_HELP = ' ' start_column = 25 start_row = 6 popup_type = p_popup_type IMPORTING answer = p_answer * TABLES * PARAMETER = EXCEPTIONS text_not_found = 1 OTHERS = 2 .
POPUP_TO_INFORM CALL FUNCTION 'POPUP_TO_INFORM' EXPORTING titel = p_titlebar txt1 = p_question txt2 = space * TXT3 = ' ' * TXT4 = ' ' .
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
MEREPMI_MSD_FORMS - MEREPMIMSDFORMS MEREPMI_MSD_CONSTANTS - MEREPMIMSDCONSTANTS MEREPMI_MSD - Mobile Solution Descriptor (Program MEREPMI_MSD) MEREPMI_MSD - Mobile Solution Descriptor (Program MEREPMI_MSD) MEREPMI_DEVICE_MGMT_TABSTRIP - MEREPMIDEVICEMGMTTABSTRIP MEREPMI_DEVICE_MGMT_PBO_200 - MEREPMIDEVICEMGMTPBO200