SAP ABAP Class CL_BSP_DLC_ADV_CONF_SMPL_V (Simple View on Advanced Configuration)
Hierarchy
WEBCUIF (Software Component) SAP Web UI Framework
   CA-WUI-CON (Application Component) UI Configuration & Design Layer
     BSP_DYN_CONFIG_TOOLS (Package) Tools for Dynamic Layout
Properties
Class CL_BSP_DLC_ADV_CONF_SMPL_V  
Short Description Simple View on Advanced Configuration    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package BSP_DYN_CONFIG_TOOLS   Tools for Dynamic Layout 
Created 20051014   SAP 
Last change 20081007   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_BSP_DLC_ADV_CONF_SMPL_V has no forward declaration.
Interfaces
Class CL_BSP_DLC_ADV_CONF_SMPL_V has no interface implemented.
Friends
Class CL_BSP_DLC_ADV_CONF_SMPL_V has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 GR_ADV_CONF Instance attribute Private Object reference (TYPE REF TO) CL_BSP_DLC_ADV_CONF Advanced Configuration 20051014
2 GT_LEFT_COL_ITM Instance attribute Private Type reference (TYPE) BSP_DLCT_SMPL_CONF_COL_ITM Left Column Items 20051014
3 GT_RIGHT_COL_ITM Instance attribute Private Type reference (TYPE) BSP_DLCT_SMPL_CONF_COL_ITM Right Column Items 20051014
4 GT_SMPL_CONF Instance attribute Private Type reference (TYPE) BSP_DLCT_SMPL_CONF_ITM Simple Configuration 20051014
5 GT_VISIBLE_FIELDS Instance attribute Private Type reference (TYPE) BSP_DLCT_FIELD Field (Name=Bindingstring) and Fieldlabel 20051014
6 GT_VIS_MINUS_USED_FIELDS Instance attribute Private Type reference (TYPE) BSP_DLCT_FIELD Fields 20051014
7 GT_VIS_MINUS_USED_ITEMS Instance attribute Private Type reference (TYPE) BSP_DLCT_SMPL_CONF_COL_ITM Column Items 20051014
8 GV_BSP_APPL Instance attribute Private Type reference (TYPE) O2APPLNAME Name of BSP Application 20051014
9 GV_PAGEKEY Instance attribute Private Type reference (TYPE) O2PAGE Internal Name (Key) of BSP Page 20051014
Methods
# Method Level Visibility Method type Description Created on
1 ADD_CAPTION Instance method Public Method 20051018
2 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20051014
3 DELETE_FROM_DB Instance method Public Method Delete from DB 20051014
4 GET_CAPTION Instance method Public Method 20051019
5 GET_COL_ITEMS Instance method Private Method Get column items 20051014
6 GET_COL_LAST_ROW Instance method Private Method Get left column last row 20051014
7 GET_LEFT_COL_ITEMS Instance method Public Method Get left column items 20051014
8 GET_LEFT_COL_ITEMS_DREF Instance method Public Method Get left column items 20051014
9 GET_PAGE_INFO Instance method Public Method Get appl/page 20051014
10 GET_RIGHT_COL_ITEMS Instance method Public Method Get left column items 20051014
11 GET_VIS_MINUS_USED_FIELDS Instance method Public Method Get visible minus used fields 20051014
12 GET_VIS_MINUS_USED_ITEMS Instance method Public Method Get visible minus used items 20051014
13 INSERT_ROW_LEFT_COL Instance method Public Method Insert empty row to left column 20051115
14 INSERT_ROW_RIGHT_COL Instance method Public Method Insert empty row to right column 20051115
15 MODIFY_CAPTION Instance method Public Method 20051019
16 MOVE_COL_TO_FSET Instance method Public Method Move from Column to fset 20051108
17 MOVE_FSET_TO_LEFT_COL Instance method Public Method Move from field set to left column 20051018
18 MOVE_FSET_TO_RIGHT_COL Instance method Public Method Move from field set to right column 20051014
19 MOVE_ITEM_DOWN Instance method Public Method Move item down 20051019
20 MOVE_ITEM_UP Instance method Public Method Move item up 20051018
21 MOVE_LEFT_COL_TO_FSET Instance method Public Method Move from left colum to field set 20051018
22 MOVE_LEFT_TO_RIGHT_COL Instance method Public Method Move from right to left column 20051014
23 MOVE_RIGHT_COL_TO_FSET Instance method Public Method Move from right colum to field set 20051014
24 MOVE_RIGHT_TO_LEFT_COL Instance method Public Method Move from left to right column 20051014
25 SAVE Instance method Public Method Save to DB 20051014
Events
Class CL_BSP_DLC_ADV_CONF_SMPL_V has no event.
Types
Class CL_BSP_DLC_ADV_CONF_SMPL_V has no local type.
Method Signatures

