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

MEREPMI_DEVICE_MANAGEMENT SAP ABAP dialog Program - Program MEREPMI_DEVICE_MANAGEMENT







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


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

DEVICE_CONFIG - Device Configuration
MGMT - Device Configuration


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


Text pool values


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?


INCLUDES used within this REPORT MEREPMI_DEVICE_MANAGEMENT

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.




INCLUDE MEPEPMI_DEVICE_MGMT_POV_220.
INCLUDE MEPEPMI_DEVICE_MGMT_FORM_220.
INCLUDE MEPEPMI_DEVICE_MGMT_POV_230.
INCLUDE MEPEPMI_DEVICE_MGMT_FORM_230.
INCLUDE MEPEPMI_DEVICE_MGMT_FORM_210.
INCLUDE MEPEPMI_DEVICE_MGMT_FORM_240.


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:

No SAP FUNCTION MODULES are executed within this report code!



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