SAP ABAP Class CL_BSP_DLC_CONFIG_OVW (Overview Page Configuration)
Hierarchy
WEBCUIF (Software Component) SAP Web UI Framework
   CA-WUI-CON (Application Component) UI Configuration & Design Layer
     BSP_DYN_CONFIG_TOOLS2_CORE (Package) Config Tools Core
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_BSP_DLC_CONFIG_LIST_BASED List Based 20060113
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_BSP_DLC_CONFIG_WC 20060303
Properties
Class CL_BSP_DLC_CONFIG_OVW  
Short Description Overview Page Configuration    
Super Class CL_BSP_DLC_CONFIG_LIST_BASED List Based 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package BSP_DYN_CONFIG_TOOLS2_CORE   Config Tools Core 
Created 20060110   SAP 
Last change 20130531   SAP 
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 T Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class CL_BSP_DLC_CONFIG_OVW has no interface implemented.
Friends
Class CL_BSP_DLC_CONFIG_OVW has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 GT_ASSIGNMENT Instance attribute Protected Type reference (TYPE) BSP_DLC_OVW_ASSGNM_T All Assignment of a overview page 20080219
2 GT_ASSIGNMENT_BEFORE Instance attribute Protected Type reference (TYPE) BSP_DLC_OVW_ASSGNM_T All Assignment of a overview page 20080724
3 GT_ASSIGNMENT_SET Instance attribute Protected Type reference (TYPE) BSP_DLC_OVW_ASSGNMSET_T All possible assignment sets for a overview page 20080219
4 GT_ASSIGNMENT_SET_ALL Instance attribute Protected Type reference (TYPE) BSP_DLC_OVW_ASSGNMSET_T All possible assignment sets for a overview page 20080221
5 GT_ASSIGNMENT_UI Instance attribute Protected Type reference (TYPE) BSP_DLC_OVW_ASSGNM_TO Layout Table for Overview Pages 20080228
6 GT_BUTTONS Instance attribute Protected Type reference (TYPE) BSP_DLCT_BUTTON_CONFIG Button Configuration 20120425
7 GT_SELECTED_ASSIGNMENTS Instance attribute Public Type reference (TYPE) INT4_TABLE Standard Table of INT4 20090409
8 GT_VIEW_ATTR Instance attribute Protected Type reference (TYPE) T_VIEW_ATTR_TAB 20060116
9 GV_INSERTED Instance attribute Public Type reference (TYPE) ABAP_BOOL ABAP_FALSE flag to indicate tiles have been inserted 20090415
10 GV_MAX_BUTTON_NUMBER Instance attribute Protected Type reference (TYPE) STRING 20120425
11 GV_SELECTED_TILE Instance attribute Protected Type reference (TYPE) BSP_DYN_CONFIG_FS_LYT_TILE_ID Tile ID 20090407
12 M_LAYOUT_ID Instance attribute Protected Type reference (TYPE) STRING 20060313
13 M_TILE_LAYOUT Instance attribute Protected Type reference (TYPE) BSP_DYN_CONFIG_FS_LAYOUT Tile Layout 20080219
14 PAGE_TYPE Instance attribute Private Type reference (TYPE) BSP_DYN_CONFIG_FS_PAGETYPE Page Type 20080221
15 TO_DEL_REPOSITORY_URL Instance attribute Protected Type reference (TYPE) STRING 20080219
Methods
# Method Level Visibility Method type Description Created on
1 ASSIGNMENT_ADD Instance method Public Method Add Assignment to tile 20080227
2 ASSIGNMENT_DEL_FROM_TILE Instance method Public Method Delete Assignment from tile 20080221
3 BUILD_ASG_SET_ADD_OTHER_VIEWS Instance method Protected Method Add other views to assignment set (not in RT-Rep) 20090306
4 BUILD_ASSIGNMENTS Instance method Protected Method Build assignments 20080219
5 BUILD_ASSIGNMENT_SET Instance method Protected Method Build assignment set 20080219
6 BUILD_BUTTONS Instance method Protected Method Build list of config buttons 20120425
7 CHECK_FORMAT_BEFORE_SAVE Instance method Private Method Check format before save 20080228
8 CONSTRUCTOR Instance method Public Constructor Constructor 20060112
9 CONV_DATA_TO_XML Static method Public Method Convert table into assignment xml stream 20060130
10 CONV_XML_TO_DATA Static method Public Method Convert assignment xml stream into table structure 20060130
11 DELETE_CURRENT_ASSIGNMENT Instance method Public Method delete current assignment 20060117
12 GET_AB_DEFAULT_TEXT Instance method Protected Method Get Assignment Block Default Text 20090707
13 GET_ASSIGNMENT_SET_ITEM_UI Instance method Public Method Add Assignment to tile 20080319
14 GET_ASSIGNMENT_SET_UI Instance method Public Method Get list of designtime assignments 20080228
15 GET_ASSIGNMENT_TYPE Instance method Protected Method Get the info about type of assignment (header or assignment) 20060112
16 GET_ASSIGNMENT_UI Instance method Public Method Get the current assignment of the overview page 20080220
17 GET_BUTTONS Instance method Public Method Get the button table for the overview page toolbar 20120501
18 GET_CURRENT_ASSIGNMENT Instance method Public Method Get the current assignment of the overview page 20060112
19 GET_DEFAULT_TEXT_FROM_VIEW Instance method Public Method get default text from view 20060119
20 GET_DEFAULT_TRAYMODE Instance method Protected Method 20080319
21 GET_LAYOUT_ID Instance method Public Method get layout id 20060313
22 GET_MAX_BUTTON_NUMBER Instance method Public Method Get the maximum number of buttons displayed in the toolbar 20120502
23 GET_NEW_TEXT_ID Static method Public Method get a new text id 20060126
24 GET_PAGE_TYPE Instance method Public Method get Page Type (1Column, Tiled) 20080221
25 GET_SELECTED_TILE_ID Instance method Public Method Get current selected tile 20090407
26 GET_TILE_LAYOUT_ID Instance method Public Method Get Tile Layout ID 20080221
27 HAS_HIDDEN_FLAG Instance method Public Method Has Hidden Flag (1Column has not, Tiled has) 20081202
28 HAS_TRAY_MODE Instance method Public Method Has Tray Mode (1Column has, Tiled not) 20080228
29 INITIALIZE Instance method Public Method Initialize 20080314
30 MERGE_ASSIGNMENT_SET Instance method Protected Method Get the merged assignment list 20080219
31 SET_ASSIGNMENT_UI Instance method Public Method Set the current assignment of the overview page 20080227
32 SET_BUTTONS Instance method Public Method Set the button table for the overview page toolbar 20120524
33 SET_CONFIG_TEXT Instance method Public Method set new or updated text 20060126
34 SET_LAYOUT_ID Instance method Public Method set layout id 20060313
35 SET_MAX_BUTTON_NUMBER Instance method Public Method Update the value of maximum buttons to be displayed 20120510
36 SET_PAGE_TYPE Instance method Public Method Set Page Type (1Column, Tiled) 20080221
37 SET_SELECTED_TILE_ID Instance method Public Method Set current selected tile 20090407
38 SET_TILE_LAYOUT_ID Instance method Public Method Set Tile Layout ID 20080221
39 TO_DEL_GET_CONFIG_TEXT Instance method Private Method get configured text 20080228
40 TO_DEL_GET_CONFIG_XML Instance method Private Method get configuraturation in xml representation 20080228
Events
Class CL_BSP_DLC_CONFIG_OVW has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 S_VIEW_SOURCE_ATTR Public See coding 20060303 BEGIN OF S_VIEW_SOURCE_ATTR, BSP_APPL TYPE O2APPLNAME, VIEW_NAME TYPE O2PAGEEXT, APPL_VIEWNAME TYPE STRING, TYPE TYPE CHAR1, SOURCE TYPE O2PAGELINE_TABLE, DESCR TYPE O2DESCR, END OF S_VIEW_SOURCE_ATTR
2 T_VIEW_ATTR_TAB Public See coding 20060303 T_VIEW_ATTR_TAB TYPE TABLE OF S_VIEW_SOURCE_ATTR WITH KEY BSP_APPL VIEW_NAME
Method Signatures