Method ADD_CAPTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_BELOW_ITEM_NAME Call by reference Type reference (TYPE) STRING Below item name 20051122
2 Importing IV_CAPTION Call by reference Type reference (TYPE) TEXT128 Work Area Length 128 20051018
3 Importing IV_COL Call by reference Type reference (TYPE) CHAR1 Left/Right Column 20051018

Method ADD_CAPTION on class CL_BSP_DLC_ADV_CONF_SMPL_V has no exception.

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_ADV_CONF Call by reference Object reference (TYPE REF TO) CL_BSP_DLC_ADV_CONF Name of BSP Application 20051014
2 Importing IR_CONF_DESCR Call by reference Object reference (TYPE REF TO) IF_BSP_DLC_CONFIGURATION Configuration Descriptor Interface 20051028

Method CONSTRUCTOR on class CL_BSP_DLC_ADV_CONF_SMPL_V has no exception.

Method DELETE_FROM_DB Signature

Method DELETE_FROM_DB on class CL_BSP_DLC_ADV_CONF_SMPL_V has no parameter.
Method DELETE_FROM_DB on class CL_BSP_DLC_ADV_CONF_SMPL_V has no exception.

Method GET_CAPTION 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) STRING Caption Name 20051019
2 Returning RESULT Value transfer Type reference (TYPE) STRING Caption 20051019

Method GET_CAPTION on class CL_BSP_DLC_ADV_CONF_SMPL_V has no exception.

Method GET_COL_ITEMS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_COL Call by reference Type reference (TYPE) CHAR1 Single-Character Flag 20051014
2 Returning RESULT Value transfer Type reference (TYPE) BSP_DLCT_SMPL_CONF_COL_ITM Column Items 20051014

Method GET_COL_ITEMS on class CL_BSP_DLC_ADV_CONF_SMPL_V has no exception.

Method GET_COL_LAST_ROW Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_COL Call by reference Type reference (TYPE) CHAR1 Single-Character Flag 20051014
2 Returning RESULT Value transfer Type reference (TYPE) INT4 Natural number 20051014

Method GET_COL_LAST_ROW on class CL_BSP_DLC_ADV_CONF_SMPL_V has no exception.

Method GET_LEFT_COL_ITEMS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RESULT Value transfer Type reference (TYPE) BSP_DLCT_SMPL_CONF_COL_ITM Column Items 20051014

Method GET_LEFT_COL_ITEMS on class CL_BSP_DLC_ADV_CONF_SMPL_V has no exception.

Method GET_LEFT_COL_ITEMS_DREF Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RESULT Value transfer Object reference (TYPE REF TO) DATA 20051014

Method GET_LEFT_COL_ITEMS_DREF on class CL_BSP_DLC_ADV_CONF_SMPL_V has no exception.

Method GET_PAGE_INFO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_BSP_APPL Call by reference Type reference (TYPE) O2APPLNAME Name of BSP Application 20051014
2 Exporting EV_PAGEKEY Call by reference Type reference (TYPE) O2PAGE Internal Name (Key) of BSP Page 20051014

Method GET_PAGE_INFO on class CL_BSP_DLC_ADV_CONF_SMPL_V has no exception.

Method GET_RIGHT_COL_ITEMS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RESULT Value transfer Type reference (TYPE) BSP_DLCT_SMPL_CONF_COL_ITM Column Items 20051014

Method GET_RIGHT_COL_ITEMS on class CL_BSP_DLC_ADV_CONF_SMPL_V has no exception.

Method GET_VIS_MINUS_USED_FIELDS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_VIS_MINUS_USED_FIELDS Call by reference Type reference (TYPE) BSP_DLCT_FIELD Fields 20051014

Method GET_VIS_MINUS_USED_FIELDS on class CL_BSP_DLC_ADV_CONF_SMPL_V has no exception.

Method GET_VIS_MINUS_USED_ITEMS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_VIS_MINUS_USED_ITEMS Call by reference Type reference (TYPE) BSP_DLCT_SMPL_CONF_COL_ITM Fields 20051014

Method GET_VIS_MINUS_USED_ITEMS on class CL_BSP_DLC_ADV_CONF_SMPL_V has no exception.

Method INSERT_ROW_LEFT_COL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_BELOW_ITEM_NAME Call by reference Type reference (TYPE) STRING Below item name 20051115

