INST_LANDSCAPE is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Configure the System Landscape Configures the system landscape...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 INST_LANDSCAPE 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: Defining System Landscape
Text Symbol: 001 = No authorization to run report
Text Symbol: 002 = Client created / TMS prepared
Text Symbol: 010 = Error when reading table T000
Text Symbol: 011 = Error during insert/update of table T000
Text Symbol: DEF = You cannot execute this report program
Text Symbol: P01 = Parameter & is not defined
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
INST_CLIENT_SETTINGS CALL FUNCTION 'INST_CLIENT_SETTINGS' EXPORTING CLNT1 = CLNT1 CLNTATT1 = CLNTATT1 CLNTTXT1 = CLNTTXT1 CLNT2 = CLNT2 CLNTATT2 = CLNTATT2 CLNTTXT2 = CLNTTXT2 CLNT3 = CLNT3 CLNTATT3 = CLNTATT3 CLNTTXT3 = CLNTTXT3 CLNT4 = CLNT4 CLNTATT4 = CLNTATT4 CLNTTXT4 = CLNTTXT4 CLNT5 = CLNT5 CLNTATT5 = CLNTATT5 CLNTTXT5 = CLNTTXT5 CLNT6 = CLNT6 CLNTATT6 = CLNTATT6 CLNTTXT6 = CLNTTXT6 LANDSCAP = LANDSCAP ROLE = ROLE TABLES CLNTDSC = CLNTDSC.
INST_GET_RETURN CALL FUNCTION 'INST_GET_RETURN' IMPORTING RESULT = RESULT_RC RESULT_TEXT = RESULT_TEXT RESULT_REPORT = RESULT_REPORT TABLES RESULT_TAB = RESULT_TAB.
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_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 INST_JOBS_STANDARD - Standard Jobs - Scheduling Standard Jobs According to Note 16083 INST_JOBS_ON - Scheduling COLLECTOR_FOR_PERFORMANCEMONITOR