Method ASSIGNMENT_ADD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_ASGNMT_SET_SEL_INDEX Call by reference Type reference (TYPE) INT4 Natural number 20080227
2 Importing IV_TILE_ID Call by reference Type reference (TYPE) BSP_DYN_CONFIG_FS_LYT_TILE_ID Only for Tiled OVP 20080228

Method ASSIGNMENT_ADD on class CL_BSP_DLC_CONFIG_OVW has no exception.

Method ASSIGNMENT_DEL_FROM_TILE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_ASGNMT_SEL_INDEX Call by reference Type reference (TYPE) INT4 Natural number 20080221
2 Importing IV_TILE_ID Call by reference Type reference (TYPE) INT4 Natural number 20080221

Method ASSIGNMENT_DEL_FROM_TILE on class CL_BSP_DLC_CONFIG_OVW has no exception.

Method BUILD_ASG_SET_ADD_OTHER_VIEWS Signature

Method BUILD_ASG_SET_ADD_OTHER_VIEWS on class CL_BSP_DLC_CONFIG_OVW has no parameter.
Method BUILD_ASG_SET_ADD_OTHER_VIEWS on class CL_BSP_DLC_CONFIG_OVW has no exception.

Method BUILD_ASSIGNMENTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_ONLY_SPEC_KEYS Call by reference Type reference (TYPE) FLAG ABAP_FALSE Only specific key 20080219
2 Exporting RT_TABLE Value transfer Type reference (TYPE) BSP_DLC_OVW_ASSGNM_T All Assignment of a overview page 20080219
3 Exporting RV_PROBLEM Call by reference Type reference (TYPE) CHAR1 '1' = foreign lock; '2' = config not found 20080219

