SAP ABAP Class CL_BTP_DL_LANDSCAPE (BTP System Landscape Instance)
Hierarchy
DMIS (Software Component) DMIS 2011_1
   CA-EUR (Application Component) European Monetary Union: Euro
     BTP_DL (Package) BTP Application Data Layer Basis
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_BTP_DL_OBJECT BTP Object (Tests on Projects) 20100212
Properties
Class CL_BTP_DL_LANDSCAPE  
Short Description BTP System Landscape Instance    
Super Class CL_BTP_DL_OBJECT BTP Object (Tests on Projects) 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package BTP_DL   BTP Application Data Layer Basis 
Created 20100212   SAP 
Last change 20141030    
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 ABAP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class CL_BTP_DL_LANDSCAPE has no interface implemented.
Friends
Class CL_BTP_DL_LANDSCAPE has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 PS_LSCP Instance attribute Private Type reference (TYPE) BTP_DL_LSCP BTP System Landscape 20100212
2 PT_LSCPRFC Instance attribute Private See coding RFC connections in system landscape 20100212
3 PT_LSCPSYS Instance attribute Private See coding Systems in system landscape 20100212
4 PT_LSSYS_MAP Instance attribute Private See coding Landscape mapping if defined 20120705
5 PT_MAPPING_VALUE_HELP Instance attribute Private Type reference (TYPE) BTP_DL_T_LSCP_MAP_VALUE Table of mapping values ( e.g. used as value help) 20120705
6 PT_RFCPASSWORD Instance attribute Private See coding Temporarily kept passwords 20110518
Methods
# Method Level Visibility Method type Description Created on
1 CLEANUP Static method Public Method Cleanup database 20100212
2 CLEANUP_MAPPED_LSCP Static method Private Method Delete non-used mapped landscapes from data base 20120705
3 CLEAR_MAPPING_VALUE Static method Public Method Clears a predefined mapping value 20120705
4 CLEAR_REM_RFC_CONN_TO_TGTSYS Instance method Private Method Clear all connections to target system 20121129
5 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20100218
6 CREATE_FOR_MAPPING Static method Public Method Static method to create a landscape from a defined mapping 20120705
7 GET_ALL Static method Public Method Get all system landscapes 20100219
8 GET_CONTROL_SYSTEM Instance method Public Method Get the control system (if defined) depending on scenario 20110523
9 GET_EXECUTION_SYSTEM Instance method Public Method Get the execution system (if defined) depending on scenario 20110523
10 GET_LANDSCAPE_TPL Instance method Public Method Get the template on which this landscape is based on 20100219
11 GET_MAPPING_VALUE_HELP Instance method Public Method Returns the table for landscape mapping value help 20120705
12 GET_RFC_CONNECTIONS Instance method Public Method Get RFC connections in this system landscape 20100222
13 GET_SYSTEMS Instance method Public Method Get systems in this system landscape 20100222
14 GET_SYSTEM_MAPPING Instance method Public Method Returns the defined system type mapping 20120705
15 INIT_WITH_LANDSCAPE_TPL Instance method Public Method Creates and Initializes the systems and RFCs with a template 20100219
16 INVALIDATE_LANDSCAPE_MAPPING Static method Public Method Invalidate a mapped landscape 20120705
17 SET_MAPPING_VALUE Static method Public Method Set a landscape mapping value for a system mapping 20120705
18 SET_RFC_CONNECTIONS Instance method Public Method Set RFC connections in this system landscape 20100222
19 SET_SYSTEMS Instance method Public Method Set systems in this system landscape 20100222
20 SET_SYSTEM_MAPPING Instance method Public Method Set the mapping for the system types 20120705
21 SWITCH_MAPPING_EDIT_MODE Static method Public Method Enabled the mapping edit 20120705
Events
Class CL_BTP_DL_LANDSCAPE has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TY_S_RFCPASSWORD Private See coding 20110518 BEGIN OF ty_s_rfcpassword, lssystypesrcguid TYPE btp_dl_guid, lssystypetgtguid TYPE btp_dl_guid, seqnum TYPE btp_dl_lscp_rfc_seqnum, rfcauth TYPE rfcauth, END OF ty_s_rfcpassword
Method Signatures

