INST_LOGONGROUPS is a standard Executable ABAP Report 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 INST_LOGONGROUPS 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.
Title: SAP Installation: Creating Logon Groups
Text Symbol: 001 = Logon groups were created
Text Symbol: 002 = Error: Logon groups were not created
Text Symbol: 003 = Error: 'Host name' too long
INCLUDE INST_FUNC_MODULES.
No SAP DATABASE tables are accessed within this REPORT code!
INST_CHECK_SYSTEM_CONFIG call function 'INST_CHECK_SYSTEM_CONFIG' tables systemconfig = it_system_config.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
INST_LOGONGROUPS - SAP Installation: Creating Logon Groups INST_LOGONGROUPS - SAP Installation: Creating Logon Groups INST_LANDSCAPE - Defining System Landscape INST_LANDSCAPE - Defining System Landscape INST_JOBS_VAR - INSTJOBSVAR INST_JOBS_STANDARD - Standard Jobs - Scheduling Standard Jobs According to Note 16083