Method BUILD_ASSIGNMENTS on class CL_BSP_DLC_CONFIG_OVW has no exception.

Method BUILD_ASSIGNMENT_SET Signature

Method BUILD_ASSIGNMENT_SET on class CL_BSP_DLC_CONFIG_OVW has no parameter.
# Exception Resumable Description Created on
1 NOT_FOUND 20080219

Method BUILD_BUTTONS Signature

Method BUILD_BUTTONS on class CL_BSP_DLC_CONFIG_OVW has no parameter.
Method BUILD_BUTTONS on class CL_BSP_DLC_CONFIG_OVW has no exception.

Method CHECK_FORMAT_BEFORE_SAVE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_ASSIGNMENT_XML Call by reference Type reference (TYPE) BSP_DLC_OVW_ASSGNM_XML XML structure for generic overview pages 20080228

Method CHECK_FORMAT_BEFORE_SAVE on class CL_BSP_DLC_CONFIG_OVW has no exception.

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_CONFIG Call by reference Object reference (TYPE REF TO) CL_BSP_DLC_CONFIG 20070627
2 Importing IR_CONFIG_SETTINGS Call by reference Object reference (TYPE REF TO) CL_BSP_DLC_CONF_SETTINGS Config Settings 20070627

Method CONSTRUCTOR on class CL_BSP_DLC_CONFIG_OVW has no exception.

Method CONV_DATA_TO_XML Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_DATA Call by reference Type reference (TYPE) BSP_DLC_OVW_ASSGNM_XML All Assignment of a overview page 20060130
2 Returning RV_XML Value transfer Type reference (TYPE) STRING 20060130

Method CONV_DATA_TO_XML on class CL_BSP_DLC_CONFIG_OVW has no exception.

Method CONV_XML_TO_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_XML Call by reference Type reference (TYPE) STRING 20060130
2 Exporting RT_DATA Value transfer Type reference (TYPE) BSP_DLC_OVW_ASSGNM_XML All Assignment of a overview page 20060130

Method CONV_XML_TO_DATA on class CL_BSP_DLC_CONFIG_OVW has no exception.

Method DELETE_CURRENT_ASSIGNMENT Signature

Method DELETE_CURRENT_ASSIGNMENT on class CL_BSP_DLC_CONFIG_OVW has no parameter.
# Exception Resumable Description Created on
1 ERROR_OCCURRED 20060125

Method GET_AB_DEFAULT_TEXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_ASSGNMSET_O Call by reference Type reference (TYPE) BSP_DLC_OVW_ASSGNMSET_O Assignments of the Overview Page (UI, including Description) 20090707
2 Returning RESULT Value transfer Type reference (TYPE) STRING 20090707

Method GET_AB_DEFAULT_TEXT on class CL_BSP_DLC_CONFIG_OVW has no exception.

Method GET_ASSIGNMENT_SET_ITEM_UI Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_ASGNMT_SET_SEL_INDEX Call by reference Type reference (TYPE) INT4 Natural number 20080319
2 Importing IV_TILE_ID Call by reference Type reference (TYPE) BSP_DYN_CONFIG_FS_LYT_TILE_ID Only for Tiled OVP 20080319
3 Returning RESULT Value transfer Type reference (TYPE) BSP_DLC_OVW_ASSGNMSET_O Assignments of the Overview Page (UI, including Description) 20080319

Method GET_ASSIGNMENT_SET_ITEM_UI on class CL_BSP_DLC_CONFIG_OVW has no exception.