Method CLEANUP Signature

Method CLEANUP on class CL_BTP_DL_LANDSCAPE has no parameter.
Method CLEANUP on class CL_BTP_DL_LANDSCAPE has no exception.

Method CLEANUP_MAPPED_LSCP Signature

Method CLEANUP_MAPPED_LSCP on class CL_BTP_DL_LANDSCAPE has no parameter.
Method CLEANUP_MAPPED_LSCP on class CL_BTP_DL_LANDSCAPE has no exception.

Method CLEAR_MAPPING_VALUE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing XS_MAPPING Call by reference Type reference (TYPE) BTP_DL_S_LSSYS_MAP Structure to define a landscape system mapping 20120705

Method CLEAR_MAPPING_VALUE on class CL_BTP_DL_LANDSCAPE has no exception.

Method CLEAR_REM_RFC_CONN_TO_TGTSYS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_TGTSYS_GUID Call by reference Type reference (TYPE) BTP_DL_GUID BTP GUID 20121129

Method CLEAR_REM_RFC_CONN_TO_TGTSYS on class CL_BTP_DL_LANDSCAPE has no exception.

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_GUID Call by reference Type reference (TYPE) BTP_DL_GUID BTP GUID 20110131
2 Importing IV_NAME Call by reference Type reference (TYPE) BTP_DL_OBJ_NAME BTP Technical Object Name 20100218
3 Importing IV_SCENARIO Call by reference Type reference (TYPE) CNV_MBT_SCENARIO NC_SCENARIO_SLOP MBT PCL: Scenario 20100224
# Exception Resumable Description Created on
1 CX_BTP_DL_OBJECT BTP Exceptions on Objects 20100930

Method CREATE_FOR_MAPPING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_LSCP_TPL Call by reference Object reference (TYPE REF TO) CL_BTP_DL_LANDSCAPE_TPL BTP Portfolio Object System Landscape Template 20120705
2 Importing IR_SOURCE_LSCP Call by reference Object reference (TYPE REF TO) CL_BTP_DL_LANDSCAPE BTP System Landscape Instance 20120705
3 Returning RR_TARGET_LSCP Value transfer Object reference (TYPE REF TO) CL_BTP_DL_LANDSCAPE BTP System Landscape Instance 20120705

Method CREATE_FOR_MAPPING on class CL_BTP_DL_LANDSCAPE has no exception.

Method GET_ALL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_LANDSCAPE_TPL Call by reference Object reference (TYPE REF TO) CL_BTP_DL_LANDSCAPE_TPL BTP Portfolio Object System Landscape Template 20100219
2 Importing IV_BYPASS_BUFFER Call by reference Type reference (TYPE) BTP_DL_BYPASS_BUFFER ABAP_FALSE BTP Bypass Buffer for Read Access 20100729
3 Importing IV_GET_HIDDEN Call by reference Type reference (TYPE) BTP_DL_OBJ_HIDDEN ABAP_FALSE Get also hidden objects 20100416
4 Importing IV_SCENARIO Call by reference Type reference (TYPE) CNV_MBT_SCENARIO NC_SCENARIO_SLOP MBT PCL: Scenario 20100226
5 Importing IV_SHOW_MAPPED Call by reference Type reference (TYPE) ABAP_BOOL ABAP_TRUE Flag if also mapped landscapes should be shown 20120705
6 Importing IV_SHOW_OBSOLETE Call by reference Type reference (TYPE) BTP_DL_OBJ_OBSOLETE ABAP_FALSE BTP Object Flag 'Obsolete' 20120229
7 Importing IV_SHOW_ONLY_OBSOLETE Call by reference Type reference (TYPE) BTP_DL_OBJ_OBSOLETE ABAP_FALSE Show only obsolete landscapes 20120625
8 Returning RT_LANDSCAPE Value transfer Type reference (TYPE) BTP_DL_T_REF_LANDSCAPE BTP References to System Landscapes 20100219

