SAP ABAP Class CL_BTP_WD_LANDSCAPE (BTP Landscape assistance class)
Hierarchy
DMIS (Software Component) DMIS 2011_1
   CA-EUR (Application Component) European Monetary Union: Euro
     BTP_WD (Package) BTP Web Dynpro Layer
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_BTP_WD_ASSIST BTP Assistance Super Class 20100224
Properties
Class CL_BTP_WD_LANDSCAPE  
Short Description BTP Landscape assistance class    
Super Class CL_BTP_WD_ASSIST BTP Assistance Super Class 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package BTP_WD   BTP Web Dynpro Layer 
Created 20100224   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)
2 CL_BTP_DL_OBJECT Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
3 CL_BTP_DL_PROJECT Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
Interfaces
Class CL_BTP_WD_LANDSCAPE has no interface implemented.
Friends
Class CL_BTP_WD_LANDSCAPE has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 NR_SEL_OBJECT Instance attribute Public Object reference (TYPE REF TO) CL_BTP_DL_LANDSCAPE The System Landscape currently selected 20100224
2 NV_SCENARIO Instance attribute Public Type reference (TYPE) CNV_MBT_SCENARIO CL_BTP_DL_OBJECT=>NC_SCENARIO_SLOP MBT PCL: Scenario 20100809
3 NV_VIEWSWITCH Instance attribute Public Type reference (TYPE) WDY_BOOLEAN Supplement for True Boolean Type: 'X' == True '' == False 20100308
4 PR_LSTPL Instance attribute Private Object reference (TYPE REF TO) CL_BTP_DL_LANDSCAPE_TPL System Landscape Template 20100413
5 PT_LSCP_RFC_CONNECTION Instance attribute Private Type reference (TYPE) BTP_DL_T_LSCP_RFC_CONNECTION BTP RFC connection in a system landscape - UI data 20100310
6 PT_LSCP_SYSTEM Instance attribute Private Type reference (TYPE) BTP_DL_T_LSCP_SYSTEM BTP System in System Landscape - UI data 20100310
Methods
# Method Level Visibility Method type Description Created on
1 BUILD_UI_TEXTS Instance method Public Method Build UI texts 20100308
2 CONDENSE_NAME Static method Public Method Condense a Landscape name 20100812
3 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20100224
4 CREATE Instance method Public Method Create a new System Landscape 20100413
5 FILL_UI_STRUC_FROM_OBJECT Instance method Public Method Fill a UI structure with data from a System Landscape object 20100224
6 GET_DETAIL Instance method Public Method Get detailed System Landscape data for the UI 20100224
7 GET_OVERVIEW Instance method Public Method Get a table of overview data for the UI 20100224
8 SAVE Instance method Public Method Save System Landscape data from the UI 20100310
9 UPDATE Instance method Public Method Update System Landscape data from the UI, but do not store 20100504
Events
Class CL_BTP_WD_LANDSCAPE has no event.
Types
Class CL_BTP_WD_LANDSCAPE has no local type.
Method Signatures

Method BUILD_UI_TEXTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_UI_TEXTS Call by reference Type reference (TYPE) BTP_WD_S_UI_TEXTS BTP UI texts 20100308

Method BUILD_UI_TEXTS on class CL_BTP_WD_LANDSCAPE has no exception.

Method CONDENSE_NAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_PROPOSED_NAME Call by reference Type reference (TYPE) BTP_DL_OBJ_NAME Proposed name 20100812
2 Returning RV_CONDENSED_NAME Value transfer Type reference (TYPE) BTP_DL_OBJ_NAME Condensed name 20100812

Method CONDENSE_NAME on class CL_BTP_WD_LANDSCAPE has no exception.

Method CONSTRUCTOR Signature

Method CONSTRUCTOR on class CL_BTP_WD_LANDSCAPE has no parameter.
Method CONSTRUCTOR on class CL_BTP_WD_LANDSCAPE has no exception.

Method CREATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_NAME Call by reference Type reference (TYPE) BTP_DL_OBJ_NAME BTP Technical Object Name 20100413
2 Importing IV_TEXT Call by reference Type reference (TYPE) BTP_DL_OBJ_TEXT BTP Textual Object Description 20100413
# Exception Resumable Description Created on
1 CX_BTP_DL_OBJECT BTP Exceptions on Objects 20100413
2 CX_BTP_PCI BTP Exceptions on PCL Interface 20100413