Method GET_ASSIGNMENT_SET_UI Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_BSP_APPL Call by reference Type reference (TYPE) BSP_WD_COMPONENT_NAME Component Name 20080228
2 Returning RESULT Value transfer Type reference (TYPE) BSP_DLC_OVW_ASSGNMSET_TO Assignment Set 20080228
# Exception Resumable Description Created on
1 NOT_FOUND 20080228

Method GET_ASSIGNMENT_TYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_BSP_APPL Call by reference Type reference (TYPE) STRING Name of BSP Application 20060112
2 Importing IV_VIEW_NAME Call by reference Type reference (TYPE) STRING Name of BSP Page (Upper and Lower Case) 20060112
3 Returning RESULT Value transfer Type reference (TYPE) CHAR1 H= Header and A=Assignment 20060112

Method GET_ASSIGNMENT_TYPE on class CL_BSP_DLC_CONFIG_OVW has no exception.

Method GET_ASSIGNMENT_UI Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_TILE_ID Call by reference Type reference (TYPE) BSP_DYN_CONFIG_FS_LYT_TILE_ID Only for tiled layout 20080228
2 Returning RESULT Value transfer Type reference (TYPE) BSP_DLC_OVW_ASSGNM_TO 20080220

Method GET_ASSIGNMENT_UI on class CL_BSP_DLC_CONFIG_OVW has no exception.

Method GET_BUTTONS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RT_BUTTONS Value transfer Type reference (TYPE) BSP_DLCT_BUTTON_CONFIG Button Configuration 20120501

Method GET_BUTTONS on class CL_BSP_DLC_CONFIG_OVW has no exception.

Method GET_CURRENT_ASSIGNMENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_ONLY_SPEC_KEYS Call by reference Type reference (TYPE) FLAG ABAP_FALSE Only specific key 20060410
2 Exporting RT_TABLE Value transfer Type reference (TYPE) BSP_DLC_OVW_ASSGNM_T All Assignment of a overview page 20060118
3 Exporting RV_PROBLEM Call by reference Type reference (TYPE) CHAR1 '1' = foreign lock; '2' = config not found 20060206

Method GET_CURRENT_ASSIGNMENT on class CL_BSP_DLC_CONFIG_OVW has no exception.

Method GET_DEFAULT_TEXT_FROM_VIEW Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_BSP_APPL Call by reference Type reference (TYPE) O2APPLNAME Name of BSP Application 20060119
2 Importing IV_VIEW_NAME Call by reference Type reference (TYPE) O2PAGEEXT Name of BSP Page (Upper and Lower Case) 20060119
3 Returning RV_TEXT Value transfer Type reference (TYPE) STRING 20060119

Method GET_DEFAULT_TEXT_FROM_VIEW on class CL_BSP_DLC_CONFIG_OVW has no exception.

Method GET_DEFAULT_TRAYMODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RESULT Value transfer Type reference (TYPE) STRING 20080319

Method GET_DEFAULT_TRAYMODE on class CL_BSP_DLC_CONFIG_OVW has no exception.

Method GET_LAYOUT_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_LAYOUT_ID Value transfer Type reference (TYPE) STRING 20060313

Method GET_LAYOUT_ID on class CL_BSP_DLC_CONFIG_OVW has no exception.

Method GET_MAX_BUTTON_NUMBER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_MAX_BUTTON_NUMBER Value transfer Type reference (TYPE) STRING 20120502

Method GET_MAX_BUTTON_NUMBER on class CL_BSP_DLC_CONFIG_OVW has no exception.

Method GET_NEW_TEXT_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_APPL_VIEWNAME Call by reference Type reference (TYPE) STRING 20060424
2 Returning RV_TEXT_ID Value transfer Type reference (TYPE) CHAR70 Character field, length 70 20060126

Method GET_NEW_TEXT_ID on class CL_BSP_DLC_CONFIG_OVW has no exception.

Method GET_PAGE_TYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RESULT Value transfer Type reference (TYPE) BSP_DYN_CONFIG_FS_PAGETYPE Page Type 20080221

Method GET_PAGE_TYPE on class CL_BSP_DLC_CONFIG_OVW has no exception.

Method GET_SELECTED_TILE_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_SELECTED_TILE Value transfer Type reference (TYPE) BSP_DYN_CONFIG_FS_LYT_TILE_ID Tile ID 20090407

Method GET_SELECTED_TILE_ID on class CL_BSP_DLC_CONFIG_OVW has no exception.

Method GET_TILE_LAYOUT_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RESULT Value transfer Type reference (TYPE) BSP_DYN_CONFIG_FS_LAYOUT Fact Sheet Layout 20080221