Method GET_ALL on class CL_BTP_DL_LANDSCAPE has no exception.

Method GET_CONTROL_SYSTEM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ER_SYSTEMTYPE Call by reference Object reference (TYPE REF TO) CL_BTP_DL_LSSYSTYPE Control System Type 20110523
2 Exporting EV_RFCDEST Call by reference Type reference (TYPE) RFCDEST RFC destination to control system 20110523
3 Exporting EV_SYSID Call by reference Type reference (TYPE) SYSYSID Name of the SAP Control System 20110523
4 Exporting EV_SYSMANDT Call by reference Type reference (TYPE) MANDT Client of the SAP Control System 20110523
5 Exporting EV_SYSTEMTYPE_GUID Call by reference Type reference (TYPE) BTP_DL_GUID Control System Type GUID 20110523

Method GET_CONTROL_SYSTEM on class CL_BTP_DL_LANDSCAPE has no exception.

Method GET_EXECUTION_SYSTEM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ER_SYSTEMTYPE Call by reference Object reference (TYPE REF TO) CL_BTP_DL_LSSYSTYPE Execution System Type 20110523
2 Exporting EV_RFCDEST Call by reference Type reference (TYPE) RFCDEST RFC destination to execution system 20110523
3 Exporting EV_SYSID Call by reference Type reference (TYPE) SYSYSID Name of the SAP Execution System 20110523
4 Exporting EV_SYSMANDT Call by reference Type reference (TYPE) MANDT Client of the SAP Execution System 20110523
5 Exporting EV_SYSTEMTYPE_GUID Call by reference Type reference (TYPE) BTP_DL_GUID Execution System Type GUID 20110523

Method GET_EXECUTION_SYSTEM on class CL_BTP_DL_LANDSCAPE has no exception.

Method GET_LANDSCAPE_TPL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RR_LANDSCAPE_TPL Value transfer Object reference (TYPE REF TO) CL_BTP_DL_LANDSCAPE_TPL BTP Portfolio Object System Landscape Template 20100219

Method GET_LANDSCAPE_TPL on class CL_BTP_DL_LANDSCAPE has no exception.

Method GET_MAPPING_VALUE_HELP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RT_VALUE_HELP Value transfer Type reference (TYPE) BTP_DL_T_LSCP_MAP_VALUE Table of mapping values ( e.g. used as value help) 20120705

Method GET_MAPPING_VALUE_HELP on class CL_BTP_DL_LANDSCAPE has no exception.

Method GET_RFC_CONNECTIONS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_GET_HIDDEN Call by reference Type reference (TYPE) BTP_DL_OBJ_HIDDEN ABAP_FALSE Get also RFC connection with hidden system types SRC or TGT 20100420
2 Importing IV_WITH_STATUS Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE Determine also status of each RFC destination separately 20110518
3 Returning RT_RFC_CONNECTION Value transfer Type reference (TYPE) BTP_DL_T_LSCP_RFC_CONNECTION BTP List of RFC connections in a system landscape 20100222

Method GET_RFC_CONNECTIONS on class CL_BTP_DL_LANDSCAPE has no exception.

Method GET_SYSTEMS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_GET_HIDDEN Call by reference Type reference (TYPE) BTP_DL_OBJ_HIDDEN ABAP_FALSE Get also system with hidden system types 20100420
2 Returning RT_SYSTEM Value transfer Type reference (TYPE) BTP_DL_T_LSCP_SYSTEM BTP List of system in system lanscape 20100222

Method GET_SYSTEMS on class CL_BTP_DL_LANDSCAPE has no exception.