Method INSERT_ROW_LEFT_COL on class CL_BSP_DLC_ADV_CONF_SMPL_V has no exception.

Method INSERT_ROW_RIGHT_COL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_BELOW_ITEM_NAME Call by reference Type reference (TYPE) STRING Below item name 20051115

Method INSERT_ROW_RIGHT_COL on class CL_BSP_DLC_ADV_CONF_SMPL_V has no exception.

Method MODIFY_CAPTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_CAPTION Call by reference Type reference (TYPE) STRING Caption 20051019
2 Importing IV_NAME Call by reference Type reference (TYPE) STRING Caption name 20051019

Method MODIFY_CAPTION on class CL_BSP_DLC_ADV_CONF_SMPL_V has no exception.

Method MOVE_COL_TO_FSET Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_ITEM_NAME Call by reference Type reference (TYPE) STRING_TABLE Table of Strings 20051108

Method MOVE_COL_TO_FSET on class CL_BSP_DLC_ADV_CONF_SMPL_V has no exception.

Method MOVE_FSET_TO_LEFT_COL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_ITEM_NAME Call by reference Type reference (TYPE) STRING_TABLE Table of Strings 20051018
2 Importing IV_BELOW_ITEM_NAME Call by reference Type reference (TYPE) STRING Below item name 20051122

Method MOVE_FSET_TO_LEFT_COL on class CL_BSP_DLC_ADV_CONF_SMPL_V has no exception.

Method MOVE_FSET_TO_RIGHT_COL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_ITEM_NAME Call by reference Type reference (TYPE) STRING_TABLE Table of Strings 20051014
2 Importing IV_BELOW_ITEM_NAME Call by reference Type reference (TYPE) STRING Below item name 20051122

Method MOVE_FSET_TO_RIGHT_COL on class CL_BSP_DLC_ADV_CONF_SMPL_V has no exception.

Method MOVE_ITEM_DOWN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_ITEM_NAME Call by reference Type reference (TYPE) STRING_TABLE Table of Strings 20051019

Method MOVE_ITEM_DOWN on class CL_BSP_DLC_ADV_CONF_SMPL_V has no exception.

Method MOVE_ITEM_UP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_ITEM_NAME Call by reference Type reference (TYPE) STRING_TABLE Table of Strings 20051018

Method MOVE_ITEM_UP on class CL_BSP_DLC_ADV_CONF_SMPL_V has no exception.

Method MOVE_LEFT_COL_TO_FSET Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_ITEM_NAME Call by reference Type reference (TYPE) STRING_TABLE Table of Strings 20051018

Method MOVE_LEFT_COL_TO_FSET on class CL_BSP_DLC_ADV_CONF_SMPL_V has no exception.

Method MOVE_LEFT_TO_RIGHT_COL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_ITEM_NAME Call by reference Type reference (TYPE) STRING_TABLE Table of Strings 20051014
2 Importing IV_BELOW_ITEM_NAME Call by reference Type reference (TYPE) STRING Below item name 20051112

Method MOVE_LEFT_TO_RIGHT_COL on class CL_BSP_DLC_ADV_CONF_SMPL_V has no exception.

Method MOVE_RIGHT_COL_TO_FSET Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_ITEM_NAME Call by reference Type reference (TYPE) STRING_TABLE Table of Strings 20051014

Method MOVE_RIGHT_COL_TO_FSET on class CL_BSP_DLC_ADV_CONF_SMPL_V has no exception.

Method MOVE_RIGHT_TO_LEFT_COL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_ITEM_NAME Call by reference Type reference (TYPE) STRING_TABLE Table of Strings 20051014
2 Importing IV_BELOW_ITEM_NAME Call by reference Type reference (TYPE) STRING below item name 20051112

Method MOVE_RIGHT_TO_LEFT_COL on class CL_BSP_DLC_ADV_CONF_SMPL_V has no exception.

Method SAVE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_CONF_DESCR Call by reference Object reference (TYPE REF TO) IF_BSP_DLC_CONFIGURATION View Descriptor Interface 20051027
2 Importing IR_VIEW_DESCR Call by reference Object reference (TYPE REF TO) IF_BSP_DLC_VIEW_DESCRIPTOR View Descriptor Interface 20051024
3 Importing IV_SUMMARY Call by reference Type reference (TYPE) BOOLE_D Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') 20051104
# Exception Resumable Description Created on
1 FAILED Save failed 20051102
History
Last changed by/on SAP  20081007 
SAP Release Created in 700