SAP Reports / Programs | Clinical System | Clinical System(IS-HMED) SAP IS

RN1MOBILE_FACETS_INSTALL SAP ABAP Report - Install Components for Mobile i.s.h.med Applications







RN1MOBILE_FACETS_INSTALL is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This report is used to install and update components for mobile applications...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.

If you would like to execute this report or see the full code listing simply enter RN1MOBILE_FACETS_INSTALL 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 RN1MOBILE_FACETS_INSTALL. "Basic submit
SUBMIT RN1MOBILE_FACETS_INSTALL AND RETURN. "Return to original report after report execution complete
SUBMIT RN1MOBILE_FACETS_INSTALL VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Selection Text: P_HOTFIX = Upload Hotfix
Selection Text: P_LOG = Generate Log
Selection Text: P_SOURCE = Installation File
Title: Install Components for Mobile i.s.h.med Applications
Text Symbol: 001 = Installation File
Text Symbol: 002 = Installation Files in MIME Repository
Text Symbol: 003 = Installation successfully executed
Text Symbol: 004 = Installation failed
Text Symbol: 005 = ... installed
Text Symbol: 006 = Number of Files to Be Installed:
Text Symbol: 007 = Upload Installation File
Text Symbol: 008 = ... MIME type correction for manifest file failed
Text Symbol: 009 = ... MIME type correction for manifest file successful
Text Symbol: 010 = Error in Log Display
Text Symbol: 011 = Log
Text Symbol: 012 = Installation Log
Text Symbol: 013 = Installing:


INCLUDES used within this REPORT RN1MOBILE_FACETS_INSTALL

INCLUDE IN1MOBILE_INSTALL_CONTROLLER.


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