Method GET_SYSTEM_MAPPING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ER_SOURCE_LSCP Call by reference Object reference (TYPE REF TO) CL_BTP_DL_LANDSCAPE BTP System Landscape Instance 20120705
2 Exporting ET_MAPPING Call by reference Type reference (TYPE) BTP_DL_T_LSSYS_MAP Collection for Landscape mappings 20120705
3 Exporting EV_DESCRIPTION Call by reference Type reference (TYPE) BTP_DL_OBJ_TEXT BTP Textual Object Description 20120705

Method GET_SYSTEM_MAPPING on class CL_BTP_DL_LANDSCAPE has no exception.

Method INIT_WITH_LANDSCAPE_TPL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_LANDSCAPE_TPL Call by reference Object reference (TYPE REF TO) CL_BTP_DL_LANDSCAPE_TPL System Landscape Template 20100219

Method INIT_WITH_LANDSCAPE_TPL on class CL_BTP_DL_LANDSCAPE has no exception.

Method INVALIDATE_LANDSCAPE_MAPPING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing XR_TARGET_LANDSCAPE Call by reference Object reference (TYPE REF TO) CL_BTP_DL_LANDSCAPE BTP System Landscape Instance 20120705
# Exception Resumable Description Created on
1 CX_BTP_DL_OBJECT BTP Exceptions on Objects 20120705
2 CX_BTP_PCI BTP Exceptions on PCL Interface 20120705

Method SET_MAPPING_VALUE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_VALUE Call by reference Type reference (TYPE) BTP_DL_S_LSCP_MAP_VALUE System value for landscape mapping (used e.g. as value help) 20120705
2 Changing XS_MAPPING Call by reference Type reference (TYPE) BTP_DL_S_LSSYS_MAP Structure to define a landscape system mapping 20120705

Method SET_MAPPING_VALUE on class CL_BTP_DL_LANDSCAPE has no exception.

Method SET_RFC_CONNECTIONS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_RFC_CONNECTION Value transfer Type reference (TYPE) BTP_DL_T_LSCP_RFC_CONNECTION BTP List of RFC connections in a system landscape 20100222
2 Returning RV_SUCCESS Value transfer Type reference (TYPE) ABAP_BOOL Success ganrantee, connecton have been set 20120705

Method SET_RFC_CONNECTIONS on class CL_BTP_DL_LANDSCAPE has no exception.

Method SET_SYSTEMS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_SYSTEM Value transfer Type reference (TYPE) BTP_DL_T_LSCP_SYSTEM BTP List of systems in system lanscape 20100222
2 Returning RV_SUCCESS Value transfer Type reference (TYPE) ABAP_BOOL Success garantee systems are set 20120705

Method SET_SYSTEMS on class CL_BTP_DL_LANDSCAPE has no exception.

Method SET_SYSTEM_MAPPING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_SOURCE_LSCP Call by reference Object reference (TYPE REF TO) CL_BTP_DL_LANDSCAPE BTP System Landscape Instance 20120705
2 Importing IT_MAPPING Call by reference Type reference (TYPE) BTP_DL_T_LSSYS_MAP Collection for Landscape mappings 20120705
3 Importing IV_DESCRIPTION Call by reference Type reference (TYPE) BTP_DL_OBJ_TEXT BTP Textual Object Description 20120705
# Exception Resumable Description Created on
1 CX_BTP_DL_LANDSCAPE BTP Exception on System Landscape 20120705
2 CX_BTP_DL_OBJECT BTP Exceptions on Objects 20120705
3 CX_BTP_PCI BTP Exceptions on PCL Interface 20120705

Method SWITCH_MAPPING_EDIT_MODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_EDIT Call by reference Type reference (TYPE) ABAP_BOOL 20120705
2 Changing XR_LANDSCAPE Call by reference Object reference (TYPE REF TO) CL_BTP_DL_LANDSCAPE BTP System Landscape Instance 20120705
# Exception Resumable Description Created on
1 CX_BTP_DL_LANDSCAPE BTP Exception on System Landscape 20120705
2 CX_BTP_DL_OBJECT BTP Exceptions on Objects 20120705
History
Last changed by/on SAP  20141030 
SAP Release Created in 2006_1_700