Method GET_TILE_LAYOUT_ID on class CL_BSP_DLC_CONFIG_OVW has no exception.

Method HAS_HIDDEN_FLAG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RESULT Value transfer Type reference (TYPE) ABAP_BOOL 20081202

Method HAS_HIDDEN_FLAG on class CL_BSP_DLC_CONFIG_OVW has no exception.

Method HAS_TRAY_MODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RESULT Value transfer Type reference (TYPE) ABAP_BOOL 20080228

Method HAS_TRAY_MODE on class CL_BSP_DLC_CONFIG_OVW has no exception.

Method INITIALIZE Signature

Method INITIALIZE on class CL_BSP_DLC_CONFIG_OVW has no parameter.
Method INITIALIZE on class CL_BSP_DLC_CONFIG_OVW has no exception.

Method MERGE_ASSIGNMENT_SET Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RT_TABLE Value transfer Type reference (TYPE) BSP_DLC_OVW_ASSGNMSET_T All Assignment of a overview page 20080219
# Exception Resumable Description Created on
1 NOT_FOUND 20080219

Method SET_ASSIGNMENT_UI Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_ASSIGNMENT_UI Call by reference Type reference (TYPE) BSP_DLC_OVW_ASSGNM_TO Current Assignment 20080227
2 Importing IV_TILE_ID Call by reference Type reference (TYPE) BSP_DYN_CONFIG_FS_LYT_TILE_ID Tile ID 20080319

Method SET_ASSIGNMENT_UI on class CL_BSP_DLC_CONFIG_OVW has no exception.

Method SET_BUTTONS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_BUTTONS Call by reference Type reference (TYPE) BSP_DLCT_BUTTON_CONFIG Button Configuration 20120524

Method SET_BUTTONS on class CL_BSP_DLC_CONFIG_OVW has no exception.

Method SET_CONFIG_TEXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_ELEM_ID Call by reference Type reference (TYPE) CHAR70 Character field, length 70 20060126
2 Importing IV_TEXT Call by reference Type reference (TYPE) TEXT128 Work Area Length 128 20060126

Method SET_CONFIG_TEXT on class CL_BSP_DLC_CONFIG_OVW has no exception.

Method SET_LAYOUT_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_LAYOUT_ID Call by reference Type reference (TYPE) STRING 20060313

Method SET_LAYOUT_ID on class CL_BSP_DLC_CONFIG_OVW has no exception.

Method SET_MAX_BUTTON_NUMBER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_MAX_BUTTON_NUMBER Call by reference Type reference (TYPE) STRING 20120510

Method SET_MAX_BUTTON_NUMBER on class CL_BSP_DLC_CONFIG_OVW has no exception.

Method SET_PAGE_TYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_PAGE_TYPE Call by reference Type reference (TYPE) BSP_DYN_CONFIG_FS_PAGETYPE Page Type 20080221

Method SET_PAGE_TYPE on class CL_BSP_DLC_CONFIG_OVW has no exception.

Method SET_SELECTED_TILE_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_SELECTED_TILE Call by reference Type reference (TYPE) BSP_DYN_CONFIG_FS_LYT_TILE_ID Tile ID 20090407

Method SET_SELECTED_TILE_ID on class CL_BSP_DLC_CONFIG_OVW has no exception.

Method SET_TILE_LAYOUT_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_TILE_LAYOUT_ID Call by reference Type reference (TYPE) BSP_DYN_CONFIG_FS_LAYOUT Fact Sheet Layout 20080221

Method SET_TILE_LAYOUT_ID on class CL_BSP_DLC_CONFIG_OVW has no exception.

Method TO_DEL_GET_CONFIG_TEXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_ELEM_ID Call by reference Type reference (TYPE) CHAR70 Character field, length 70 20080228
2 Returning RV_TEXT Value transfer Type reference (TYPE) TEXT128 Work Area Length 128 20080228

Method TO_DEL_GET_CONFIG_TEXT on class CL_BSP_DLC_CONFIG_OVW has no exception.

Method TO_DEL_GET_CONFIG_XML Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_ONLY_SPEC_KEYS Call by reference Type reference (TYPE) FLAG ABAP_FALSE Only specified key 20080228
2 Importing IV_SET_LOCK Call by reference Type reference (TYPE) FLAG ABAP_FALSE General Flag 20080228
3 Returning RV_XML Value transfer Type reference (TYPE) STRING 20080228
# Exception Resumable Description Created on
1 CONFIG_NOT_FOUND 20080228
2 FOREIGN_LOCK 20080228
History
Last changed by/on SAP  20130531 
SAP Release Created in 700