MEREPMI_DEVICE_MANAGEMENT is a standard Module pool for a dialog screen ABAP Program 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_DEVICE_MANAGEMENT into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
DEVICE_CONFIG - Device Configuration
MGMT - Device Configuration
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: Program MEREPMI_DEVICE_MANAGEMENT
Text Symbol: 001 = Exit Maintenance
Text Symbol: 002 = Cancel Processing
Text Symbol: 003 = Do you want to save the changes?
Text Symbol: 004 = Yes
Text Symbol: 005 = No
Text Symbol: 006 = Save changes?
Text Symbol: 007 = No text exists in the logon language
Text Symbol: 008 = Delete Configuration
Text Symbol: 009 = Delete
Text Symbol: 010 = Do you really want to delete the configuration of the mobile device?
Text Symbol: 011 = Do you really want to delete the monitoring function?
Text Symbol: 012 = Delete Monitoring Function
Text Symbol: 013 = Update Role Assignment
Text Symbol: 014 = Adjust
Text Symbol: 015 = Update deployment?
INCLUDE ME_DEVICE_MGMT_TOP . " GLOBAL DATA
INCLUDE ME_DEVICE_MGMT_CONSTANTS. " CONSTANTS
INCLUDE MEREPMI_DEVICE_MGMT_CTRL .
INCLUDE MEREPMI_DEVICE_MGMT_TABSTRIP .
INCLUDE MEREPMI_DEVICE_MANAGEMENT_CTRL .
INCLUDE MEPEPMI_DEVICE_MGMT_FORM.
INCLUDE MEPEPMI_DEVICE_MGMT_FORM_100.
INCLUDE MEPEPMI_DEVICE_MGMT_PBO_300.
INCLUDE MEPEPMI_DEVICE_MGMT_PAI_300.
INCLUDE MEPEPMI_DEVICE_MGMT_FORM_300.
INCLUDE MEPEPMI_DEVICE_MGMT_POV_300.
INCLUDE MEPEPMI_DEVICE_MGMT_PBO_100.
INCLUDE MEPEPMI_DEVICE_MGMT_PAI_100.
INCLUDE MEPEPMI_DEVICE_MGMT_PBO_240 .
INCLUDE MEPEPMI_DEVICE_MGMT_PAI_240 .
INCLUDE MEPEPMI_DEVICE_MGMT_PBO_230 .
INCLUDE MEPEPMI_DEVICE_MGMT_PAI_230 .
INCLUDE MEPEPMI_DEVICE_MGMT_PBO_210 .
INCLUDE MEPEPMI_DEVICE_MGMT_PAI_210 .
INCLUDE MEREPMI_DEVICE_MGMT_PBO_200 .
INCLUDE MEREPMI_DEVICE_MGMT_PAI_200 .
INCLUDE MEPEPMI_DEVICE_MGMT_FORM_200.
No SAP DATABASE tables are accessed within this REPORT code!
No SAP FUNCTION MODULES are executed within this report code!
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.