SAP Reports / Programs | Basis Components | Installation Tools(BC-INS) SAP BC

INST_LANDSCAPE SAP ABAP Report - Defining System Landscape







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


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


Text pool values


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


INCLUDES used within this REPORT INST_LANDSCAPE

No INCLUDES are used within this REPORT code!


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:

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.



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