Method FILL_UI_STRUC_FROM_OBJECT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_LANDSCAPE Call by reference Type reference (TYPE) BTP_WD_S_UI_LANDSCAPE BTP System Landscape data for the UI 20100224
2 Importing IR_LANDSCAPE Call by reference Object reference (TYPE REF TO) CL_BTP_DL_LANDSCAPE BTP System Landscape 20100224

Method FILL_UI_STRUC_FROM_OBJECT on class CL_BTP_WD_LANDSCAPE has no exception.

Method GET_DETAIL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_LANDSCAPE_DETAIL Call by reference Type reference (TYPE) BTP_WD_S_UI_LANDSCAPE System Landscape data for the UI 20100224
2 Exporting ET_LSCP_RFC_CONNECTION Call by reference Type reference (TYPE) BTP_WD_T_LSCP_RFC_CONNECTION BTP List of RFC connections in a system landscape 20100224
3 Exporting ET_LSCP_SYSTEM Call by reference Type reference (TYPE) BTP_WD_T_LSCP_SYSTEM UI data for Systems 20100224
4 Exporting EV_MAPPED Call by reference Type reference (TYPE) ABAP_BOOL 'X' is landscape is a mapping target, ' ' else 20120705

Method GET_DETAIL on class CL_BTP_WD_LANDSCAPE has no exception.

Method GET_OVERVIEW Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_LANDSCAPE Call by reference Type reference (TYPE) BTP_WD_T_UI_LANDSCAPE Table of BTP System Landscape data for the UI 20100224
2 Exporting EV_LEAD_SEL_INDEX Call by reference Type reference (TYPE) I Index of Landscape at lead selection 20100224
3 Importing IR_LSTPL Call by reference Object reference (TYPE REF TO) CL_BTP_DL_LANDSCAPE_TPL System Landscape Template 20100412
4 Importing IV_GET_LEAD_SEL_ONLY Call by reference Type reference (TYPE) ABAP_BOOL X = get specified object only 20100413
5 Importing IV_LEAD_SEL_GUID Call by reference Type reference (TYPE) BTP_DL_GUID GUID of Landscape to be at lead selection 20100224
6 Importing IV_SHOW_MAPPED Call by reference Type reference (TYPE) ABAP_BOOL Show mapped landscapes 20120705
7 Importing IV_SHOW_ONLY_OBSOLETE Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE Show obsolete landscapes 20120625

Method GET_OVERVIEW on class CL_BTP_WD_LANDSCAPE has no exception.

Method SAVE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_LANDSCAPE_DETAIL Call by reference Type reference (TYPE) BTP_WD_S_UI_LANDSCAPE System Landscape data for the UI 20100310
2 Importing IT_LSCP_RFC_CONNECTION Call by reference Type reference (TYPE) BTP_WD_T_LSCP_RFC_CONNECTION BTP List of RFC connections in a system landscape 20100310
3 Importing IT_LSCP_SYSTEM Call by reference Type reference (TYPE) BTP_WD_T_LSCP_SYSTEM UI data for Systems 20100310
# Exception Resumable Description Created on
1 CX_BTP_DL_OBJECT BTP Exceptions on Objects 20100310
2 CX_BTP_PCI BTP Exceptions on PCL Interface 20100414

Method UPDATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_LANDSCAPE_DETAIL Call by reference Type reference (TYPE) BTP_WD_S_UI_LANDSCAPE System Landscape data for the UI 20100504
2 Importing IT_LSCP_RFC_CONNECTION Call by reference Type reference (TYPE) BTP_WD_T_LSCP_RFC_CONNECTION BTP List of RFC connections in a system landscape 20100504
3 Importing IT_LSCP_SYSTEM Call by reference Type reference (TYPE) BTP_WD_T_LSCP_SYSTEM UI data for Systems 20100504

Method UPDATE on class CL_BTP_WD_LANDSCAPE has no exception.
History
Last changed by/on SAP  20141030 
SAP Release Created in 2006_1_700