SAPMSHLP 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 SAPMSHLP 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.
Selection Text: AUFRUF = Value and table help
Selection Text: FLDINH = Field contents in screen
Selection Text: FLDLNG = Field length in screen
Selection Text: FLDNAME = Field name in Data Dictionary
Selection Text: FLDTYP = Data type in Data Dictionary
Selection Text: KEYWORD = Key word in screen
Selection Text: LANGUAGE = Language key
Selection Text: MCOBJ = Matchcode object name
Selection Text: TABNAME = Table name in Data Dictionary
Title: SAP Help System
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
HELP_START CALL FUNCTION 'HELP_START' EXPORTING HELP_INFOS = HELP_INFO IMPORTING SELECT_VALUE = SELECT_WERT SELECTION = SELECTION TABLES DYNPSELECT = DSELTAB DYNPVALUETAB = DVALTAB.
HELP_START CALL FUNCTION 'HELP_START' EXPORTING HELP_INFOS = HELP_INFO IMPORTING SELECT_VALUE = SELECT_WERT SELECTION = SELECTION TABLES DYNPSELECT = DSELTAB DYNPVALUETAB = DVALTAB.
HELP_START CALL FUNCTION 'HELP_START' EXPORTING HELP_INFOS = HELP_INFO IMPORTING SELECT_VALUE = SELECT_WERT SELECTION = SELECTION TABLES DYNPSELECT = DSELTAB DYNPVALUETAB = DVALTAB.
HELP_START CALL FUNCTION 'HELP_START' EXPORTING HELP_INFOS = HELP_INFO IMPORTING SELECT_VALUE = SELECT_WERT SELECTION = SELECTION RSMDY_RET = RSMDY TABLES DYNPSELECT = DSELTAB DYNPVALUETAB = DVALTAB.
HELP_START CALL FUNCTION 'HELP_START' EXPORTING HELP_INFOS = HELP_INFO property_bag = property_bag IMPORTING SELECT_VALUE = SELECT_WERT SELECTION = SELECTION TABLES DYNPSELECT = DSELTAB DYNPVALUETAB = DVALTAB.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.